| Summary: | net-misc/networkmanager-0.9.10.0-r1 - NetworkManager: [main.c:613] main(): failed to initialize settings storage: Could not load plugin 'ifnet': /usr/lib64/NetworkManager/libnm-settings-plugin-ifnet.so: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | PM <mitaspiotr> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
PM
2014-10-15 05:36:03 UTC
Had the same problem. After editing /etc/NetworkManager/NetworkManager.conf and removing "ifnet" from plugins in [main] section, removing whole [ifnet] section and restarting networkmanager everything was back to normal. Wasn't this message shown when building it?
if [[ -e "${EROOT}etc/NetworkManager/NetworkManager.conf" ]]; then
if grep -q plugins "${EROOT}etc/NetworkManager/NetworkManager.conf" | grep -q ifnet; then
ewarn
ewarn "You seem to use 'ifnet' plugin in ${EROOT}etc/NetworkManager/NetworkManager.conf"
ewarn "Since it won't be used when running under Systemd, you will need to stop setting"
ewarn "ifnet plugin there to allow NetworkManager to work."
ewarn
fi
fi
|