Apache no space left OpenBSD

Kalau mendapati error message di OpenBSD saat menjalankan Apache :

[Fri Sep 9 23:32:27 2011] [error] mod_ssl: Parent process could not create private SSLMutex semaphore (System error follows)
[Fri Sep 9 23:32:27 2011] [error] System: No space left on device (errno: 28)

# ipcs -T | grep semmni
semmni: 10 (# of semaphore identifiers)
# sysctl -w kern.seminfo.semmni=20
kern.seminfo.semmni: 10 -> 20
# ipcs -T | grep semmni
semmni: 20 (# of semaphore identifiers)

Restart Apache dan Check kembali.

[Fri Sep 9 23:35:30 2011] [notice] Initializing etag from /var/www/logs/etag-state
[Fri Sep 9 23:35:30 2011] [notice] chrooted in /var/www
[Fri Sep 9 23:35:30 2011] [notice] changed to uid 67, gid 67
[Fri Sep 9 23:35:30 2011] [notice] Apache configured -- resuming normal operations
[Fri Sep 9 23:35:30 2011] [notice] Accept mutex: sysvsem (Default: sysvsem)

Kalau sudah seperti diatas maka berarti sudah OK.


Salam

Comments

Popular Posts