home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3254 < prev    next >
Encoding:
Text File  |  1992-07-30  |  3.7 KB  |  79 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usenet.coe.montana.edu!news.u.washington.edu!milton!sand
  3. From: sand@milton.u.washington.edu (Derek Upham)
  4. Subject: Re: Questions: tip, src install problems, kermit, rz, crypt library
  5. Message-ID: <sand.712560243@milton>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: University of Washington
  8. References: <Jul.30.19.30.55.1992.29985@pilot.njin.net>
  9. Date: Fri, 31 Jul 1992 05:24:03 GMT
  10. Lines: 67
  11.  
  12. pfaffman@pilot.njin.net (Jay Pfaffman) writes:
  13.  
  14. >I managed to get tip to work, but what term type do I tell the Sun I'm
  15. >using?  What are those "last message received XXX times" errors about?
  16.  
  17. The terminal type is "pc3".  The description should be in
  18. /usr/share/misc/termcap, and most termcaps should have the similar
  19. "pc".  I don't know what's causing the kernel diagnostics, but see
  20. below...
  21.  
  22. >Anybody got kermit 5a (?) going?  Is the vt10[02] emulation good?
  23. >Is there a better term program?  MS-Kermit is very nice, but I hope to
  24. >be leaving that behind.
  25.  
  26. Kermit 5A (with a binary) is included in the etc01 distribution.  It
  27. has no vt10[02] emulation---the plan was, people would use "screen"
  28. (also included in the etc01 distribution) for emulation.  This works,
  29. mostly, but there is a known bug in "screen" that forces you to hit ^V
  30. twice to send it.  See the thread (started about two days ago,
  31. something like "sockets bug? ^V as an escape character?") to find more
  32. information.
  33.  
  34. >rz gets *lots* of checksum errors with my 9600 modem.  The modem is
  35. >doing error correction, so that I don't think *that's* the problem.
  36. >Is BSD too slow to keep up?  Will a 16550 (?) UART help?
  37.  
  38. My V.32bis/V.42/V.42bis modem (with a 16550A UART) was dropping
  39. characters under Linux, due to a problem with the COM driver code.
  40. Lowering my DTE from 38,400bps to 19,200bps solved the problem.
  41. 386BSD has even worse problems over dialup lines, and fiddling with
  42. the DTE doesn't seem to help.  I'm pretty sure (thanks to Linux) that
  43. the problem isn't with the remote machine, the remote modem, or my
  44. modem.  This leaves the 386BSD COM drivers (and this might also
  45. explain the periodic kernel messages).  I suspect there are bugs
  46. somewhere in the two levels of terminal emulation, as well.
  47.  
  48. >extract complained that it couldn't find src01.install.  Why not?
  49. >Should I worry?  Why isn't extract a script so that I can fix it when
  50. >it breaks?
  51.  
  52. Use "extract" for the bin01 stuff.  Don't bother with it for anything
  53. else.  Just put all the src01 files in /root, then cd to / and run
  54.  
  55.   cat /root/src01.?? | uncompress | cpio -div
  56.  
  57. If there's anything wrong with the files (like an extra 0xff character
  58. on the end of two pieces...) uncompress will barf on the stream.
  59. Plus, you can taunt this command at will.  If you value your sanity,
  60. don't extact from the /tmp directory, or store any the files there.
  61. The /etc/rc shell script automatically clears /tmp on boot.  You can
  62. lose eight hours worth of files in an instant.
  63.  
  64. >I understand why a real crypt wasn't included, but Linux has one.
  65. >Shouldn't it be easy to plug it in?  What will have to be recompiled
  66. >besides login, su, & passwd? (crypt, I guess:-)
  67.  
  68. Chris Demetriou (sp?) posted something about encrypted passwords a
  69. while back.  I'm sure someone has it saved online.
  70.  
  71. >Jay Pfaffman, Computer Coordinator        pfaffman@pilot.njin.net
  72. >Dwight-Englewood School, 315 E. Palisade Ave.                      
  73. >Englewood, NJ  07631-0489                 201-569-9500
  74. -- 
  75. Derek Lynn Upham                                     University of Washington
  76. sand@u.washington.edu                University Computing Services Operations
  77. =============================================================================
  78. "Ha!  Your Leaping Tiger Kung Fu is no match for my Frightened Piglet Style!"
  79.