* Marcin Niskiewicz <mniskiewicz@o2.pl> wrote:
> In apache error log I had:
> [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
> of course I had lot of free disk space...
>
> I read that it's about semaphores - there are no "free space" for new ones...
Yep, a long known problem
> but I don't want to solve it this way ... I'd like to fix a reason of problem
> not a consequence...
maybe:
a) run an separate cleaning process before actually starting httpd
b) rewrite httpd to not use the sysv-ipc at all, but lockfiles
(flock() etc) instead.
Actually, I'd consider the whole sysv-ipc stuff as very outdated.
IMHO, there's nothing that can't be done easily via filesystems.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-user@lists.gentoo.org mailing list