Hi,<br>Login prompt at the end of kernel bootup is blocked &amp; getting the messasge &quot;/bin/sh: can&#39;t access tty; job control turned off&quot;<br>I&#39;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&#39;m doing :<br><br>exec /bin/sh<br>setsid sh -c &#39;exec sh &lt;/dev/ttySAC0 &gt;/dev/ttySAC0 2&gt;&amp;1&#39;     <br>
<br>by the completion of /etc/inittabscript,I&#39;m ending in shell prompt with the messsge &quot;/bin/sh: can&#39;t access tty; job control turned off&quot;<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>