On Thu, Aug 04, 2005 at 11:06:19AM -0400, Ernie Fontes wrote: > devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED]) > devfs: devfs_debug: 0x0 > devfs: boot_options: 0x1 ... > INIT: Id "0" respawning too fast: disabled for 5 minutes > INIT: Id "1" respawning too fast: disabled for 5 minutes > INIT: Id "c" respawning too fast: disabled for 5 minutes > INIT: Id "2" respawning too fast: disabled for 5 minutes > INIT: no more processes left in this runlevel
It looks like init is running gettys on non-existent ttys. I downloaded that Redhat image, and its /etc/inittab looks as follows: 0:2345:respawn:/sbin/mingetty ttys/0 1:2345:respawn:/sbin/mingetty ttys/1 2:2345:respawn:/sbin/mingetty ttys/2 c:2345:respawn:/sbin/mingetty serial/0 You're currently using devfs, which is obviously not creating device nodes that look like /dev/ttys/0. You've two choices: either stop using devfs, create static device nodes and change the inittab lines to run gettys on them, or you can update the inittab lines to use the devfs devices. I'm not sure offhand what devfs creates, as I don't use it myself. Maybe starting your UML image with init=/bin/sh on the command line will let you look around and see what device nodes are in /dev? -- Ruaidhri ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user