LeRoy Cressy on 2 Nov 2005 01:34:47 -0000 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Stephen Gran wrote: > On Tue, Nov 01, 2005 at 06:11:09PM -0500, Art Alexion said: > >>By default, my distro tries to run an ntp update script before it >>initializes ppp. The documentation on the distro web site shows you how >>to disable the ntp init script, but I don't want to do that. I want to >>edit the startup so that it runs _after_ ppp is initialized. >> >>I installed the webmin init module, but need to read about the runlevel >>and 'start at' and 'stop at' settings before I make any changes. Google >>hasn't helped me find documentation. Can anyone recommend a place? > > > Without knowing more about what your distro is, I invite you, > semi-facetiously, to investigate the lovely command 'mv'. The beauty of > a simple > mv /etc/rc2.d/S23ntp /etc/rc2.d/S53ntp > beats all of webmin, for me. > > On a more serious note, if you know what your distros default run level > is, just push the ntp start link to something slightly later than the > ppp start link. That is the simplest solution. > > The way it works, roughly (and totally solution dependant, but most > linux distros do it this way these days) is that the kernel boots, and > at some point hands thing off to init. init runs all of the scripts > that start with S in the rcS.d directory, and then switches to the > 'default' run level - what that default is is completely distribution > dependant, although I think Redhat-alikes all use 5. > > Then init runs all scripts in rc5.d directory that begin with an S with > the start argument (and really, it should also run all scripts that begin > with a K with the stop argument, but many don't). The only real things > to know about the hacked SysV init that most linux distros use is that > > a) scripts whose names start with S should get run with the start > argument > b) scripts whose names start with K should get run with the stop > argument > c) All scripts in a directory are run in numerical order > d) At boot, S is first, then default run level. > > That's the basics for managing it. > I have seen sever questions about linux startup in the past and I think that it is a good time to answer some general questions. 1. Kernel loads init which reads /etc/inittab 2. /etc/inittab references to the startup script with a lines like: l0:0:wait:/etc/init.d/rc 0 l1:1:wait:/etc/init.d/rc 1 l2:2:wait:/etc/init.d/rc 2 l3:3:wait:/etc/init.d/rc 3 l4:4:wait:/etc/init.d/rc 4 l5:5:wait:/etc/init.d/rc 5 l6:6:wait:/etc/init.d/rc 6 # Normally not reached, but fallthrough in case of emergency. z6:6:respawn:/sbin/sulogin /etc/init.d/rc is a shell script which starts the startup programs in order. Reading both inittab and the rc script will teach you how the system starts. It is also good to read the man page for init which gives the details of the boot process. Steve gave the quick info you wanted, but if you switch distros sometime in the future, you will need to see where that distro puts the init scripts. It seems that each distro is slitely different. - -- Rev. LeRoy D. Cressy mailto:leroy@lrcressy.com /\_/\ http://lrcressy.com ( o.o ) Phone: 215-535-4037 > ^ < FAX: 215-535-4285 gpg fingerprint: 62DE 6CAB CEE1 B1B3 359A 81D8 3FEF E6DA 8501 AFEA For info on enigmail: http://lrcressy.com/linux/mozilla.pdf For info on gpg: http://www.gnupg.org/ Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. (John 14:6) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iQIVAwUBQ2gXRXlsxrSGsIsqAQrY8hAAzMzEQbHanujPXftfYyHs+emyytYbjApr 3iaFKLvOhGTY6Crb0XneG23YU4/2qdwPuryHSlfjHpgltDmP9v2P2M2z5P43AFyW XLNOfOBHjWGDM02viKLIjUskj6tHI7ehJoS/oy+BwN5E9ZUwPIit13gqSV548n9t Ub4pHSkiKjGw+0Z0JSvGMUNoqFrxiwWkee6DpX8ywKXPk4U/tgELEtzxmnRXAGfK Z2x1Df85xZYOqNjv1amBDQyRIyw64SyIp/IxWiuhJ0fdd/SdwAFLwHM1eEoKExhh p0DKk0okXNkrNmba6XysXNWij3ZPsi0sxHn63Ldk68qWIqcxQycuGIwF5T24c93b oq12ufQOR5zG25id+sKIFvFA4cfkunP3TpfNPmicihBEENWK9FXHlfXqVy3/rx4+ KjEsJK7pGEs6ge5wb+S1/DUzxUnthxOmPygLPIy2eWblsGf7SbEGHofvjrV3T1fg YtNy/ilywfAPoxoN8wLq5JmSy+irfACjN2nxrEi0JqHAFZR9DnYJINHhluS9PUtC c93k8EY2r1z2su/eOX18qvXb02wkmI1hAHnhQ3/1EpRj2s8TOsQECyIRZYlGzifK Xboe8kZb13YxdaDsaZ+PpD9GTa6uWeQanVwE8y0GhJLanuAsS2gO3vcqBdmCBDu4 WBkA+RiYl/Q= =thJV -----END PGP SIGNATURE----- ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|