<br><br>I am trying to invoke the crash utility through one of the linux startup scripts. <br>crash -i command.txt vmlinux vmcore<br><br>But this gives an error<br>/dev/tty no such device or address.<br><br>The tty is /dev/console<br>
<br><br>Once the linux box boots up and i login and use the same crash command as above it works correctly<br>The tty of the login shell is /dev/ttyS0<br><br>Any pointers on solving the error "/dev/tty no such device or address"<br>
<br><br>Thanks<br><br><br>