home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15849 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!spool.mu.edu!tulane!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Possible cause of keyboard lockups in XFree
  5. Date: 6 Nov 1992 01:52:33 -0600
  6. Organization: Kansas State University
  7. Lines: 26
  8. Message-ID: <1dd881INNd3d@matt.ksu.ksu.edu>
  9. References: <ins217t.721031151@aurora.cc.monash.edu.au>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. ins217t@aurora.cc.monash.edu.au (Andrew J. Cosgriff !) writes:
  13.  
  14. >Erm, I've found a possilbe cause of keyboard lockups in Xfree86...
  15.  
  16. >I got the new admutils and new poeigl and compiled...
  17. >It linked /dev/tty1 to /dev/console (which was prev. linked to tty0)
  18. >When I started X this afternoon, the keyboard wouldn't respond...
  19. >Changing the link back did the trick...
  20. ><Just in case any of you out there in netland are having sim. probs>
  21. >BTW, the new login didn't work when i compiled it
  22. >- i had to delve for the emergency boot disk to put the old one back...
  23. >(and it was 80K compared to 5K for the old one !!!)
  24.  
  25. >Enjoy !
  26. >Cos !
  27. >-- 
  28. >Andrew J. Cosgriff !    ins217t@aurora.cc.monash.edu.au
  29.  
  30. This is why I suggest not making /dev/console a symbolic link. Just
  31. do a mknod /dev/console c 4 0 and be done with it. Then you don't have
  32. to worry about programs screwing with the links. Also, its generally a 
  33. good idea to read the Makefile and see what the make install does before
  34. actually doing it.
  35.  
  36. James
  37.  
  38.