home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NNTP-1.000 / NNTP-1 / nntp.1.5.11t / server / SYSLOG < prev    next >
Encoding:
Text File  |  1993-10-17  |  2.4 KB  |  60 lines

  1. SYSLOG INFO
  2.  
  3. If LOG is defined, the following informational messages are
  4. logged at LOG_INFO.  All messages are preceded by
  5. the host name executing the command.
  6.  
  7. host connect            "host" connected to the server.
  8. host refused connection        "host" tried to connect, but was denied.
  9. host no space            "host" tried to connect when there was
  10.                 no space available for xfers
  11. host no groups            "host" tried to connect when the local
  12.                 server could not read the active file
  13. host unrecognized %s        "host" gave an unknown command, %s.
  14. host group newsgroup        "host" isssued GROUP to "newsgroup".
  15. host post rejected        "host" tried to POST, but was denied.
  16. host post succeeded        "host" tried to POST, inews worked.
  17. host post failed        "host" tried to POST, inews failed.
  18. host timeout            "host" didn't issue a command for TIMEOUT
  19.                 seconds (#defined in common/conf.h), so
  20.                 nntpd closed the connection.
  21. host transfer_timeout        "host" hasn't sent any lines of data
  22.                 during article transmission for XFER_TIMEOUT
  23.                 seconds, so nntpd closed the connection.
  24. host ihave_stats accepted %d rejected %d failed %d
  25.                 "host" quit, having offered news articles
  26.                 to us for transfer.  We accepted %d,
  27.                 rejected %d (having already seem them),
  28.                 and %d failed (inews exited non-zero).
  29. host newnews %s %s %s GMT|local %s
  30.                 "host" issued NEWNEWS in group %s,
  31.                 from date %s time %s.  Timezone was
  32.                 either GMT or local.  <%s> distributions.
  33. host newnews_stats told %d took %d
  34.                 "host" asked for new news (see above).
  35.                 We told it about %d articles, and it
  36.                 subsequently issued %d ARTICLE commands,
  37.                 presumably to retrieve the asked about msgs.
  38. host exit %d aritcles %d groups    "host" quit, having read a total of %d
  39.                 articles and %d groups.
  40. host times user %f system %f elapsed %f
  41.                 "host" quit, having used %f user seconds,
  42.                 %f system seconds, and %f real-time elapsed
  43.                 seconds.
  44. host USER            User USER completed authentication process
  45.  
  46. The following messages are logged at priority LOG_DEBUG
  47. if IHAVE_DEBUG is #defined in common/conf.h:
  48.  
  49. host ihave artid rejected    "host" offered "artid", we already had it.
  50. host ihave artid accepted failed    "host" offered "artid", we didn't
  51. host ihave artid accepted succeeded    have it, and the rnews worked or not.
  52.  
  53. The following error messages are logged at LOG_ERR:
  54.  
  55. host spawn: EOF before period on a line by itself
  56. host post: User POSTER does not exist.
  57. host AUTHENTICATION ERROR
  58.  
  59. $Header: SYSLOG,v 1.2 90/07/05 02:23:57 sob Exp $
  60.