Apache wont start with ssl

2007-03-31 Thread Ryan Forrester
When attempting to start apache in SSL mode: $ /home/servers/apache_1.3.37/bin/apachectl startssl $ semget: No space left on device Rebooting the machine allows me to start apache once more.. but after a few days, apache wil fail and the same error occurs again, and the only way to resolve is

Re: Apache wont start with ssl

2007-03-31 Thread Andy Cravens
Judging from the error message No space left on device sounds like some file system is full... maybe /tmp. The next time this happens open a shell window and type: df -k Check the output to see if one of your file systems is full. Look at /tmp and /swap specifically Ryan Forrester

Re: Apache wont start with ssl

2007-03-31 Thread Dave Paris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Occasionally, /var/spool/clientmqueue can bite you as well. The filesystem will not show 100% used but you'll be out of inodes. (If that happens, you'll have loads of fun clearing it out ;-) Good Luck! - -dsp Andy Cravens wrote: Judging from