Hi Alug: tty1 has hung in minicom; I have removed the lockfile and stopped the minicom process but have now been left with the image and a flashing cursor and I can't communicate at all with that console. I had a reset problem a few months back, so I looked up the thread we had on that, but they all assume being able to talk directly on that tty. I've read the getty man page, and tried a few things. If I try to kill the process a new one begins and the image remains. "reset tty1" from another console asks for terminal type, I say vt102 and it tells me a bunch of stuff including "kill is ^U", but they all do nothing. It's severely annoying. Jen.
On Wed, Sep 25, 2002 at 09:24:41AM +0100, Jenny_Hopkins@toby-churchill.com wrote:
Hi Alug: tty1 has hung in minicom; I have removed the lockfile and stopped the minicom process but have now been left with the image and a flashing cursor and I can't communicate at all with that console.
You could try restarting the getty for that console.
do a "ps ax | grep tty1" and kill that process. I think that init should restart it for you, if not do something like "/sbin/getty 38400 tty1".
That might work....?