[squid-users] FATAL: The userIp helpers are crashing too rapidly, need help!

--Ahmad-- ahmed.zaeem at netstream.ps
Tue Dec 13 13:14:30 UTC 2016


hello squid users & hello Amos

amos I’m trying to do like 1000 ipv6 binding outgoing usernames but i have the error like helpers are crashed .. I’m not sure  if i need to tune some settings before completion to take out the error .

here is the config i used for that i needed :

auth_param basic program /lib/squid/basic_ncsa_auth /etc/squid/squid_user
auth_param basic children 100
external_acl_type userIp %SRC %LOGIN /lib/squid/ext_file_userip_acl -f /root/soso/userIP.conf
acl ncsa_users proxy_auth REQUIRED
acl userIp external userIp
http_access deny !ncsa_users
http_access allow userIp
http_access deny all


and here is /root/soso/userIP.conf

2001:19f0:5001:a:1748:abc0:b85b:eaec user17991
2001:19f0:5001:a:b4f:cd29:4962:5d3c user17992
2001:19f0:5001:a:9ef4:478c:f8d1:a1e2 user17993
2001:19f0:5001:a:1307:1614:63c1:260a user17994
2001:19f0:5001:a:ad0b:59aa:9a1c:52f0 user17995
2001:19f0:5001:a:10d2:841f:bea0:d87 user17996



here is case.log

[root at netherlands soso]# tailf /var/log/squid/cache.log 
2016/12/13 13:11:03 kid1| Closing HTTP port 45.76.37.139:17999
2016/12/13 13:11:03 kid1| storeDirWriteCleanLogs: Starting...
2016/12/13 13:11:03 kid1|   Finished.  Wrote 0 entries.
2016/12/13 13:11:03 kid1|   Took 0.00 seconds (  0.00 entries/sec).
FATAL: The userIp helpers are crashing too rapidly, need help!

Squid Cache (Version 3.5.22): Terminated abnormally.
CPU Usage: 0.677 seconds = 0.589 user + 0.087 sys
Maximum Resident Size: 161056 KB
Page faults with physical i/o: 0



can you help me to fix the crashing ?

thank you so much 


More information about the squid-users mailing list