[Clfs-dev] please console stop

George Boudreau georgeb at linuxfromscratch.org
Fri Jan 25 07:04:03 PST 2008


Luís Vitório Cargnini wrote:
> Please I'm booting my board and my CLFS is stoping in this point:
>  Freeing init memory: 144K
> INIT: version 2.86 booting
> INIT: cannot execute "/etc/init.d/rcS"
> INIT: Entering runlevel: 3
> INIT: Id "1" respawning too fast: disabled for 5 minutes
> INIT: Id "2" respawning too fast: disabled for 5 minutes
> INIT: Id "3" respawning too fast: disabled for 5 minutes
> INIT: Id "4" respawning too fast: disabled for 5 minutes
> INIT: Id "S0" respawning too fast: disabled for 5 minutes
> INIT: no more processes left in this runlevel
> 
> 
> my inittab:
> # Level to run in
> id:3:initdefault:
> 
> # Boot-time system configuration/initialization script.
> si::sysinit:/etc/init.d/rcS

     Why have you specified 'rcS' here? Do you have a valid 
(ownership/permission) file.

> 
> # What to do in single-user mode.
> ~:S:wait:/sbin/sulogin
> 
> # /etc/init.d executes the S and K scripts upon change
> # of runlevel.
> #
> # Runlevel 0 is halt.
> # Runlevel 1 is single-user.
> # Runlevels 2-5 are multi-user.
> # Runlevel 6 is reboot.
> 
> l0:0:wait:/etc/rc.d/init.d/rc 0
> l1:1:wait:/etc/rc.d/init.d/rc 1
> l2:2:wait:/etc/rc.d/init.d/rc 2
> l3:3:wait:/etc/rc.d/init.d/rc 3
> l4:4:wait:/etc/rc.d/init.d/rc 4
> l5:5:wait:/etc/rc.d/init.d/rc 5
> l6:6:wait:/etc/rc.d/init.d/rc 6
> 
> 
> # What to do at the "3 finger salute".
> ca::ctrlaltdel:/sbin/shutdown -t1 -h now
> 
> # Runlevel 2,3: getty on virtual consoles
> # Runlevel   3: getty on terminal (ttyS0) and modem (ttyS1)
> 1:23:respawn:/sbin/agetty tty1 VC linux
> 2:23:respawn:/sbin/agetty tty2 VC linux
> 3:23:respawn:/sbin/agetty tty3 VC linux
> 4:23:respawn:/sbin/agetty tty4 VC linux
> S0:3:respawn:/sbin/agetty -L 9600 ttyS0 vt320
> #S1:3:respawn:/sbin/mgetty -x0 -D ttyS1
> 
> 




More information about the Clfs-dev mailing list