home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / test / pdp11 / krtbug.lst < prev    next >
File List  |  1996-10-17  |  4KB  |  101 lines

  1.  
  2.     KRT bug list for RSTS/E X04.64-51 -- 17Sep96
  3.  
  4. 01) Odd address trap after too many NAKs?  (See item 2)
  5. ++  Hasn't happened lately.  May be fixed as a side effect of fixing
  6. ++  other things.  Needs investigation.
  7.  
  8. 02) Max receive size for binary files: 1200 < max-packet < 1500
  9. *** Bump XKSIZE up to 2000
  10. ??? Now works up to 1200.  1500 broke after a long transmit.  2000 broke
  11. ??? immediately
  12.  
  13. 03) CTRL/Z acts WEIRD in command mode.
  14. OK  made KBREAD return cmd$ex or cmd$ab for ctrl/z or ctrl/c
  15.  
  16. 04) Help seems to have some memory of the last openned file, checks it
  17.     first and declares it wrong version before finding the real help file.
  18. OK  check for errors from fparse in KRTSER, KRTSHO, KRTXMO, and KRTHLP.
  19. OK  Also, KRTUTL doesn't check, but we don't use this on RSTS.
  20.  
  21. 05) Only I&D-space version so far.
  22.  
  23. 06) Hangup goes into infinite loop.
  24. **  set up correct clock tick rate
  25.  
  26. 07) No flow control in connect mode
  27. OK  Use mode 33.
  28.  
  29. 08) does link or console use private delims to reduce overhead?
  30. OK  Fixed in Edit 51
  31.  
  32. 09) XMODEM foo gives wrong error message
  33. OK  boundary problem in displaying internal error messages - fixed
  34.  
  35. 10) Need a set nomodem or set modem none command for null-modem links
  36.     ("SET MODEM NONE" is the C-Kermit equivalent.)
  37.  
  38. 11) Attributes, creation date, protection code don't seem to get written
  39.     to output file on RSTS-RSTS transfers.
  40. ++  Now getting attributes through.  Creation date and protection code
  41. ++  still not working.
  42. ++  May be fixed.  Creation date appears to have NEVER worked.
  43.  
  44. 12) Creation date, protection code not written to output file for
  45.     anything-to-RSTS transfers
  46.  
  47. 13) Zap attributes on output file if original file was RSTS and had no
  48.     attributes, or if output file is text or block-mode binary and user
  49.     doesn't want attributes.
  50.  
  51. 14) In server mode - seems to switch in & out of binary mode.  This is both
  52.     expensive and sometimes lets control-characters (such as LAT FORWARD
  53.     commands) get excuted instead of passed through.
  54. OK  Fixed in Edit 51
  55.  
  56. 15) Dialing problems.  Is this the same timing problem as hangup?
  57.  
  58. 16) Does it always correctly know if a "set line" has occured, and disallow
  59.     appropriate things if not?
  60.  
  61. 17) Set term vt gives "ER$AOP - allocation options error"
  62. OK  ER$AOP was both an RMS error and an internal error ("ambiguous option").
  63. OK  redefined internal error code as ER$AMO to fix it.
  64.  
  65. 18) Possible symptom of problem 10: saw a "AT Z" on the remote terminal
  66.     after connecting after doing a "set term vt".  Maybe artifact of an
  67.     an attempt to reset the (null) modem.
  68.  
  69. 19) Output file should be pre-extended if length is received.
  70.  
  71. 20) Many attributes (creation date, protection code, length, internal info)
  72.     were not being transmitted or received correctly.
  73. OK  Fixed.
  74.  
  75. 21) Support labelled file type.  For RSTS-RSTS transfers, send attributes,
  76.     RTS, caching options, dates, clustersize, full protection code, ...
  77.  
  78. 22) Send abort appears not to close the input file.
  79. OK  This was a side effect of item 23.
  80.  
  81. 23) NAK on 1st packet causes packet size reduction, but it doesn't resend
  82.     from the beginning of file, or close the input file when the transmission
  83.     completes.
  84. OK  Fixed.  May also be a problem with KRT on RT-11.
  85.  
  86. 24) Is it failing to honor send packet size?
  87. OK  No, this works correctly.
  88.  
  89. 25) SET TERM VT200 caused terminal to be set to TTY.
  90. OK  This was a bug in KRT V3.63; fixed
  91.  
  92. 26) Problems with logging of local delete and rename commands.
  93.  
  94. 27) Remote directory to RSTS KRT in server mode hangs if there are
  95.     no files matching filespec.
  96.  
  97. 28) Remote set file type gives spurious error.
  98.  
  99. 29) STATS has number of charaters/io received after SEND, but not
  100.     after RECEIVE.  Isn't this backwards?
  101.