On 27/06/2004 at 11:18 +0200, Timo Reimerdes wrote: > I got this Problem and according to some board-posts and newsgroups I > found using google some others do, too. Unfortunately nothing they > posted helped in resolvnig this problem. I am shure I just messed up > some minor thing when switching to 2.6.x kernels. > > ----this is /var/log/syslog----- > Jun 27 11:07:08 area init: Id "4" respawning too fast: disabled for 5 > minutes > Jun 27 11:07:08 area init: Id "2" respawning too fast: disabled for 5 > minutes > Jun 27 11:07:08 area init: Id "5" respawning too fast: disabled for 5 > minutes > Jun 27 11:07:09 area init: Id "1" respawning too fast: disabled for 5 > minutes > Jun 27 11:07:11 area init: Id "6" respawning too fast: disabled for 5 > minutes > Jun 27 11:07:11 area init: Id "3" respawning too fast: disabled for 5 > minutes > ---------
Those id's are usually the getty's for tty consoles (at least they are in default /etc/inittab). So your kernel might lack something related to tty support. Does /var/log/kern.log say anything? The messages you posted really do not say anything about the cause of `getty' dying in every respawn, so it could many things. If system logs do not say anything, try to run the command in /etc/inittab from a console and see it's output. -- Kiko