Hi. Just tried to update udev port. A few minutes after reboot I got the following messages: Aug 12 17:36:23 zerberus init: Id "c1" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c2" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c3" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c4" respawning too fast: disabled for 5 minutes ... Corresponding to these errors I miss the /dev/vc directory. It seems as if the agetty process from /etc/inittab cannot be started. Has anyone got similar errors? When changing back to udev 0.91 everything works normal again. Best reagards. Markus
yeah, got the same errors, just change c1:2:respawn:/sbin/agetty 38400 vc/1 linux c2:2:respawn:/sbin/agetty 38400 vc/2 linux . . . in /etc/inittab to: c1:2:respawn:/sbin/agetty 38400 tty1 linux c2:2:respawn:/sbin/agetty 38400 tty2 linux c3:2:respawn:/sbin/agetty 38400 tty3 linux c4:2:respawn:/sbin/agetty 38400 tty4 linux c5:2:respawn:/sbin/agetty 38400 tty5 linux c6:2:respawn:/sbin/agetty 38400 tty6 linux #s1:2:respawn:/sbin/agetty 38400 tts/0 vt100 and the problem is solved. Maybe the inittab file was rejected at the update look for it at /var/lib/pkg/rejected/etc/. regards chris Markus Stockhausen wrote:
Hi.
Just tried to update udev port. A few minutes after reboot I got the following messages:
Aug 12 17:36:23 zerberus init: Id "c1" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c2" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c3" respawning too fast: disabled for 5 minutes Aug 12 17:36:23 zerberus init: Id "c4" respawning too fast: disabled for 5 minutes ...
Corresponding to these errors I miss the /dev/vc directory. It seems as if the agetty process from /etc/inittab cannot be started. Has anyone got similar errors? When changing back to udev 0.91 everything works normal again.
Best reagards.
Markus
Markus Stockhausen [2006-08-12 20:48]:
Just tried to update udev port. A few minutes after reboot I got the following messages:
Aug 12 17:36:23 zerberus init: Id "c1" respawning too fast: disabled for 5 minutes [...]
Corresponding to these errors I miss the /dev/vc directory. It seems as if the agetty process from /etc/inittab cannot be started. Has anyone got similar errors? When changing back to udev 0.91 everything works normal again.
Yes. On one of my boxes, /etc/inittab was out of date, too :) diff -aur /usr/ports/core/rc/inittab /etc/inittab ie, replace vc/1 by tty1 etc. HTH, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
participants (3)
-
Chris Turner
-
Markus Stockhausen
-
Tilman Sauerbeck