PDA

View Full Version : Sendmail problems


unconnected
11-06-2001, 03:52 PM
Any BSD/Apache Gurus out there?
I am getting 500 errors with form mail scripts now, due to an error which says
"Cannot create queue temp file ./tffA36xXl19779, uid=0: No space left on device"
I do the DF command and it says that the var device is only 52% full... So I have plenty of disk space..
Any suggestions?

moses
11-06-2001, 04:12 PM
try doing:

df -i

That checks the number of inodes that are available. It's possible to run out without the disk being full, if you have a bazillion small files.

If you are out of inodes, you'll need to delete some files or reformat that partition with more inodes.

unconnected
11-06-2001, 07:02 PM
That seemed to have done the trick..
thanks again for your help...