atom feed54 messages in org.freebsd.freebsd-smpRe: SMP + XDM = keyboard lockup
FromSent OnAttachments
Richard ScheperJul 22, 1999 5:31 am 
Kazutaka YOKOTAJul 22, 1999 5:45 am 
Richard ScheperJul 22, 1999 6:04 am 
Richard ScheperJul 22, 1999 7:17 am 
Thomas DeanJul 22, 1999 9:34 am 
Richard ScheperJul 22, 1999 10:09 am 
Nate WilliamsJul 22, 1999 10:24 am 
Terry LambertJul 22, 1999 11:00 am 
Richard ScheperJul 22, 1999 11:05 am 
Nate WilliamsJul 22, 1999 11:11 am 
Nate WilliamsJul 22, 1999 11:16 am 
Richard ScheperJul 22, 1999 11:16 am 
Terry LambertJul 22, 1999 11:16 am 
Terry LambertJul 22, 1999 11:38 am 
Mike SmithJul 22, 1999 11:42 am 
Nate WilliamsJul 22, 1999 11:45 am 
Terry LambertJul 22, 1999 11:45 am 
Terry LambertJul 22, 1999 11:50 am 
Terry LambertJul 22, 1999 11:52 am 
Mike SmithJul 22, 1999 11:53 am 
Nate WilliamsJul 22, 1999 11:55 am 
Richard ScheperJul 22, 1999 12:15 pm 
Garance A DrosihnJul 22, 1999 1:57 pm 
Garance A DrosihnJul 22, 1999 2:00 pm 
Richard A. ScheperJul 22, 1999 6:33 pm 
Terry LambertJul 22, 1999 6:34 pm 
Terry LambertJul 22, 1999 6:36 pm 
Matthew DillonJul 22, 1999 6:45 pm 
Thomas DeanJul 22, 1999 6:47 pm 
Kazutaka YOKOTAJul 22, 1999 8:10 pm 
Kazutaka YOKOTAJul 22, 1999 8:45 pm 
Kazutaka YOKOTAJul 22, 1999 9:01 pm 
Chris D. FaulhaberJul 22, 1999 9:17 pm 
Matthew DillonJul 22, 1999 9:31 pm 
Kazutaka YOKOTAJul 22, 1999 9:45 pm 
Thomas DeanJul 22, 1999 9:51 pm 
Kazutaka YOKOTAJul 22, 1999 10:06 pm 
Kazutaka YOKOTAJul 22, 1999 10:19 pm 
Kazutaka YOKOTAJul 22, 1999 10:29 pm 
Thomas DeanJul 22, 1999 11:03 pm 
Marc van KempenJul 23, 1999 12:42 am 
Nate WilliamsJul 23, 1999 9:19 am 
Nate WilliamsJul 23, 1999 9:23 am 
Nate WilliamsJul 23, 1999 9:27 am 
Terry LambertJul 23, 1999 4:21 pm 
Matthew DillonJul 23, 1999 4:43 pm 
Bruce EvansJul 23, 1999 4:59 pm 
Terry LambertJul 23, 1999 5:14 pm 
Bruce EvansJul 23, 1999 5:41 pm 
Kazutaka YOKOTAJul 24, 1999 1:17 am 
Kazutaka YOKOTAJul 24, 1999 1:21 am 
Terry LambertJul 26, 1999 1:39 pm 
Kazutaka YOKOTAAug 6, 1999 11:29 pm 
Nate WilliamsAug 8, 1999 11:08 am 
Subject:Re: SMP + XDM = keyboard lockup
From:Kazutaka YOKOTA (yok@zodiac.mech.utsunomiya-u.ac.jp)
Date:Jul 22, 1999 8:10:53 pm
List:org.freebsd.freebsd-smp

Actually, I don't have another way in, just the console. If I cause the lockup I have no recourse but to turn the computer off. It makes it tough to get info, I know. I never see any error messages in /var/log/messages

Ok. Even if you don't have network connection to your system, it is possible to find clues as to what is happening.

After you experience keyboard lockup, reboot your system, give the `-s' option at the boot loader prompt. You will then be in the single user mode.

Examine the file /usr/X11R6/lib/X11/xdm/xdm-errors which records output from the X server and clients in the previous xdm invocation. Locate the lines:

Using syscons driver with X support (version 2.0) (using VT number 4) ~~~~~~~~~~~

As you are trying to run xdm in /dev/ttyv3 by /etc/ttys, you should see "VT number 4" (notice the offset by 1; this is because the X server gives the first vty (/dev/ttyv0) the number 1), when the X server is running without the keyboard lockup.

If the nubmer is 1 though 3, both the X server and getty are fighting for keyboard input in the same vty.

When you run xdm from rc.local (or /usr/local/etc/rc/something) in one way or another, and have the keyboard lockup, you can veryfy xdm-getty conflicts in the same way by looking at this log file.

As I stated before, I believe this is a timing problem. It may not always be reproducable by every SMP system; my SMP box has no trouble when I start xdm from /etc/ttys.

Kazu

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message