[us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Hi *, i try to solve the issue that apache2 fails starting. It all startet with this message in error.log [crit] (28)No space left on device: mod_jk: could not create jk_log_lock Configuration Failed So i decided to disable mod_jk. After that python complained the same way. Python disabled to

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Krist van Besien
On Tue, Apr 21, 2009 at 10:23 AM, Newgro per.new...@gmx.ch wrote: Can someone please help me out here? Try (as the user that apaceh runs under) to create a file, for example with touch. if this results in a similar error something is really wrong with your filesystem. What OS are you running?

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread John Armstrong
Can you touch a file in /var/lock rather then /tmp? Can you do a df on /var or do you only one filesystem (/)? What does ls -l /var and ls -l /var/lock and ls -l /var/lock/apache2 show? J On Tue, Apr 21, 2009 at 3:55 AM, Newgro per.new...@gmx.ch wrote: touch as www-data is working. I tried

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Much output is coming :-) m18s24:/etc/apache2$ /etc/init.d/apache2 start Starting web server: apache2 failed! m18s24:/etc/apache2$ tail /var/log/apache2/error.log [Tue Apr 21 15:50:00 2009] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19320) (5)

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 1:37 PM, Newgro per.new...@gmx.ch wrote: m18s24:/etc/apache2$ ipcs -l -- Semaphore Limits max number of arrays = 128 m18s24:/etc/apache2$ ipcs -lu -- Semaphore Status used arrays = 128 Tried increasing the limits? -- Eric Covener

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
I tried vi /etc/sysctl.conf kernel.sem = 250 32000 100 256 But output of ipcs -l is still m18s24:~$ ipcs -l -- Shared Memory Limits max number of segments = 4096 max seg size (kbytes) = 32768 max total shared memory (kbytes) = 8388608 min seg size (bytes) = 1 -- Semaphore

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Newgro
Thanks so much. The provider increased the limits systemwide to 512. Now apache is running again. Cheers Per -- View this message in context: