Hi,<br>Login prompt at the end of kernel bootup is blocked & getting the messasge "/bin/sh: can't access tty; job control turned off"<br>I've tried with the options in busybox FAQ,nothing worked out.<br>
<br><br><br>Details <br><br>ls -l /dev/console<br>crw-rw-rw- 1 root root 204, 64 Dec 31 17:00 /dev/console<br><br>ls -l /dev/ttySAC0<br>crw-rw-rw- 1 root root 204, 64 Dec 31 17:00 /dev/ttySAC0<br>
<br>/etc/inittab:<br>::sysinit:/etc/init.d/rcS <br>ttySAC0::respawn:/sbin/getty -L ttySAC0 115200 vt100 # GENERIC_SERIAL<br><br><br>In ::sysinit:/etc/init.d/rcS <br>i'm doing :<br><br>exec /bin/sh<br>setsid sh -c 'exec sh </dev/ttySAC0 >/dev/ttySAC0 2>&1' <br>
<br>by the completion of /etc/inittabscript,I'm ending in shell prompt with the messsge "/bin/sh: can't access tty; job control turned off"<br><br>But I can run all commads from the shell prompt (Except login,if I give system hangs)<br>
<br><br>I feel the information, I provided may not be very clear,but this is my first time working in linux.<br>plz suggest a way to get login working.<br><br><br><br><br><br><br>