Dear all,
the kolab mail server GUI had a hiccup today - running again after "clearing unused semaphores“. E-mail traffic handling was not affected, e-mails have been processed during the frontend downtime.
Kind regards,
Gunnar
Details:
Error:
[error] (28)No space left on device: Cannot create SSLMutex
Research:
Solution:
root@mail.traso ~ # for i in `ipcs -s | awk '/httpd/{ next; } {print $2}'`; do (ipcrm -s $i); done