Tuesday, 23rd April 2024

Comment posted Apache Webserver: No space left on device: Couldn’t create accept lock /var/lock/apache2/accept.lock – Fix by .

Recent comments by

Share this on:

Tags: , , , , , , , , , , , , , , ,

No Responses to “…”

  1. admin says:
    Firefox 37.0 Firefox 37.0 Windows 7 x64 Edition Windows 7 x64 Edition
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0

    If you prerer to clear some left semaphores with perl:

    ipcs -s | grep nobody | perl -e ‘while () { @a=split(/\s+/); print `ipcrm sem $a[1]`}’

    View CommentView Comment
  2. admin says:
    Firefox 38.0 Firefox 38.0 Windows 7 x64 Edition Windows 7 x64 Edition
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0

    ipcs -s | grep httpd | perl -e ‘while () { @a=split(/\s+/);
    print `ipcrm sem $a[1]`}’

    View CommentView Comment