What are you trying to do?

You do realize you aren't running the rc2.d scripts?  You also realize 
that you are are running rc.[06] rather than the traditional 
rc[06].d?  Are these script files rather than the traditional init 
script directories?  The further you stray from tradition, the more 
risk you take in breakage :-/.

I would suspect that there is something in rc2.d that is necessary to 
initialize the system.  In fact, there usually is a lot in rc[2345].d 
that initializes various parts of the system.

My suggestion is to add back in:
l1:1:wait:/etc/rc.d/rc1.d
l1:2:wait:/etc/rc.d/rc2.d
l1:3:wait:/etc/rc.d/rc3.d
l1:4:wait:/etc/rc.d/rc4.d
l1:5:wait:/etc/rc.d/rc5.d
and rename/change rc.0 and rc.6 to rc0.d and rc6.d

Note that runlevel 3 (text) and 5 (X11) are typical run levels.  You 
may have something in rc3.d that isn't in rc2.d but needs to be (once 
you start running the rc2.d scripts).

If the rc[1-5].d script directories have more stuff than you want, 
remove the extra stuff, preferably one piece at a time, checking for 
breakage.

gvb


At 08:43 AM 6/12/00 -0500, Jerry Beckmann wrote:

>I am having trouble setting up my inittab file correctly. Here is what 
>I have right now:
>
>id:2:initdefault:
>si:S:sysinit:/etc/rc.d/rc.S
>ca::ctrlaltdel:/sbin/shutdown
>l0:0:wait:/etc/rc.d/rc.0
>l6:6:wait:/etc/rc.d/rc.6
>1:2:respawn:/sbin/mingetty --noclear tty1 linux
>2:2:respawn:/sbin/mingetty tty2 linux
>3:2:respawn:/sbin/mingetty tty3 linux
>4:2:respawn:/sbin/mingetty tty4 linux
>5:2:respawn:/sbin/mingetty tty5 linux
>6:2:respawn:/sbin/mingetty tty6 linux
>
>I have tried changing the initdefault level from to upto 5 along with 
>the mingetty command, checked to insure all the libraries are in the 
>/lib directory, and tried a few different configurations on the 
>mingetty. I can get the system to work off of a floppy with the above 
>settings, but when I copy all the files over to a harddisk and then 
>run lilo, I get:
>Id xxx respawning too fast: disabled for 5 minutes
>for all the terminals. I have edited the fstab to include only 
>/dev/hda2 / ext2 defaults and proc /proc proc defaults and mtab is empty.
>
>Any help would be greatly appreciated.
>Jerry
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
>--
>To unsubscribe from this list, send a message to [EMAIL PROTECTED]
>with the command "unsubscribe linux-embedded" in the message body.
>For more information, see <http://waste.org/mail/linux-embedded>.




--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to