[squid-users] squid 5.3 frequent crash

Alex Rousskov rousskov at measurement-factory.com
Mon Feb 14 13:41:04 UTC 2022


On 2/14/22 07:25, Majed Zouhairy wrote:
> now on 5.4 i get:
...
> 2022/02/14 15:14:33 kid1| commBind Cannot bind socket FD 44 to [::]:8080: (98) Address already in use
> 2022/02/14 15:14:33 kid1| Closing HTTP(S) port [::]:8080
> 2022/02/14 15:14:33 kid1| FATAL: Unable to open HTTP Socket
> 2022/02/14 15:14:33 kid1| Squid Cache (Version 5.4): Terminated abnormally.

The above is usually the result of a misconfiguration or mismanagement: 
There are two processes trying to listen on the same port 8080. That 
could be two Squid worker processes or a Squid worker process competing 
with a non-Squid process.

* If your Squid startup scripts include preliminary steps like "squid 
-z", then make sure those scripts wait for that first Squid instance to 
exit before starting the primary Squid instance.

* If you are using SMP macros or conditionals in squid.conf, please 
share your Squid configuration.


HTH,

Alex.


More information about the squid-users mailing list