[opensuse] 11.4 network start/stop script
Am I missing something ? Why has the init.d network script default start change from 2 3 5 to 3 5 ? This is causing a lot me a a lot of problems. Gary Ernst -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 3/23/2011 11:52 AM, SuSEUser wrote:
Am I missing something ? Why has the init.d network script default start change from 2 3 5 to 3 5 ? This is causing a lot me a a lot of problems.
Gary Ernst
The definition of runlevel 2 is "multi user without networking" and always has been. If networking and network services used to be started in runlevel 2, that was a bug. So was expecting it. Perhaps there used to be some purely local things that were started from that script and they moved them out to somewhere more appropriate so that they could stop running a network startup script in a non-network runlevel. Or perhaps the helpfully un-named problems you're having are because they correctly stopped running a network startup script but neglected to handle some local things it might also do. Or perhaps you could say what the problem really is because "not running /etc/init.d/network in runlevel 2" is no problem at all. -- bkw -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2011/03/23 12:50 (GMT-0400) Brian K. White composed:
The definition of runlevel 2 is "multi user without networking" and always has been.
Every generic location I've seen runlevels described, this is true, but...
If networking and network services used to be started in runlevel 2, that was a bug. So was expecting it.
... I know that this has been a common "bug" for quite some time. I booted one machine, ran chkconfig --list | grep network (or equivalent), and found "on" in runlevels 2,3,5 in the following: openSUSE 10.3 Fedora 7 Knoppix 4.0.2 SuSE 9.3 Fedora 15 openSUSE 11.2 openSUSE 11.4 IIRC, Mandriva's been the same as long it's existed by that name. Full networking OTOH does need runlevel 3. Every check I've made of apache/nfs/nfsserver/rpcbind/portmap that I can recall has been on in 3,5 only. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 23 March 2011 23:30:14 Felix Miata wrote:
On 2011/03/23 12:50 (GMT-0400) Brian K. White composed:
The definition of runlevel 2 is "multi user without networking" and always has been.
Every generic location I've seen runlevels described, this is true, but...
If networking and network services used to be started in runlevel 2, that was a bug. So was expecting it.
... I know that this has been a common "bug" for quite some time. I booted one machine, ran chkconfig --list | grep network (or equivalent), and found "on" in runlevels 2,3,5 in the following:
openSUSE 10.3 Fedora 7 Knoppix 4.0.2 SuSE 9.3 Fedora 15 openSUSE 11.2 openSUSE 11.4
IIRC, Mandriva's been the same as long it's existed by that name.
Full networking OTOH does need runlevel 3. Every check I've made of apache/nfs/nfsserver/rpcbind/portmap that I can recall has been on in 3,5 only.
-- openSUSE 11.3 7-of-9:/ # chkconfig --list | grep network network 0:off 1:off 2:on 3:on 4:off 5:on 6:off network-remotefs 0:off 1:off 2:on 3:on 4:off 5:on 6:off pete Powered by openSUSE 11.3 (x86_64) Kernel: 2.6.34.7-0.7-desktop KDE Development Platform: 4.5.5 (KDE 4.5.5) "release 1" 07:39 up 10:45, 4 users, load average: 0.11, 0.05, 0.01 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Brian K. White
-
Felix Miata
-
Peter Nikolic
-
SuSEUser