DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26265>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26265 [emerg] (28)No space left on device: Couldn't create accept lock Summary: [emerg] (28)No space left on device: Couldn't create accept lock Product: Apache httpd-2.0 Version: 2.0.48 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I just compiled 2.0.48 with mod_proxy included. I have two httpd's already running, listening to different ports, and all config files test Syntax OK. The first two are running fine: # cat /usr/local/apache2/logs/httpd.hawk.pid 4157 # ps ax | grep 'httpd' | grep 'hawk' 4157 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk 4158 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk 4159 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk 4160 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk 4191 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk 4192 ? S 0:00 bin/httpd -f conf/httpd.conf.hawk # cat /usr/local/apache2/logs/httpd.immuno.pid 4143 # ps ax | grep 'httpd' | grep 'immuno' 4143 ? S 0:00 bin/httpd -f conf/httpd.conf.immuno 4144 ? S 0:00 bin/httpd -f conf/httpd.conf.immuno 4249 ? S 0:00 bin/httpd -f conf/httpd.conf.immuno Now trying to run a third so that I can proxypass to it from the first one. When I run httpd with my custom config file, I do not get any errors on the commmand-line, but this shows up in the error log: [Mon Jan 19 15:19:22 2004] [emerg] (28)No space left on device: Couldn't create accept lock Apache did create the lock file (which is specified in the config file and is on a local filesystem), and it's exactly the same as the other two: # dir /usr/local/apache2/logs/ total 24 drwxr-sr-x 2 root root 4096 Jan 19 15:19 ./ drwxr-sr-x 15 root root 4096 Jan 19 14:00 ../ -rw-r--r-- 1 root root 5 Jan 19 14:59 httpd.hawk.pid -rw-r--r-- 1 root root 5 Jan 19 14:58 httpd.immuno.pid -rw-r--r-- 1 root root 5 Jan 19 15:19 httpd.wss.pid But this instance of Apache is not running: # cat /usr/local/apache2/logs/httpd.wss.pid 4396 # ps ax | grep 'httpd' | grep 'wss' This problem may be in the mod_proxy component; I'm no expert in this. I've plenty of space in this filesystem: # df -h . Filesystem Size Used Avail Use% Mounted on /dev/hda10 37G 27G 9.0G 75% / My kernel: # uname -a Linux badass.jedihawk.net 2.4.16 #1 SMP Tue Feb 19 09:53:17 PST 2002 i686 unknown # uptime 3:51pm up 477 days, 6:39, 34 users, load average: 0.14, 0.12, 0.21 Hope this helps. Please email me if I've left out anything: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
