On Wed, 3 Jun 1998, Fred Smith wrote:
> On Wed, Jun 03, 1998 at 12:19:25AM +0100, Luis Sismeiro wrote:
> > > Some more details, perhaps? "Becomes crazy" is a bit vague :)
> > 
> > I get the prompt of login but when I press the enter key after my login
> > name the ^M appears and I can login on that vt anymore.
> 
> When that happens, instead of pressing the ENTER key, try CTRL-J
> INSTEAD of ENTER. If that works and lets you log in, then issue

Or go to another tty and issue the command 'tty sane </dev/tty1' (if the
1st virtual screen is locked up, substitute whatever number for the '1' in
the command above).  

I now have a 'stop' script to kill whatever's on a virtual tty that
includes that command. It looks something like:

---------------
#!/bin/sh
fuser -k /dev/$1
sleep 5s
fuser -k -9 /dev/$1
stty sane </dev/$1
-------------------
(There's a bunch of tests and user info and stuff left out of this, but
you get the picture).

Eric Lee Green   [EMAIL PROTECTED]          Executive Consultants
Systems Specialist               Educational Administration Solutions
             See http://members.tripod.com/~e_l_green


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to