Oct 1, 2008 #1 reneford Programmer Dec 16, 2004 149 CA If I do fuser /dev/tty0, it says that nothing is using this port. But if I try to do a diag on the tty0, it says that the device is in use. Do you have an idea of what's was wrong? And the stty > /dev/tty, fail. Thanks
If I do fuser /dev/tty0, it says that nothing is using this port. But if I try to do a diag on the tty0, it says that the device is in use. Do you have an idea of what's was wrong? And the stty > /dev/tty, fail. Thanks
Oct 1, 2008 #2 p5wizard IS-IT--Management Apr 18, 2005 3,165 BE Probably the port is in use by a getty process. try [tt]pdisable /dev/tty0[/tt] But you may also have to reassign the system console in order to free up the port. HTH, p5wizard Upvote 0 Downvote
Probably the port is in use by a getty process. try [tt]pdisable /dev/tty0[/tt] But you may also have to reassign the system console in order to free up the port. HTH, p5wizard