This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fixing ^C and error "can't access tty; job control turned off" in busybox

Do you use reduced busybox?
Have boot error "can't access tty; job control turned off"?
Are you having trouble with ^C?

Here is solution:

Get busybox sources from http://www.busybox.net/ and

Configure busybox with option:

CONFIG_CTTYHACK=y

Run shell from boot  script or inittab with:
setsid cttyhack sh

Have you further questions?