Re: who calls /ETC/MODULES

2003-12-10 Thread Bill Moseley
On Wed, Dec 10, 2003 at 03:22:41AM -0800, Sebastia Altemir wrote: > Thanks Bill and Marc - you are rigth : Andreas pointed to rcS.d, but I > was fixed on looking into rc2.d ! > Now that it's clear that rcS.d does it, I dont understand the > difference between level "1" and level "S" ! > I see rc1.d

Re: who calls /ETC/MODULES

2003-12-10 Thread Sebastia Altemir
Thanks Bill and Marc - you are rigth : Andreas pointed to rcS.d, but I was fixed on looking into rc2.d ! Now that it's clear that rcS.d does it, I dont understand the difference between level "1" and level "S" ! I see rc1.d is almost empty (?), but rcS.d not. Can someone tell me the boot level sequ

Re: who calls /ETC/MODULES

2003-12-09 Thread Marc Wilson
On Tue, Dec 09, 2003 at 04:58:59AM -0800, Sebastia Altemir wrote: > Here comes the problem : there is no link to MODUTILS in any "/etc/rcN.d". > The /etc/rc2.d (where network starting should happen) has : Who says that network startup should happen in run-level 2 only? Debian starts the network l

Re: who calls /ETC/MODULES

2003-12-09 Thread Bill Moseley
On Tue, Dec 09, 2003 at 04:58:59AM -0800, Sebastia Altemir wrote: > Thanks Andreas, for your time ! > Here comes the problem : there is no link to MODUTILS in any "/etc/rcN.d". /etc/rcS.d -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Re: who calls /ETC/MODULES

2003-12-09 Thread Sebastia Altemir
Thanks Andreas, for your time ! Here comes the problem : there is no link to MODUTILS in any "/etc/rcN.d". The /etc/rc2.d (where network starting should happen) has : S10sysklogd -> ../init.d/sysklogd S12kerneld -> ../init.d/kerneld S14ppp -> ../init.d/ppp S20inetd -> ../init.d/inetd S20logou

Re: who calls /ETC/MODULES

2003-12-06 Thread Andreas Janssen
Hello Sebastia Altemir (<[EMAIL PROTECTED]>) wrote: > I have solved my Ethernet startup problem by placing the line > "fealnx" in the "/etc/modules" file. But I would like to know what > Script ( as /etc/init.d/rc3.d/S05network -> /etc/init.d/network under > SuSE 8.2 ) uses this file to activat