Re: "Headless" Linux & agetty Issues
barry_at_nospam.4.me.thx.com
Date: 07/16/04
- Previous message: barry_at_NOWANT.SPAM.stoch.com: "Re: Auto login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 15 Jul 2004 21:43:10 -0500
In article <pan.2004.05.06.15.15.08.115371@excite.com>, mark wrote:
> Hi,
>
> I'm trying to setup a headless Linux system on a PC/104 board. I had some
> problems with the following error message ...
>
> INIT: Id "S1" respawning too fast: disabled for 5 minutes
>
> ... which I solved by commenting out the lines in /etc/inittab that
> controlled the respawning of agetty on all the virtual consoles. It seems
> to work now, but there are some situations with my PC/104 board where I
> connect a video card to make troubleshooting easier. With my new
> /etc/inittab this won't work any more.
<snip>
One possible solution is to set another option instead of 'respawn' in
your inittab file. (ie. "once" comes to mind)
Maybe cobble together some bash script that inittab launches and have
that check if the video is present by searching /proc, if so execute
getty, otherwise exit.
Check out 'man inittab' for some background.
-Barry
- Previous message: barry_at_NOWANT.SPAM.stoch.com: "Re: Auto login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|