Public bug reported:

Hi,

I'm not using usplash, and I can see a failure to start NetworkManager
for a second time in my startup messages.

copy /etc/init.d/rc and set it to debug mode by uncommenting the echo
near the top.

rc 2 outputs:
...
/etc/rc2.d/S25pulseaudio start
splash_progress 97
/etc/rc2.d/S30NetworkManager start
splash_progress 99
/etc/rc2.d/S30NetworkManager start
splash_progress 100
/etc/rc2.d/S30gdm start
...

this is due to a case sensitive case statement in the rc script;
changing a-z to a-zA-Z makes the level being correctly computed again
(otherwise sysv-rc think there's a 30N level but also includes
NetworkManager in the 30 level...).

Cheers,

** Affects: sysvinit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
NetworkManager starts up twice
https://bugs.launchpad.net/bugs/283200
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

Reply via email to