NetworkManager starts up twice

Bug #283200 reported by Loïc Minier
2
Affects Status Importance Assigned to Milestone
sysvinit (Debian)
Fix Released
Unknown
sysvinit (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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,

Related branches

Revision history for this message
Loïc Minier (lool) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sysvinit - 2.86.ds1-59ubuntu13

---------------
sysvinit (2.86.ds1-59ubuntu13) intrepid; urgency=low

  * Fix computing of runlevel in debian/sysv-rc/etc/init.d/rc by allowing A-Z
    in init scripts names; the 30NetworkManager script was launched twice,
    once as level 30N and once as part of the globbing of runlevel 30;
    LP: #283200.

 -- Loic Minier <email address hidden> Tue, 14 Oct 2008 14:33:25 +0200

Changed in sysvinit:
status: New → Fix Released
Revision history for this message
Loïc Minier (lool) wrote :

Patch tested and confirmed by Koon on IRC; thanks!

Changed in sysvinit:
status: Unknown → New
Changed in sysvinit (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.