home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9370 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!ukma!wupost!usc!sol.ctr.columbia.edu!news.unomaha.edu!cwis!trussell
  3. From: trussell@cwis.unomaha.edu (Tim Russell)
  4. Subject: Re: linux 0.97 rootimage .1, some problems
  5. Message-ID: <trussell.715183936@cwis>
  6. Keywords: linux, mount, compress, 0.97.1
  7. Sender: news@news.unomaha.edu (UNO Network News Server)
  8. Organization: University of Nebraska at Omaha
  9. References: <688@svcs1.UUCP>
  10. Date: Sun, 30 Aug 1992 14:12:16 GMT
  11. Lines: 24
  12.  
  13. slix@svcs1.UUCP (Bill Miller) writes:
  14.  
  15. >Thirdly, it seems that when I (mistakenly :-) send the output of compress
  16. >to stdout, from then on (in that particular virtual tty) the character set
  17. >is *permanently* changed.  Instead of seeing normal characters when I
  18. >type, or when the system types, I get all upper 128 PC ascii characters
  19. >instead.  If I login to the other virtual tty's, their character display
  20. >is unaffected.  The problem isn't solved by sync;logout and then a relogin
  21. >either.  This seems really strange.
  22.  
  23.     That's because the Linux console supports being put into an alternate
  24. character set mode, and the binary characters in your file are triggering
  25. that.  When it happens to me, I type
  26.  
  27.                  echo "<^V><ESC>c"
  28.  
  29. where the two keys in brackets are keypresses, of course.  This sends the
  30. VT100 reset sequence (escape + lowercase c) and gets things back in order.
  31.  
  32. --
  33.     Tim Russell                 Omaha, NE              trussell@unomaha.edu
  34. One of the richest men in the world made his billions selling a toy "operating
  35. system" that is more accurately described as a glorified bootstrap loader.
  36.                                                   -- Phil Karn
  37.