startup sequence en detail

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
jsfarinet
Posts: 305
Joined: 23. Nov 2014, 07:32

startup sequence en detail

Post by jsfarinet »

Please excuse my - probably - stupid question: For some reason i was away from my Salix machine a long time. Now, i'm trying to fix up some startup problems. But i forgot the exact startup sequence ... ;)

Is there somewhere in the docs a link where it is explained "en detail". E.g. where for is looking lilo.conf first. And: What would be the command to NOT start X?

TIA a lot for your patience!
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: startup sequence en detail

Post by laprjns »

jsfarinet wrote:And: What would be the command to NOT start X?
At the Lilo prompt, press the tab key and type Salix 3.
Is there somewhere in the docs a link where it is explained "en detail". E.g. where for is looking lilo.conf first
lilo.conf is not sourced during the start up sequence. It is only sourced when lilo -v is executed. So the process to make changes to lilo is to edit the lilo.config file, then run lilo -v. At the next boot, the changes you made should be in effect.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: startup sequence en detail

Post by gapan »

The way the system boots (how the init scripts are used) is described here:
http://www.slackbook.org/html/system-co ... RATION-RCD

But all that happens after LILO boots the kernel. So, what laprjns answered is of course correct.
Image
Image
User avatar
jsfarinet
Posts: 305
Joined: 23. Nov 2014, 07:32

Re: startup sequence en detail

Post by jsfarinet »

Thanks a lot to you both! Lilo is relatively clear to me. Rather, what follows then is the problem.

Background of my problem: I'm running clamav as a daemon and i suspect, sometimes, it breaks the startup (probably when the schedule pretends a setup of the database (???)).
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: startup sequence en detail

Post by gapan »

What do you mean by "breaks the startup"? What's happening exactly?
Image
Image
djemos
Salix Warrior
Posts: 1464
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: startup sequence en detail

Post by djemos »

jsfarinet wrote:Thanks a lot to you both! Lilo is relatively clear to me. Rather, what follows then is the problem.

Background of my problem: I'm running clamav as a daemon and i suspect, sometimes, it breaks the startup (probably when the schedule pretends a setup of the database (???)).
To update virus database just type in a terminal

Code: Select all

sudo freshclam

Read this article i have written in the past
Post Reply