home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / digests / v2.20 < prev    next >
Encoding:
Text File  |  1990-12-29  |  4.3 KB  |  130 lines

  1.  
  2. NCSA Telnet Digest   Monday, March 20, 1989   Volume 2 : Issue 20
  3. --------------------------------------------------------------------
  4.  
  5. Subjects:
  6.     PC version on AppleTalk
  7.     PC version does not show directories
  8.     MSC modified version question
  9.     Teltool on 386i does not work as is
  10.     3C505 update - new contribution
  11.  
  12. --------------------------------------------------------------------
  13.  
  14. 3/15/89
  15.  
  16. I have posted an AppleTalk driver for the PC version, thanks to
  17. James Noble from Planning Research Corp. and a little KIP work on
  18. my part.  Right now the KIP part works, but the Kinetics gateway
  19. does not - I broke it.
  20. Set interrupt=60 to test it out.  If you don't have KIP, don't even
  21. bother trying.  If you fix it before I do, let me know.
  22.  
  23. Tim Krauskopf
  24. NCSA
  25.  
  26. --------------------------------------------------------------------
  27. Date: Sun, 5 Mar 89 18:06:28 PST
  28. From: avalon@ssyx.UCSC.EDU (Scott A. McIntyre)
  29.  
  30. Were running ncsa telnet on a PS/2, and it's great!  But there is one minor
  31. problem...ls does a good job of listing files, as the docs say it will, but
  32. it wont list directories....
  33.  
  34. ls -F 
  35.  
  36. returns a File not Found error....
  37.  
  38. Why?
  39. Is there a fix?
  40.  
  41. thanks,
  42. Scott
  43.  
  44. avalon@ssyx.ucsc.edu
  45.  
  46. [  We have not posted any fixes to this, but our next PC version will
  47. show directories and file sizes - Tim K]
  48.  
  49. --------------------------------------------------------------------
  50. From: mcvax!rhi.hi.is!goggi@uunet.UU.NET (Gardar Georg Nielsen)
  51. Subject: NCSA Telnet 2.2S
  52. Date: Mon, 6 Mar 89 16:19:00 GMT
  53.  
  54. I'm trying to run NCSA Telnet 2.2 with the changes from Jyrki Kuoppala
  55. for MSC 5.0.  I'm using MSC 5.0 and MASM 4.0.  When I run Telnet whith
  56. 3C523 ethernet board with interupt=3, address=c000 and ioaddr=300 I get
  57. this message on the screen.
  58.  
  59.  Console messages:
  60.  
  61. NCSA Telnet
  62.  
  63. National Center for Supercomputing Applications
  64. NCSA Telnet for the PC version 2.2Sc
  65.  
  66. Alt-H presents a summary of special keys
  67.  
  68. Could not initialize hardware level network driver
  69. Error initializing network or getting configuration file
  70.  
  71.  
  72. It works fine with 3C501 ethernet board.  Telbin.exe from the untarred
  73. directory also work fine with the 3C523 board.
  74.  
  75. Any suggestions?
  76.  
  77. -----------------------------------------------------------------------------
  78. Gardar Georg Nielsen                     Internet :  goggi@rhi.hi.is
  79. University of Iceland                    UUCP     :  ..!mcvax!hafro!rhi!goggi
  80.  
  81.  
  82. --------------------------------------------------------------------
  83. Date:  9 Mar 89 11:02 -0800
  84. From: Brian Klinkenberg <brian@geog.ubc.ca>
  85. Subject: help
  86.  
  87. I have ftp'd your teltool program (using image mode, etc) to my
  88. sun (OS 4.0), and followed directions, and ...
  89. cc -c -I../.. -g teltool.c
  90. "teltool.c", line 487: redeclaration of signal
  91. "teltool.c", line 508: redeclaration of signal
  92. "teltool.c", line 510: warning: illegal pointer combination
  93. *** Error code 1 
  94. make: Fatal error: Command failed for target `teltool.o' 
  95.  
  96. Is there something I'm doing wrong? Any hints on how to resolve
  97. these problems would be appreciated.  Thanks, klink
  98.  
  99.  
  100. [ If anyone has a full set of diffs, should be about 10 lines,
  101. please post them.  I would like to know too.  Tim K.
  102. ]
  103.  
  104.  
  105. --------------------------------------------------------------------
  106.  
  107. From: "WARREN M VANHOUTEN" <vanhouten@uv4.eglin.af.mil>
  108. Subject: Telnet 2.2 3Com 505 driver
  109.                                         Date:      9-Mar-1989 12:17pm CST
  110.                                         From:      1LT WARREN M. VAN HOUTEN 
  111.                                                    VANHOUTEN 
  112.                                         Dept:      Software Engineering
  113.                                         Tel No:    882-3736
  114.  
  115. Subject: Telnet 2.2 3Com 505 driver
  116.  
  117. I've been talking to Mr. Clay at Wright-Patterson AFB, OH.  He was having 
  118. problems using the 3C505 driver with Microsoft C 5.0.  I've checked 
  119. into this and find that Microsoft puts a 50h byte copyright header into the 
  120. data segment that TurboC doesn't.  The best solution (most portable) that I 
  121. can see is for me to rewrite the driver with all the variables put in a C
  122. header file to be included with 'pcutil.c'.
  123.  
  124.  
  125. Warren
  126.  
  127. [ Since sending this message, Warren has provided us with a new version
  128. which has been posted to the contributions directory.  Tim K.]
  129.  
  130.