On 15/12/2011 9:05 p.m., Will Roberts wrote:
Hi,
I'm trying to use Squid 3.2.0.14, but whenever I run squid it exits
after only printing:
FATAL: Ipc::Mem::Segment::create failed to
shm_open(/squid-squid-page-pool.shm): (13) Permission denied
For the moment I've switched HAVE_SHM to 0 so I can continue testing,
but what does the error above mean? Is it an issue with my config?
Directory permissions somewhere?
I'm running on Debian Squeeze x64, let me know if there's any library
information that would help.
Thanks,
--Will
The cache memory map did not get closed and cleaned up properly. I'm not
sure if we have a solution or anything close to failure recovery in the
works.
There seems to be a manual workaround though:
http://bugs.squid-cache.org/show_bug.cgi?id=3411#c27
Amos