Found this bug in Jaunty network-manager_0.7.1~rc4.1.cf199a964-0ubuntu2
source
NetworkManager.c, line 55
#define NM_DEFAULT_PID_FILE LOCALSTATEDIR"/run/NetworkManager.pid"
/etc/init.d/NetworkManager, line 28
PIDDIR=${localstatedir}/run/NetworkManager
That puts the .pid file in /var/run/NetworkManager rather than /var/run
and locks up any start/restart
Modify the init.d file to:
PIDDIR=${localstatedir}/run
A quick fix, at least in Jaunty.
--
NetworkManager does not get DNS servers
https://bugs.launchpad.net/bugs/511583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs