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