[BusyBox] can't access tty; job control turned off

Paul Dickson dickson at permanentmail.com
Thu Dec 4 02:10:51 UTC 2003


On Wed, 3 Dec 2003 17:47:31 -0700, Paul Dickson wrote:

> This must be a trivial fix, but I can't find it...
> 
> I'm using 2.6.0-test10 with devfs.  My entry in inittab is:
> 
> vc/1::respawn:/sbin/getty 38400 vc/1


Trivial, once I tripped over the answer.

The entry in inittab that works is:

vc/1::respawn:/sbin/getty 38400 /dev/vc/1

The entry for inittab on http://busybox.net/downloads/BusyBox.html should
be corrected.  That's were I assumed I needed vc/1 rather than /dev/vc/1.

	-Paul




More information about the busybox mailing list