home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XD.ZIP / UUSTAT.PRN < prev    next >
Encoding:
Text File  |  1992-09-04  |  5.3 KB  |  184 lines

  1.  
  2.  
  3.  
  4.           September 4, 1992                         UUSTAT Manual Page
  5.  
  6.  
  7.  
  8.           NAME          NAME          NAME
  9.  
  10.              uustat
  11.  
  12.              uustat implemtation for UUPC/extended
  13.  
  14.  
  15.           NAME          NAME          NAME
  16.  
  17.             uustat - uucp status inquiry and job control
  18.  
  19.  
  20.           SYNOPSIS          SYNOPSIS          SYNOPSIS
  21.  
  22.             uustat [-a] [-m] [-q] [ -kjobid ] [ -rjobid ]
  23.             uustat [ -ssystem ] [ -uuser ]
  24.             uustat [ -Psystem ]
  25.  
  26.  
  27.           DESCRIPTION          DESCRIPTION          DESCRIPTION
  28.  
  29.           uustat will display the status of, or cancel, previously
  30.           specified uucp commands, or provide general status on uucp
  31.           connections to other systems.  Only one of the following options
  32.           can be specified with uustat per command execution:
  33.  
  34.             -a        Output all jobs in queue.
  35.  
  36.             -m        Report the status of accessibility of all machines.
  37.  
  38.             -q        List the jobs queued for each machine.  If a status
  39.                       file exists for the machine, its date, time and
  40.                       status information are reported.  In addition, if a
  41.                       number appears in ( ) next to the number of C or X
  42.                       files, it is the age in days of the oldest C/X file
  43.                       for that system.  The Retry field represents the
  44.                       number of hours until the next possible call.  The
  45.                       Count is the number of failure attempts.
  46.  
  47.               Note:              Note:              Note:  For systems with a moderate number of outstanding
  48.                     jobs, this could take 30 seconds or more of real-time
  49.                     to execute.
  50.  
  51.               Note:              Note:              Note: The Retry and Count features are not implemented since
  52.                     UUPC/extended doesn't implement STST.system files where
  53.                     some of info would come from.
  54.  
  55.             -kjobid   Kill the uucp request whose job identification is
  56.                       jobid.
  57.  
  58.             -rjobid   Rejuvenate jobid.  The files  associated with jobid
  59.                       are touched so that their modification time is set
  60.                       to the current time.  This prevents the cleanup
  61.  
  62.                                      - 1 -
  63.  
  64.  
  65.           September 4, 1992                         UUSTAT Manual Page
  66.  
  67.  
  68.                       daemon from deleting the job until the jobs
  69.                       modification time reaches the limit imposed by the
  70.                       deamon. (There is not a cleanup deamon, but the job
  71.                       is "touch'ed" anyway. The time on the files is
  72.                       changed to the current time)
  73.  
  74.               Note:              Note:              Note: This option doesn't actually work.
  75.  
  76.           Either or both of the following options can be specified with
  77.           uustat:
  78.  
  79.             -ssys     Report the status of all uucp requests for remote
  80.                       system sys.
  81.  
  82.             -uuser    Report the status of all user requests issued by
  83.                       user.
  84.  
  85.             -Psystem  Create a Poll work file.  This empty call file
  86.                       causes "system" to be called every time UUCICO is
  87.                       invoked with the "-s any" option until the system
  88.                       is contacted.
  89.  
  90.           When no options are given, uustat outputs the status of all uucp
  91.           requests issued by the current user.
  92.  
  93.  
  94.           RETURNS          RETURNS          RETURNS
  95.  
  96.           exits with a status of 0 upon succesful completion of it's task.
  97.  
  98.           Other exit status and their meaning:
  99.  
  100.                1, bad usage.
  101.                2, stat(), open(), access(), utime() calls failed.
  102.                3, fopen() fails or File Pointer bent.
  103.                4, an internal problem, usually with file access.
  104.  
  105.  
  106.           FILES          FILES          FILES
  107.  
  108.             /lib/uupc/spool/uucp                  spool directory
  109.             /lib/uupc/spool/system/C/*            Command Files for host "system"
  110.             /lib/uupc/spool/system/D/*            Data files
  111.  
  112.  
  113.           CAVETS          CAVETS          CAVETS
  114.  
  115.            RETRY times are not supported since uupc does not create
  116.           STST.system  FILES.  Nor are the retry counts listed above in the
  117.           body of the manual  page.
  118.  
  119.  
  120.           NOTES          NOTES          NOTES
  121.  
  122.  
  123.                                      - 2 -
  124.  
  125.  
  126.           September 4, 1992                         UUSTAT Manual Page
  127.  
  128.  
  129.           There is a -x flag that produces volumous but useless ouput.
  130.  
  131.  
  132.           SEE ALSO          SEE ALSO          SEE ALSO
  133.  
  134.                     uupc(1C).
  135.  
  136.  
  137.           HISTORY          HISTORY          HISTORY
  138.  
  139.           Originally Written Using MSC 3.0, MASM 2.0, April 1988
  140.  
  141.           Ported to UUPC/extended with Borland C++ 2.0 and MS C 6.0, June
  142.           1991.
  143.  
  144.           Manual page converted to Microsoft Word for Windows, September
  145.           1991.
  146.  
  147.  
  148.           COPYRIGHT          COPYRIGHT          COPYRIGHT
  149.  
  150.           (C) Copyright 1988, Dewey Coffman
  151.           Changes (C) Copyright 1991-92, Kendra Electronic Wonderworks
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                      - 3 -