[BusyBox] TAKE 2: Message on Startup: "sh: can't access tty; job control

Vladimir N. Oleynik dzo at simtreas.ru
Fri Jan 10 08:41:03 UTC 2003


Daniel,
 
> Daniel Huhardeaux wrote:
> 
> > Vladimir N. Oleynik wrote:
> >
> >> daniel,
> >>
> >> [...]
> >> # If something is wrong, we execute a shell
> >> exec sh
> >>
> >> Yes, wrong ;)
> >> Require setsid, open tty1 or ttyS0.
> >> You can test openvt applet from bb_unstable.
> >
> Ok, I install 0.61.pre with openvt applet. Same result.

Change  you your
exec sh
to
openvt 1 sh
?



More information about the busybox mailing list