home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17447 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.3 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!torvalds
  2. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problem with console
  5. Message-ID: <1992Nov21.141027.12274@klaava.Helsinki.FI>
  6. Date: 21 Nov 92 14:10:27 GMT
  7. References: <FCAIC.92Nov19091438@woody.wbst845e.xerox.com>
  8. Distribution: comp.os.linux
  9. Organization: University of Helsinki
  10. Lines: 22
  11.  
  12. In article <FCAIC.92Nov19091438@woody.wbst845e.xerox.com> fcaic@wbst845e.xerox.com (Frank Caico) writes:
  13. >
  14. >I have been trying to figure this out, but havent come up with the answer
  15. >yet.
  16. >
  17. >I am trying to start up a console from inside X windows, but i cannot get
  18. >it to work.  If I start an xconsole, it doesn't actually display console
  19. >messages and if I start a xterm -C that doesn't work either.  
  20. >
  21. >I am using the SLS distribution, linux .98pl2  If anyone can help with this
  22. >I would really appreciate it!
  23.  
  24. There was a bug in the pty redirection handling with the new tty
  25. routines in 0.98.  It was essentially a '+1' which should have been a
  26. '-1'.  It's fixed in 0.98pl4 and pl5. 
  27.  
  28. Note that the linux kernel messages still won't get printed under X
  29. unless you use a special program to actually trap them: xterm -C only
  30. catches user-level output (ie error messages from the X server etc) to
  31. the console. 
  32.  
  33.         Linus
  34.