Hi,
maybe I found a solution for this one. If you check the syslog it seems that 
NetworkManager is started while or before networking (from package ifupdown) 
comes up. For me the solution was to change the start parameters in 
/etc/init/network-manager.conf

before (original)
....
start on (local-filesystems
          and started dbus)
stop on stopping dbus
....
changed to
....
start on (local-filesystems
          and started dbus
          and static-network-up)
stop on stopping dbus
....

Maybe someone else can confirm this?
Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930895

Title:
  notification "network disconnected "

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/930895/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to