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

Sebastien Raimbault raimbault.sebastien at free.fr
Mon May 2 08:06:07 UTC 2005


Hi,

I've had this problem, and it has been fixed when including devpts 
pseudo filesystem in the kernel:

CONFIG_DEVPTS_FS_XATTR=y

and mounting it in /dev/pts:

mount -n -t devpts none /dev/pts


I cannot tell why, but it fixed it in my case.

SeB.


>On Sunday 01 May 2005 03:43 am, Chris Williams wrote:
>  
>
>>Howdy.
>>
>>Our company was contracted to get Linux (celinux 2.4.20) working on
>>their new Arm S3C2410-based board. We have finally gotten everything to
>>boot-up and run properly, but once we get into busybox, we get an error
>>message that I believe to be "can't access tty; job control turned
>>off"--though most of the text is missing from the display version, just
>>showing "; job control" with various garbage, line ends, and missing
>>characters (or at least there aren't enough visible garbage characters
>>to make up for the text that should be showing.)
>>I have tried busybox 1.00, rc3, and the svn checkout version with no
>>change. I also tried the buildroot package compiled for 2.4.29, which
>>only changed around what stuff was normal and which was junk.
>>    
>>
>
>Sounds like you're associating the console with /dev/console, which doesn't 
>provide a controlling terminal.  (I don't know WHY it doesn't, I find it kind 
>of annoying myself, especially when I'm messing around with user mode linux.  
>But it never has...)
>
>  
>




More information about the busybox mailing list