home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / admin / 105 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.9 KB  |  59 lines

  1. Newsgroups: comp.sys.sgi.admin
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!eagle!ZoSo.lerc.nasa.gov!fsfacca
  3. From: fsfacca@ZoSo.lerc.nasa.gov (Tony Facca)
  4. Subject: Re: SYSLOG errors?!
  5. Message-ID: <1993Jan4.203233.11620@eagle.lerc.nasa.gov>
  6. Sender: news@eagle.lerc.nasa.gov
  7. Nntp-Posting-Host: zoso.lerc.nasa.gov
  8. Organization: NASA Lewis Research Center [Cleveland, Ohio]
  9. References: <C07uAp.6Cu@rahul.net>
  10. Date: Mon, 4 Jan 1993 20:32:33 GMT
  11. Lines: 46
  12.  
  13. >   I recently upgraded my version of Sendmail with the one available from 
  14. >sgi.com via anonymous FTP.  Ever since this time, I get these errors:
  15. >
  16. >hostname:% mailq
  17. >orderq: qfAA00371 is a FIFO?!?        <- as in this...
  18. >Mail queue is empty
  19. >
  20. >And this appears in my SYSLOG in '/usr/adm'
  21. >
  22. >09:26 mecca sendmail[1333]: NOQUEUE: SYSERR: orderq: qfAA00371 is a FIFO?!?
  23. >
  24. >   Does anyone have any idea of how to fix this?  Other than the annoyance 
  25. >that every 2-3 days my SYSLOG file is 100k+ there are no problems.  Thanks. 
  26.  
  27. Check these things:
  28.  
  29.     Do you have a directory /usr/spool/mqueue
  30.  
  31.     Are the permissions on /usr/spool/mqueue 775
  32.  
  33.     Is /usr/spool/mqueue owned by root with group set to mail?
  34.  
  35.     Does /usr/lib/sendmail.cf contain a line which reads "OQ/usr/spool/mqueue" ?
  36.  
  37. If you answered yes to all of these things, then try this (as root):
  38.  
  39.     cd /usr/spool
  40.     mv mqueue mqueue.old
  41.     mkdir mqueue
  42.     chmod 775 mqueue
  43.     chgrp mail mqueue
  44.     /etc/killall sendmail
  45.     /usr/lib/sendmail -q15m -bd
  46.  
  47. If this works, then try moving the files from mqueue.old back over into
  48. mqueue (except for qfAA00371).  Then delete qfAA00371 and the mqueue.old
  49. directory.
  50.  
  51. Hope this helps..
  52.  
  53. -- 
  54. -----------------------------------------------------------------------------
  55. Tony Facca                     |     phone: 216-433-8318  fax: -8000
  56. NASA Lewis Research Center     |    
  57. Cleveland, Ohio  44135         |     email: tfacca@lerc.nasa.gov 
  58. -----------------------------------------------------------------------------
  59.