Hi,

[...]
some strace output:
semget(IPC_PRIVATE, 1, IPC_CREAT|0600)  = -1 ENOSPC (No space left on
device)
Do you need the full output?

I habe this error before but after a reboot it was gone.

Are there any solutions to prevent this error's?

it probably means that your system have run out of semaphore arrays.
Some apache2 modules use semaphores (2 arrays per apache in my
configuration, more If you are using modules like: mod_perl,
mod_python. mod_rewrite).

You have to check current shared memory and semaphores usage and limits.

Jarek Dylag
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to