Re: [uml-user] inittab help

2008-04-04 Thread Jeff Dike
On Tue, Apr 01, 2008 at 11:34:52PM -0700, kewlemer wrote: > My bad - sorry this is what I have - > 3:2345:respawn:/sbin/getty 38400 tty3 > > I still get this error - > NIT: cannot execute "/sbin/getty" > INIT: cannot execute "/sbin/getty" > INIT: cannot execute "/sbin/getty" > INIT: cannot execute

Re: [uml-user] inittab help

2008-04-02 Thread Benedict Verheyen
kewlemer wrote: > My bad - sorry this is what I have - > 3:2345:respawn:/sbin/getty 38400 tty3 > > I still get this error - > NIT: cannot execute "/sbin/getty" > INIT: cannot execute "/sbin/getty" > INIT: cannot execute "/sbin/getty" > INIT: cannot execute "/sbin/getty" > INIT: Id "3" respawning

Re: [uml-user] inittab help

2008-04-01 Thread kewlemer
On 3/31/08, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 05:31:14PM -0700, kewlemer wrote: > > In a line like - > > 1:2345:respawn:/sbin/getty 9600 tty1 > > can anyone tell me what "9600" means? > > > > I'm asking this because in the UML book I found - > > 3:2345:respawn:/sb

Re: [uml-user] inittab help

2008-03-31 Thread Jeff Dike
On Sat, Mar 29, 2008 at 05:31:14PM -0700, kewlemer wrote: > In a line like - > 1:2345:respawn:/sbin/getty 9600 tty1 > can anyone tell me what "9600" means? > > I'm asking this because in the UML book I found - > 3:2345:respawn:/sbin/getty 38400 tty1 It's a baud rate, and it's irrelevant for UML.

[uml-user] inittab help

2008-03-29 Thread kewlemer
Hi all, I'm sturugging to access my UML through a console and serial line . I'm hoping someone can help me in the inittab config. I've sucessfully booted into a UML kernel and I have UMLs iniitab (relevant part) as - # We launch just one console for UML: c0:1235:respawn:/sbin/mingetty tty0 The