Press enter to see results or esc to cancel.

[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock

Apache2 baslatmaya calisiyorsunuz, basliyor gozukuyor ama hicbir surecin baslamadigini goruyorsaniz ve error.log ‘larda asagidaki gibi bir hata aliyorsaniz bunun sebebi semafor depolama kapasitesinin asilmis olmasindandir.

[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock

mail:/etc/apache2# ipcs -s | grep www-data
0x00000000 57442304   www-data  600        1
0x00000000 59801601   www-data  600        1

Bu sorunu gidermek icin asagidaki scripti calistirmaniz yeterli olacaktir.

mail:/etc/apache2# ipcs -s | grep www-data | perl -e ‘while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}’

sevgiyle.