home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUCP / FS132_MA.ZIP / ERRORS.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  3.0 KB  |  104 lines

  1. .se Misc
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss Error Message Summary
  7.  
  8. The following is a list of the possible error messages with which UUCICO can
  9. terminate.
  10.  
  11. Negotiation phase 
  12. -----------------
  13.  
  14.   STARTUP: rmsg timeout (M1)
  15.   STARTUP: rmsg timeout (M2)
  16.   STARTUP: rmsg timeout (M3)
  17.   STARTUP: rmsg timeout (S1)
  18.   STARTUP: rmsg timeout (S2)
  19.  
  20.   FSUUCP has timed out while waiting for data from the remote site. The code
  21.   in parenthesis designates where in the process the timeout occured. M codes
  22.   are for master and S codes are for slave mode.
  23.  
  24.   STARTUP: Shere error [data]
  25.  
  26.   FSUUCP did not receive an "=" as the 6th character in the Shere message
  27.   expected at this point. The actual message received is displayed. To keep
  28.   this from being a problem, define "ignorehost" as described above. 
  29.  
  30.   STARTUP: host name error [data]
  31.  
  32.   The host name provided by the remote did not match the one supplied to
  33.   uucico. The actual Shere message received is displayed.
  34.  
  35.   STARTUP: No U or No common protocol [data]
  36.   STARTUP: No P or No common protocol [data]
  37.  
  38.   No protocol message was received, or no common protocols could be found.
  39.   The data sent from the remote is displayed.
  40.  
  41.   STARTUP: M2 not OK, got [data]
  42.  
  43.   No "ROK" message was received. The data sent from the remote is displayed.
  44.  
  45.   SETPROTO: Could not find protocol
  46.  
  47.   The protocol agreed upon could not be found in the protocol table. Since
  48.   FSUUCP only supports "g" at this time, this message should never appear.
  49.  
  50. Control Phase
  51. -------------
  52.  
  53.   SBREAK: error sending [H] message (sndpkt)
  54.   SBREAK: error receiving [H] reply (getpkt)
  55.  
  56.   An "H" message was expected and was never seen.
  57.  
  58.   SEND: malformed command line [data]
  59.  
  60.   A badly formed command line was found. The actual command line is displayed.
  61.  
  62.   SEND: invalid request: [data]
  63.  
  64.   The remote has sent an invalid request. The actual request is displayed.
  65.  
  66.   SDF: error sending request
  67.   SDF: error receiving reply
  68.  
  69.   An error occured sending or receiving a command to/from the remote.
  70.  
  71.   SDF: did not get 'Y' got [data]
  72.  
  73.   FSUUCP did not receive permission to complete the request. The actual
  74.   reply is displayed.
  75.  
  76. File control Phase
  77. ------------------
  78.  
  79.   RECEIVE: [error] closing [filename]
  80.   RECEIVE: Error writing data to [filename] 
  81.   SEND: [error] opening workfile [filename]
  82.   SEND: error opening command file [filename]
  83.  
  84.   A DOS error occured while operating on the file "filename"
  85.  
  86. Transfer Phase
  87. --------------
  88.  
  89.   SDF: sendpkt failure
  90.   SCHKDIR: sendpkt failure
  91.   RECEIVE: sendpkt failure (SY)
  92.   RECEIVE: sendpkt failure (CY)
  93.  
  94.   The packet sending mechanism failed.
  95.  
  96.   RECEIVE: getpkt failure
  97.   RECEIVE: getpkt failure
  98.  
  99.   The packet receiving mechanism failed. getpkt failure is a general
  100.   catch-all error message meaning that there was a problem in the
  101.   packet transfer mechanism. The above errors are usually caused by phone 
  102.   noise or an error on the remote side. A simple solution is to wait a short 
  103.   time and then re-poll the site.
  104.