[squid-users] Squid SMP workers crash
Deniz Eren
denizlist at denizeren.net
Thu Oct 13 07:53:27 UTC 2016
Hi,
I'm using squid's SMP functionality to distribute requests to many
squid instances and distribute workload to multiple processors.
However while running squid's workers after a while worker processes
crash with the error below and coordinator does not start them again:
...
FATAL: Ipc::Mem::Segment::open failed to
shm_open(/squid-cf__metadata.shm): (2) No such file or directory
Squid Cache (Version 3.5.20): Terminated abnormally.
...
Does a solution exists for this problem? (permissions are OK in /dev/shm)
When everything is OK coordinator listens to http_ports/https_port and
distributes connections to workers(at least that's the conclusion I
got from looking access.logs).
[root at squidbox ~]# netstat -nlp|grep squid
tcp 0 0 0.0.0.0:8080 0.0.0.0:*
LISTEN 7887/(squid-coord-1
tcp 0 0 0.0.0.0:3127 0.0.0.0:*
LISTEN 7887/(squid-coord-1
tcp 0 0 0.0.0.0:3128 0.0.0.0:*
LISTEN 7887/(squid-coord-1
tcp 0 0 0.0.0.0:3130 0.0.0.0:*
LISTEN 7887/(squid-coord-1
tcp 0 0 0.0.0.0:8443 0.0.0.0:*
LISTEN 7887/(squid-coord-1
udp 0 0 0.0.0.0:57850 0.0.0.0:*
7897/(squid-1)
udp 0 0 0.0.0.0:33643 0.0.0.0:*
7894/(squid-4)
udp 0 0 0.0.0.0:50485 0.0.0.0:*
7896/(squid-2)
udp 0 0 0.0.0.0:46427 0.0.0.0:*
7887/(squid-coord-1
udp 0 0 0.0.0.0:58938 0.0.0.0:*
7895/(squid-3)
Also is my way of using SMP functionality correct, since I want to
distribute all connections between workers and to listen only specific
ports?
I have attached the squid.conf.
Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: squid.conf
Type: application/octet-stream
Size: 4691 bytes
Desc: not available
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20161013/eec9d4aa/attachment.obj>
More information about the squid-users
mailing list