home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / v15.3 < prev    next >
Text File  |  2020-01-01  |  11KB  |  250 lines

  1. 10-Apr-92 16:27:41-GMT,11312;000000000001
  2. Return-Path: <cmg>
  3. Received: by watsun.cc.columbia.edu (5.59/FCB)
  4.     id AA17472; Fri, 10 Apr 92 12:27:31 EDT
  5. Date: Fri, 10 Apr 92 12:27:31 EDT
  6. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  7. To: Info-Kermit
  8. Subject: Info-Kermit Digest V15 #3
  9. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  10. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  11. Errors-To: Info-Kermit-Request@watsun.cc.columbia.edu
  12. Message-Id: <CMM.0.90.0.702923251.cmg@watsun.cc.columbia.edu>
  13.  
  14. Info-Kermit Digest         Fri, 10 Apr 1992        Volume 15 : Number 3
  15.  
  16. Today's Topics:
  17.  
  18.               Prime Kermit version 8.14
  19.             A few release files more for Kermit-12
  20.             New BOO file Encoder / Decoder
  21.          Re: Unique Log File Names for MS-DOS Kermit
  22.            RE: Question on MS-KERMIT 3.10 Terminal Emulator
  23.  
  24. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  25. KERMIT@CUVMB.BITNET.  Requests for addition to or deletion from the
  26. Info-Kermit subscriber list should be sent to LISTSERV@CUVMB.BITNET or
  27. LISTSERV@CUVMB.CC.COLUMBIA.EDU.  These messages must be of the form:
  28.  
  29.   SUBSCRIBE I-KERMIT <your-personal-name>    (To start a subscription)
  30.   UNSUBSCRIBE I-KERMIT                       (To cancel a subscription)
  31.   REGISTER I-KERMIT <your-personal-name>     (To correct your name)
  32.  
  33. Kermit files may be obtained over networks and by mail order.  On the
  34. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  35. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  36. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  37. files.  The Kermit files are in directories kermit/a, kermit/b, kermit/c,
  38. kermit/d, and kermit/e.  Test versions are in kermit/test.  All files in these
  39. directories should be transferred in text (ASCII) mode.  Binaries are in
  40. kermit/bin (use ftp in binary mode).  You can also get Kermit files over the
  41. BITNET/EARN network; to get started send a message with text HELP to KERMSRV,
  42. the Kermit file server, at host CUVMB.  For detailed instructions, read the
  43. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail, request a
  44. complete list of Kermit versions and an order form from Kermit Distribution,
  45. Columbia University Center for Computing Activities, 612 West 115th Street,
  46. New York, NY 10025 USA.
  47.  
  48. ----------------------------------------------------------------------
  49.  
  50. Date: Fri, 14 Feb 92 19:51:17
  51. From: John Horne <C20211@prime-a.poly-south-west.ac.uk>
  52. Subject: Prime Kermit version 8.14
  53.  
  54. The current version of Prime Kermit, version 8.12, has now been superceeded
  55. by version 8.14. This new version incorporates many bug fixes, and some
  56. new functionality over version 8.12. The intermediate version 8.13, was
  57. never released since it was a development version.
  58.  
  59. This release also contains an updated copy of the PRIME.HLP file listing
  60. all development work carried out up to the present. Unfortunately this
  61. file was not updated at the release of version 8.12.
  62.  
  63. Some of the changes at revision 8.14 are :
  64.  
  65. *   Checks for the remote server being present in the BYE and FINISH commands.
  66.  
  67. *   The receive timeout code has been improved, and the timer converted from
  68.     from minutes to seconds. The send packet timer may also now be set.
  69.  
  70. *   The AMLC line speeds are now set to Prime supplied default values, and
  71.     only the validity of any specified speed is checked. This is necessary
  72.     since the AMLC code in Kermit is somewhat 'awkward', because the Primos
  73.     subroutines used to handle AMLC/ICS line speeds have several significant
  74.     changes from Primos revision 21 to 22. The handling of data along AMLC
  75.     lines has also been corrected to eliminate POINTER_FAULT$ errors.
  76.  
  77. *   Multiple file transfers with a specific file type has been corrected,
  78.     and the MS-DOS pound sign conversion is also correctly handled. The
  79.     automatic file type checking code has been improved, and the setting of
  80.     a file type may be abbreviated to "FT" or any sub-string of "FILE_TYPE"
  81.  
  82. *   The "REMOTE SPACE" command will now show the amount of disk space (records)
  83.     on the current partition, as well as the current directory quota.
  84.  
  85. *   The users 'environment' is re-evaluated after they have PUSHed from Kermit.
  86.     This is in case they changed anything in their environment, e.g. message
  87.     status, duplex settings, etc, whilst at Primos command level.
  88.  
  89. *   The exact file length is now sent in the attributes packet. Previously
  90.     no account was taken of the Prime space compression character, thus
  91.     misleading the remote Kermit.
  92.  
  93. *   The Kermit command line will now accept the "-INIT pathname" option to
  94.     startup Kermit with an initialization file. If no pathname is specified,
  95.     then the file "PRIME_KERMIT.INIT" is looked for in the current directory.
  96.  
  97. *   The sliding windows code has been improved, and uses a default window
  98.     size of 6. Note, however, that it seems there are still problems with
  99.     sliding windows by users dialing in to a Prime computer from a C-Kermit or
  100.     MS-DOS Kermit machine. It does, however, work when using MS-DOS Kermit
  101.     connected to the Prime by some other medium.
  102.  
  103. More details of these, and other changes, can be found in the PRIME.HLP
  104. file. This version has been successfully run at Primos revisions 22.1.1b
  105. and 23.2.0b.
  106.  
  107. Finally, I would like to thank Matthew Sutter for all his work on Prime
  108. Kermit. Matthew has, I gather, now left the world of Computers to become
  109. a Paramedic. Despite this I shall still be bug fixing Kermit, and improving
  110. it as time permits!
  111.  
  112. John Horne,
  113. Polytechnic South West, Plymouth, U.K.
  114.  
  115. ------------------------------
  116.  
  117. Date: Wed, 11 Mar 92 15:52:25 EST
  118. From: Charles Lasner <lasner@watsun.cc.columbia.edu>
  119. Subject: A few release files more for Kermit-12
  120.  
  121. In /uw/guests/lasner/nufiles is two new versions of K12DEC and K12ENC
  122. which now have a new feature for image transfer of an entire device. 
  123. This comes at the request of several users, and was quite easy to add. 
  124. As before, the source documents how to use it, etc.
  125.  
  126. I am working on an upgrade (specifically a handler) for OS/278 to allow
  127. complete transfer of RX50 diskettes as an encoded ASCII-fied file. 
  128. This utility merely handles records available to the normal file
  129. structure, but in the OS/278 RX50 case (from DEC) this is not the whole
  130. disk.  In part this is a safety feature, so you can't access the
  131. "slushware" tracks, but in any case, you can't transfer an entire image
  132. of an RX50 currently, but when the system is upgraded with a suitable
  133. handler, then the encoder and decoder gain access to the entire device,
  134. along with all other utilities.
  135.  
  136. If the handler project takes too long (it is actually quite involved
  137. surprisingly enough) I will possibly resort (by popular demand) to
  138. releasing an interim program that does its own RX50 I/O as a special
  139. case of encode and decode.  That would be withdrawn later when the
  140. handler is available.  (DECmates are becoming available to various
  141. people around the world, but they don't have the support software to
  142. get it running; this method would allow them to get their machines up
  143. after they had merely an OS/278 bootable disk (available from DECUS)
  144. and Kermit-12 stuff :-).)
  145.  
  146. In any case, the two new files are useful for other devices.  For
  147. example, an entire OS/8 RX01 or RX02 can be encoded as a file.  With
  148. the WPS-oriented handlers installed (commonly available), images of an
  149. RX01 WPS document disk can be encoded/decoded directly.  (This even
  150. includes bootable WPS RX01 systems diskettes, or even RT-11 RX01
  151. disks!)  The existant WPS/COS-style handlers allow transfer of any RX01
  152. as long as track zero can be ignored.  This is generally the case on
  153. RX01/02, but NOT RX50, thus the above problem.
  154.  
  155. ------------------------------
  156.  
  157. Date: Wed, 1 Apr 92 10:33:38 EST
  158. From: Christine M Gianone
  159. Subject: New BOO file Encoder / Decoder
  160.  
  161. Charles Lasner, the author of PDP-8 / PDP-12 / DECmate Kermit and of the
  162. previous message, discovered a while ago that the well-known flaw in BOO-file
  163. encoding could have distastrous effects on computers where executable program
  164. images included checksums or other checking information.  The flaw is that the
  165. 4-for-3 encoding used in BOO files could add 1 or 2 extraneous null bytes to
  166. the end of a file.
  167.  
  168. Christian Hemsing, in his work on C-Kermit for OS-9, found this flaw to be
  169. fatal for OS-9 also.  Charles had suggested a method for having the BOO files
  170. record the exact image of the encoded file by adding special codes to the end
  171. to "take back" the extraneous null bytes.  This method has the benefit that it
  172. is compatible with old BOO file decoders.  Christian added the code for this
  173. to the MSBMKB (BOO file maker) and MSBPCT (BOO file decoder) programs.
  174.  
  175. The new programs are now available in kermit/a/msbmkb.c and msbpct.c on watsun
  176. and MSBMKB.C and MSBPCT.C from CUVMA.  Thanks to Charles and Christian for
  177. this valuable contribution!
  178.  
  179. ------------------------------
  180.  
  181. Date: Thu, 16 Jan 92 10:33:38 CET
  182. From: "Janusz S. Bie/n" <JSBIEN@PLEARN>
  183. Subject: Re: Unique Log File Names for MS-DOS Kermit
  184.  
  185. Info-Kermit Digest Vol. 14 No 2 contained the following advice:
  186.  
  187. [...
  188.   SET COUNT 999
  189.   :LOOP
  190.   DEFINE \%F \V(NDATE).\V(COUNT)
  191.   IF NOT EXIST \%F GOTO OK
  192.   IF COUNT GOTO LOOP
  193.   ECHO Sorry, you've already created 1000 log files today!
  194.   STOP
  195.   :OK
  196.   LOG SESSION \%F
  197.  
  198. That should give you a unique filename.]
  199.  
  200. I tried it with MS-Kermit 3.11. It works only if DEFINE is replaced by ASSIGN.
  201.  
  202. Regards
  203.  
  204. Janusz S. Bie/n
  205. Institute of Informatics, Warsaw University
  206.  
  207. ------------------------------
  208.  
  209. Date: Tue, 31 Mar 1992 21:41:44 CST
  210. From: Dave Mausner <dlm@HERMES.DLOGICS.COM>
  211. Subject: RE: Question on MS-KERMIT 3.10 Terminal Emulator
  212.  
  213. In the past I reported that Kermit 3.11 would hang when receiving bursts
  214. of textual data at 19200 or above. This occurred in DOS 4.0, and 5.0 with
  215. or without HIMEM/EMM386 loaded. I never used ANSI.SYS ever.
  216.  
  217. I recently downloaded UMBDR522.ZIP from EXEC-PC which loads HIMEM.SYS
  218. in the UMA and dispenses entirely with EMM386. It increases the amount of
  219. free main memory in DOS 5.0 from 621000 to 640000 bytes (not 640K mind you).
  220. It claims to remap chunks of ROM to speed up memory access.
  221.  
  222. I downloaded NNANS591.ZIP from the USENET c.b.i.p. It advertises an ability
  223. to speed up screen writes of every type (DOS, BIOS).
  224.  
  225. Don't ask me why, but with these things in charge, i no longer experience the
  226. Kermit hangs at 19200. I am a happy camper even if i have to use voodoo.
  227.  
  228. Since the KERMIT.BWR file mentions the hang problem under DOS 5.0, i thought
  229. you might find the above interesting for future reference. Regards,
  230.  
  231. Dave Mausner, Senior Consultant
  232. Datalogics Inc
  233. Chicago IL / 312-266-4450
  234. dlm@dlogics.com
  235.  
  236. [From jrd - Interesting indeed.  About the best suggestion I have about why
  237. outages occurred previously is the video Bios held off interrupts too long
  238. while it scrolled the screen; such Bios's do vary quite a bit.  By moving the
  239. Bios to fast memory (shadowing it) one gets work done faster there and hence
  240. fewer outages.  Do be aware that when changing between 132/80 columns Kermit
  241. will need to look into that Bios for a signature of known boards, and if the
  242. "stealth" option of some memory managers is used to map away the Bios then
  243. Kermit won't find the signature.]
  244.  
  245. ------------------------------
  246.  
  247. End of Info-Kermit Digest
  248. *************************
  249.  
  250.