Koozali.org: home of the SME Server

SME 7.0 Boot sequence

Offline arne

  • *****
  • 1,116
  • +0/-4
SME 7.0 Boot sequence
« on: September 21, 2005, 12:10:10 AM »
Is there anybody who has a step by step overviw of the bootup squence og the sme 7.0 beta server ??

(I think that if you know which files and scripts that is loaded during startup, and in which order, this can help for some general understanding of the server.)

Best reg Arne.
......

Offline gordonr

  • *
  • 646
  • +0/-0
    • http://www.smeserver.com.au/
Re: SME 7.0 Boot sequence
« Reply #1 on: September 21, 2005, 05:02:56 AM »
Quote from: "arne"
Is there anybody who has a step by step overviw of the bootup squence og the sme 7.0 beta server ??


It's a standard sysv init sequence (Google is your friend), but in run-level 7 so as to avoid modifying any underlying packages. Almost all processes are started under runit, which supervises the underlying daemon and restarts it if it dies.

For more info on runit, see:

http://smarden.org/runit/

and

http://cr.yp.to/daemontools.html

IMO, this sort of question is more appropriate to the devinfo list.
............

Offline arne

  • *****
  • 1,116
  • +0/-4
SME 7.0 Boot sequence
« Reply #2 on: September 21, 2005, 09:21:55 PM »
With other words - The SME 7.0 boots like any other (RedHat) Linux except for that it enters runlevel 7. Thanks for this info.
......