home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit4f / ckvker.bwr < prev    next >
Text File  |  2020-01-01  |  5KB  |  118 lines

  1. List of known bugs or problems with C-Kermit under VAX/VMS:
  2.  
  3. C-Kermit, 4F(076) 20 Mar 89, VAX/VMS
  4. Type ? for help
  5.  
  6. Versions:
  7.  C-Kermit, 4F(076) 20 Mar 89
  8.  C-Kermit Protocol Module 4F(034), 20 Mar 89
  9.  C-Kermit functions, 4F(055) 20 Mar 89
  10.  Unix cmd package V2(023), 13 Jan 89
  11.  User Interface 4F(061), 20 Mar 89
  12.  TTY I/O, 1.0(019), 25 Apr 89 for VAX/VMS
  13.  File support, 1.0(018), 16 Apr 89 for VAX/VMS
  14.  Connect Command, V4.2(011) 23 Mar 89 for VAX/VMS
  15.  Dial Command, V2.0(011) 6 Mar 89
  16.  Script Command, V2.0(007) 3 Aug 87
  17.  
  18. See CKUKER.BWR which lists problems with Unix Kermit.  Many of these
  19. problems may also apply to VMS C-Kermit.  This file lists only those that
  20. are unique to VMS C-Kermit.
  21.  
  22. - The program doesn't seem to work when parity is involved, even if you
  23.   "set term/parity=odd" or whatever.  The command parser goes catatonic,
  24.   and files don't seem to transfer either.
  25.  
  26. - The command parser is totally screwy if you enter the VMS system via CTERM
  27.   (DECnet terminal service from a DEC-20) -- characters echo twice, editing
  28.   characters don't work, etc.  All this works fine if you enter via a regular
  29.   terminal line.  Don't know what happens over LAT, or SET HOST between VMS
  30.   systems, etc.
  31.  
  32. General problems:
  33.  
  34. - SESSION logging uses unbuffered I/O.  This puts each character on
  35.   its own line.  This needs to be worked on.  Session logging does
  36.   work.  Remember, it only logs what you see on your screen (if in
  37.   full duplex mode).  If you want to log what you type but do not see
  38.   or are in half duplex mode, do the SET DUPLEX HALF).
  39.  
  40. - When using the command DIAL, CKermit aborts with fatal error.  The line
  41.   is not dropped, though.
  42.  
  43.   MAB: The dial code needs to have some work done to it, for VMS support.
  44.        Do not use it or you might hang your terminal...  This will
  45.        be fixed sometime in the future.
  46.  
  47. - VMS C-Kermit, unlike Bliss Kermit, is NOT interruptible,
  48.   either with ^C or ^Y.  The latter can be interrupted by two (?) ^Ys.
  49.   This is a serious shortcoming.  (There is code whose intention is
  50.   make the program interruptible, but it apparently does not work.)
  51.  
  52.   (MAB: Problem is the mode the tty is in.  This will be fixed in the near
  53.   future by changing the terminal mode from 'binary' to standard
  54.   ascii during certain commands.)
  55.  
  56. - Setting receive packet to 1024 will cause an arithmatic problem.
  57.   This is being looked into.  Buffers of 1010 do work, though.
  58.  
  59.   (MAB: Since I have increased the buffer size to 1920, I have also found
  60.   that 1920 buffers cause failure.  Setting size to 1900 works.  This
  61.   will be a restriction for now.  Will work on in future)
  62.  
  63. - If using LAT (Local Area Transport) terminal connections, you may
  64.   need to use a lower baud rate when transferring from your "terminal"
  65.   to the host, or a smaller send-packet length.  Some LAT software doesn't
  66.   expect "fast typing" from the terminal direction (applies mainly to
  67.   old F11-based LAT boxes; newer DECserver-100s and -200s reportedly work fine
  68.   with Kermit, if set up with the right parameters).
  69.  
  70. - When compiling CKCPRO.C, which comes from CKCPRO.W on a system that
  71.   has V2.4 of VAX-C, the compile MIGHT fail.  If it does the files was
  72.   probably a sequential variable and the file must be converted to STREAM_LF.
  73.  
  74. - To have the least amount of problems it help to have the following
  75.   sysgen parameters set in your SYS$SYSTEM:MODPARAMS.DAT file:
  76.  
  77.     tty_altalarm    =    1920    ! XOFF when silo gets this full
  78.     tty_altypahd    =    2048    ! For better terminal performance
  79.     maxbuf        =    2048    ! Allows larger I/O's.
  80.  
  81.    Make sure you re-autogen your system so these new parameters will
  82.    take effect.
  83.  
  84. - If a QUOTA exceeded is received, check the MAXBUF parameter.  If it is
  85.   less than 2048, raise it to 2048 in MODPARAMS.DAT and re-autogen.
  86.   To stop the process, use STOP/ID=pid  This will be fixed in a future
  87.   version.
  88.  
  89. - The virtual terminal mode is still not 100% to my liking.  In the next update
  90.   of it, I will have rewritten it to give the best performance possible
  91.   on a VAX.
  92.  
  93. - The logical used for the ckermit.ini is now CKERMIT_INI:, with file defaults
  94.   of CKERMIT.INI.  Point this to any file.  If CKERMIT_INI is invalid, the
  95.   file SYS$LOGIN:CKERMIT.INI is searched for.
  96.  
  97. Here's some material dealing with older releases, which may still apply:
  98.  
  99. ------------------------------
  100.  
  101. Date: 17 SEP 1987  15:57 EDT
  102. From: Steve Roseman <LUSGR@LEHICDC1.BITNET>
  103. Subject: C-Kermit 4E(067) on VAX/VMS
  104.  
  105. Running C-Kermit 4E(067) under VMS V4.5 seems to work so far, with 3 problems.
  106.  
  107. 1.  The user needs a BYTLM quota of at least 5000 to execute a "! xxx" command,
  108.     "DIR", or "SPACE".  Otherwise the job just hangs up.
  109.  
  110. 2.  With a sufficient BYTLM, the above work, but if any are done, C-Kermit
  111.     leaves behind a subprocess when it exits.  Re-entering C-Kermit and
  112.     executing any of the above starts up (and then leaves behind again)
  113.     another subprocess.  Repeat until your job hangs up.
  114.  
  115.  
  116.                                                       Steve Roseman
  117.                                                       Lehigh Univ.
  118.