Squid was not started at RPI

RPI with IPfire core 185. Maybe the problem was already in 184.

IPfire is configured with transparent web proxy and it was working OK in the past.

I found I cannot update Ubuntu PC that was connected to RPI with IPfire. When I tried curl archive.canonical.com/ I received error “connection refused”. After some time I have found that squid at RPI is not running`. I tried to start it but it was not started:

[root@rpifire proxy]# /etc/init.d/squid status
/usr/sbin/squid is not running.
/usr/lib/squid/unlinkd is not running.

[root@rpifire proxy]# /etc/init.d/squid start
Creating Squid swap directories...                                                                                  [  OK  ]
Starting Squid Proxy Server...                                                                                      [  OK  ]

[root@rpifire proxy]# /etc/init.d/squid status
/usr/sbin/squid is not running.
/usr/lib/squid/unlinkd is not running.

In file /var/log/messages I have found that it has some error and exits:

Apr 23 12:39:03 rpifire squid[3624]: Squid Parent: squid-1 process 3627 exited with status 0
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: will start 1 kids
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: (squid-1) process 3639 started
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: squid-1 process 3639 exited with status 1
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: (squid-1) process 3653 started
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: squid-1 process 3653 exited with status 1
Apr 23 12:39:04 rpifire squid[3636]: Squid Parent: (squid-1) process 3670 started
Apr 23 12:39:05 rpifire squid[3636]: Squid Parent: squid-1 process 3670 exited with status 1
Apr 23 12:39:05 rpifire squid[3636]: Squid Parent: (squid-1) process 3678 started
Apr 23 12:39:05 rpifire squid[3636]: Squid Parent: squid-1 process 3678 exited with status 1
Apr 23 12:39:05 rpifire squid[3636]: Squid Parent: (squid-1) process 3684 started
Apr 23 12:39:06 rpifire squid[3636]: Squid Parent: squid-1 process 3684 exited with status 1
Apr 23 12:39:06 rpifire squid[3636]: Squid Parent: squid-1 process 3684 will not be restarted for 3600 seconds due to repeate
d, frequent failures
Apr 23 12:39:06 rpifire squid[3636]: Exiting due to repeated, frequent failures

I tried to run squid in debug mode usr/sbin/squid -d1 and I noticed a problem with permissions on file swap.state:

[root@rpifire proxy]# ll /var/log/cache/
total 72
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 00
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 01
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 02
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 03
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 04
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 05
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 06
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 07
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 08
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 09
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0A
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0B
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0C
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0D
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0E
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0F
-rw-r--r--   2 root  root  4326 Mar 31 03:40 swap.state
-rw-r--r--   1 squid squid    0 Mar 31 03:37 swap.state.last-clean

I changed ownership of file swap.state:

[root@rpifire proxy]# chown squid:squid /var/log/cache/swap.state

and I was able to start web proxy:

[root@rpifire proxy]# /etc/init.d/squid status
/usr/sbin/squid is not running.
/usr/lib/squid/unlinkd is not running.

[root@rpifire proxy]# /etc/init.d/squid start
Creating Squid swap directories...                                                                                  [  OK  ]
Starting Squid Proxy Server...                                                                                      [  OK  ]

[root@rpifire proxy]# /etc/init.d/squid status
squid is running with Process ID(s) 5158 5155.
/usr/lib/squid/unlinkd is not running.

I do not know why owner of file /var/log/cache/swap.state was root. I had not touch that file. This is RPI and filesystem is at microSDHC card and shutdown process is not always clean so it is possible that I just captured filesystem in inconsistent state. I am not really sure how this state was created. It could be a bug in squid


This is state of the directory after fix. It looks like squid was in trouble for some time. This RPI with IPfire is a test system, so I missed that web proxy was down. I tested it deeply today because I upgraded from 184 to 185…

[root@rpifire proxy]# ll /var/log/cache/
total 68
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 00
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 01
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 02
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 03
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 04
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 05
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 06
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 07
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 08
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 09
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0A
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0B
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0C
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0D
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0E
drwxr-xr-x 258 squid squid 4096 Jul 26  2023 0F
-rw-r--r--   1 squid squid   72 Apr 23 12:50 swap.state

Other interesting point is that file swap.state owned by root is hardlinked with other file, unfortunately I missed that detail before the fix and cannot tell now what was the other file. I had similar issue with ntp a month ago.

-rw-r--r--   2 root  root  4326 Mar 31 03:40 swap.state

If this will happen next time, I will run find / -samefile /var/log/cache/swap.state

Other useful command is find /var -type f -links +2, it finds all files that are hardlinked in /var and sub-directories. I cannot see any such file…

Hi guys!!!.

I have the same problem but I have been able to determine what is causing it.

If I check the following boxes, it does not start the WebProxy:

The funny thing is that yesterday, everything was working perfectly.

I have tried restarting the Operator’s Router from the Router’s Web Interface (I need to try doing a physical shutdown) but it has not been solved.

Has anyone else had the same thing happen to them?.

Gracias y saludos desde España.

1 Like

Hi @roberto

I have those two checkboxes selected on my systems for a long time and have never had a problem with the Web Proxy not starting after an update.

If the web proxy does not start if those two check boxes are marked then there should be some message in one of the squid logs or in the main messages log related to the web proxy (access via System Logs - Web Proxy)

Hi @bonnietwin. Thanks for your repply.

I have this:

IPFire diagnostics
Sección: squid
Fecha: Junio 19, 2024

13:18:58 squid[13502]:  Squid Parent: (squid-1) process 13504 started
13:18:58 squid[13502]:  Squid Parent: will start 1 kids
13:18:57 squid[13489]:  Squid Parent: squid-1 process 13492 exited with status 0
13:18:57 squid[13489]:  Squid Parent: (squid-1) process 13492 started
13:18:57 squid[13489]:  Squid Parent: will start 1 kids
13:18:51 squid:  squid shutdown time: 7 seconds
13:18:50 squid[10379]:  Squid Parent: squid-1 process 10381 exited with status 0
13:02:02 squid[10379]:  Squid Parent: (squid-1) process 10381 started
13:02:02 squid[10379]:  Squid Parent: will start 1 kids
13:02:01 squid[10366]:  Squid Parent: squid-1 process 10369 exited with status 0
13:02:01 squid[10366]:  Squid Parent: (squid-1) process 10369 started
13:02:01 squid[10366]:  Squid Parent: will start 1 kids
13:01:33 squid[10174]:  Exiting due to repeated, frequent failures
13:01:33 squid[10174]:  Squid Parent: squid-1 process 10201 will not be restarted for 3600 seconds due to repeated, frequent failures
13:01:33 squid[10174]:  Squid Parent: squid-1 process 10201 exited with status 1
13:01:32 squid[10174]:  Squid Parent: (squid-1) process 10201 started
13:01:32 squid[10174]:  Squid Parent: squid-1 process 10196 exited with status 1
13:01:31 squid[10174]:  Squid Parent: (squid-1) process 10196 started
13:01:31 squid[10174]:  Squid Parent: squid-1 process 10185 exited with status 1
13:01:30 squid[10174]:  Squid Parent: (squid-1) process 10185 started
13:01:30 squid[10174]:  Squid Parent: squid-1 process 10181 exited with status 1
13:01:29 squid[10174]:  Squid Parent: (squid-1) process 10181 started
13:01:29 squid[10174]:  Squid Parent: squid-1 process 10176 exited with status 1
13:01:28 squid[10174]:  Squid Parent: (squid-1) process 10176 started
13:01:28 squid[10174]:  Squid Parent: will start 1 kids
13:01:27 squid[10162]:  Squid Parent: squid-1 process 10165 exited with status 0
13:01:27 squid[10162]:  Squid Parent: (squid-1) process 10165 started
13:01:27 squid[10162]:  Squid Parent: will start 1 kids
13:01:15 squid[10071]:  Exiting due to repeated, frequent failures
13:01:15 squid[10071]:  Squid Parent: squid-1 process 10097 will not be restarted for 3600 seconds due to repeated, frequent failures
13:01:15 squid[10071]:  Squid Parent: squid-1 process 10097 exited with status 1
13:01:14 squid[10071]:  Squid Parent: (squid-1) process 10097 started
13:01:14 squid[10071]:  Squid Parent: squid-1 process 10092 exited with status 1
13:01:13 squid[10071]:  Squid Parent: (squid-1) process 10092 started
13:01:13 squid[10071]:  Squid Parent: squid-1 process 10087 exited with status 1
13:01:13 squid[10071]:  Squid Parent: (squid-1) process 10087 started
13:01:13 squid[10071]:  Squid Parent: squid-1 process 10083 exited with status 1
13:01:12 squid[10071]:  Squid Parent: (squid-1) process 10083 started
13:01:12 squid[10071]:  Squid Parent: squid-1 process 10073 exited with status 1
13:01:11 squid[10071]:  Squid Parent: (squid-1) process 10073 started
13:01:11 squid[10071]:  Squid Parent: will start 1 kids
13:01:10 squid[10058]:  Squid Parent: squid-1 process 10061 exited with status 0
13:01:10 squid[10058]:  Squid Parent: (squid-1) process 10061 started
13:01:10 squid[10058]:  Squid Parent: will start 1 kids
13:00:52 squid[9864]:  Exiting due to repeated, frequent failures
13:00:52 squid[9864]:  Squid Parent: squid-1 process 9902 will not be restarted for 3600 seconds due to repeated, frequent failures
13:00:52 squid[9864]:  Squid Parent: squid-1 process 9902 exited with status 1
13:00:50 squid[9864]:  Squid Parent: (squid-1) process 9902 started
13:00:50 squid[9864]:  Squid Parent: squid-1 process 9888 exited with status 1
13:00:48 squid[9864]:  Squid Parent: (squid-1) process 9888 started
13:00:48 squid[9864]:  Squid Parent: squid-1 process 9882 exited with status 1
13:00:47 squid[9864]:  Squid Parent: (squid-1) process 9882 started
13:00:47 squid[9864]:  Squid Parent: squid-1 process 9877 exited with status 1
13:00:46 squid[9864]:  Squid Parent: (squid-1) process 9877 started
13:00:46 squid[9864]:  Squid Parent: squid-1 process 9866 exited with status 1
13:00:45 squid[9864]:  Squid Parent: (squid-1) process 9866 started
13:00:45 squid[9864]:  Squid Parent: will start 1 kids
13:00:44 squid[9851]:  Squid Parent: squid-1 process 9854 exited with status 0
13:00:44 squid[9851]:  Squid Parent: (squid-1) process 9854 started
13:00:44 squid[9851]:  Squid Parent: will start 1 kids
13:00:39 squid:  squid shutdown time: 7 seconds
13:00:38 squid[8014]:  Squid Parent: squid-1 process 8016 exited with status 0
12:55:44 squid[8014]:  Squid Parent: (squid-1) process 8016 started
12:55:44 squid[8014]:  Squid Parent: will start 1 kids
12:55:43 squid[8002]:  Squid Parent: squid-1 process 8005 exited with status 0
12:55:43 squid[8002]:  Squid Parent: (squid-1) process 8005 started
12:55:43 squid[8002]:  Squid Parent: will start 1 kids
12:55:26 squid[7880]:  Exiting due to repeated, frequent failures
12:55:26 squid[7880]:  Squid Parent: squid-1 process 7905 will not be restarted for 3600 seconds due to repeated, frequent failures
12:55:26 squid[7880]:  Squid Parent: squid-1 process 7905 exited with status 1
12:55:25 squid[7880]:  Squid Parent: (squid-1) process 7905 started
12:55:25 squid[7880]:  Squid Parent: squid-1 process 7901 exited with status 1
12:55:24 squid[7880]:  Squid Parent: (squid-1) process 7901 started
12:55:24 squid[7880]:  Squid Parent: squid-1 process 7896 exited with status 1
12:55:24 squid[7880]:  Squid Parent: (squid-1) process 7896 started
12:55:24 squid[7880]:  Squid Parent: squid-1 process 7892 exited with status 1
12:55:23 squid[7880]:  Squid Parent: (squid-1) process 7892 started
12:55:23 squid[7880]:  Squid Parent: squid-1 process 7882 exited with status 1
12:55:22 squid[7880]:  Squid Parent: (squid-1) process 7882 started
12:55:22 squid[7880]:  Squid Parent: will start 1 kids
12:55:21 squid[7867]:  Squid Parent: squid-1 process 7870 exited with status 0
12:55:21 squid[7867]:  Squid Parent: (squid-1) process 7870 started
12:55:21 squid[7867]:  Squid Parent: will start 1 kids
12:53:52 squid[7350]:  Exiting due to repeated, frequent failures
12:53:52 squid[7350]:  Squid Parent: squid-1 process 7477 will not be restarted for 3600 seconds due to repeated, frequent failures
12:53:52 squid[7350]:  Squid Parent: squid-1 process 7477 exited with status 1
12:53:51 squid[7350]:  Squid Parent: (squid-1) process 7477 started
12:53:51 squid[7350]:  Squid Parent: squid-1 process 7436 exited with status 1
12:53:50 squid[7350]:  Squid Parent: (squid-1) process 7436 started
12:53:50 squid[7350]:  Squid Parent: squid-1 process 7368 exited with status 1
12:53:49 squid[7350]:  Squid Parent: (squid-1) process 7368 started
12:53:49 squid[7350]:  Squid Parent: squid-1 process 7364 exited with status 1
12:53:49 squid[7350]:  Squid Parent: (squid-1) process 7364 started
12:53:49 squid[7350]:  Squid Parent: squid-1 process 7352 exited with status 1
12:53:47 squid[7350]:  Squid Parent: (squid-1) process 7352 started
12:53:47 squid[7350]:  Squid Parent: will start 1 kids
12:53:46 squid[7337]:  Squid Parent: squid-1 process 7340 exited with status 0
12:53:46 squid[7337]:  Squid Parent: (squid-1) process 7340 started
12:53:46 squid[7337]:  Squid Parent: will start 1 kids
12:49:58 squid[6065]:  Exiting due to repeated, frequent failures
12:49:58 squid[6065]:  Squid Parent: squid-1 process 6085 will not be restarted for 3600 seconds due to repeated, frequent failures
12:49:58 squid[6065]:  Squid Parent: squid-1 process 6085 exited with status 1
12:49:58 squid[6065]:  Squid Parent: (squid-1) process 6085 started
12:49:58 squid[6065]:  Squid Parent: squid-1 process 6080 exited with status 1
12:49:57 squid[6065]:  Squid Parent: (squid-1) process 6080 started
12:49:57 squid[6065]:  Squid Parent: squid-1 process 6076 exited with status 1
12:49:56 squid[6065]:  Squid Parent: (squid-1) process 6076 started
12:49:56 squid[6065]:  Squid Parent: squid-1 process 6071 exited with status 1
12:49:55 squid[6065]:  Squid Parent: (squid-1) process 6071 started
12:49:55 squid[6065]:  Squid Parent: squid-1 process 6067 exited with status 1
12:49:54 squid[6065]:  Squid Parent: (squid-1) process 6067 started
12:49:54 squid[6065]:  Squid Parent: will start 1 kids
12:49:53 squid[6052]:  Squid Parent: squid-1 process 6055 exited with status 0
12:49:53 squid[6052]:  Squid Parent: (squid-1) process 6055 started
12:49:53 squid[6052]:  Squid Parent: will start 1 kids
12:49:44 squid[6000]:  Exiting due to repeated, frequent failures
12:49:44 squid[6000]:  Squid Parent: squid-1 process 6020 will not be restarted for 3600 seconds due to repeated, frequent failures
12:49:44 squid[6000]:  Squid Parent: squid-1 process 6020 exited with status 1
12:49:43 squid[6000]:  Squid Parent: (squid-1) process 6020 started
12:49:43 squid[6000]:  Squid Parent: squid-1 process 6015 exited with status 1
12:49:42 squid[6000]:  Squid Parent: (squid-1) process 6015 started
12:49:42 squid[6000]:  Squid Parent: squid-1 process 6011 exited with status 1
12:49:41 squid[6000]:  Squid Parent: (squid-1) process 6011 started
12:49:41 squid[6000]:  Squid Parent: squid-1 process 6006 exited with status 1
12:49:41 squid[6000]:  Squid Parent: (squid-1) process 6006 started
12:49:41 squid[6000]:  Squid Parent: squid-1 process 6002 exited with status 1
12:49:40 squid[6000]:  Squid Parent: (squid-1) process 6002 started
12:49:40 squid[6000]:  Squid Parent: will start 1 kids
12:49:39 squid[5987]:  Squid Parent: squid-1 process 5990 exited with status 0
12:49:39 squid[5987]:  Squid Parent: (squid-1) process 5990 started
12:49:39 squid[5987]:  Squid Parent: will start 1 kids
12:48:31 squid[5804]:  Exiting due to repeated, frequent failures
12:48:31 squid[5804]:  Squid Parent: squid-1 process 5829 will not be restarted for 3600 seconds due to repeated, frequent failures
12:48:31 squid[5804]:  Squid Parent: squid-1 process 5829 exited with status 1
12:48:30 squid[5804]:  Squid Parent: (squid-1) process 5829 started
12:48:30 squid[5804]:  Squid Parent: squid-1 process 5824 exited with status 1
12:48:29 squid[5804]:  Squid Parent: (squid-1) process 5824 started
12:48:29 squid[5804]:  Squid Parent: squid-1 process 5820 exited with status 1
12:48:29 squid[5804]:  Squid Parent: (squid-1) process 5820 started
12:48:29 squid[5804]:  Squid Parent: squid-1 process 5815 exited with status 1
12:48:28 squid[5804]:  Squid Parent: (squid-1) process 5815 started
12:48:28 squid[5804]:  Squid Parent: squid-1 process 5806 exited with status 1
12:48:27 squid[5804]:  Squid Parent: (squid-1) process 5806 started
12:48:27 squid[5804]:  Squid Parent: will start 1 kids
12:48:26 squid[5791]:  Squid Parent: squid-1 process 5794 exited with status 0
12:48:26 squid[5791]:  Squid Parent: (squid-1) process 5794 started
12:48:26 squid[5791]:  Squid Parent: will start 1 kids
12:45:49 squid[4433]:  Exiting due to repeated, frequent failures
12:45:49 squid[4433]:  Squid Parent: squid-1 process 4458 will not be restarted for 3600 seconds due to repeated, frequent failures
12:45:49 squid[4433]:  Squid Parent: squid-1 process 4458 exited with status 1
12:45:48 squid[4433]:  Squid Parent: (squid-1) process 4458 started
12:45:48 squid[4433]:  Squid Parent: squid-1 process 4453 exited with status 1
12:45:48 squid[4433]:  Squid Parent: (squid-1) process 4453 started
12:45:48 squid[4433]:  Squid Parent: squid-1 process 4449 exited with status 1
12:45:47 squid[4433]:  Squid Parent: (squid-1) process 4449 started
12:45:47 squid[4433]:  Squid Parent: squid-1 process 4444 exited with status 1
12:45:46 squid[4433]:  Squid Parent: (squid-1) process 4444 started
12:45:46 squid[4433]:  Squid Parent: squid-1 process 4435 exited with status 1
12:45:45 squid[4433]:  Squid Parent: (squid-1) process 4435 started
12:45:45 squid[4433]:  Squid Parent: will start 1 kids
12:45:44 squid[4420]:  Squid Parent: squid-1 process 4423 exited with status 0
12:45:44 squid[4420]:  Squid Parent: (squid-1) process 4423 started
12:45:44 squid[4420]:  Squid Parent: will start 1 kids
12:45:32 squid[4340]:  Exiting due to repeated, frequent failures
12:45:32 squid[4340]:  Squid Parent: squid-1 process 4366 will not be restarted for 3600 seconds due to repeated, frequent failures
12:45:32 squid[4340]:  Squid Parent: squid-1 process 4366 exited with status 1
12:45:31 squid[4340]:  Squid Parent: (squid-1) process 4366 started
12:45:31 squid[4340]:  Squid Parent: squid-1 process 4362 exited with status 1
12:45:30 squid[4340]:  Squid Parent: (squid-1) process 4362 started
12:45:30 squid[4340]:  Squid Parent: squid-1 process 4357 exited with status 1
12:45:30 squid[4340]:  Squid Parent: (squid-1) process 4357 started
12:45:30 squid[4340]:  Squid Parent: squid-1 process 4353 exited with status 1
12:45:29 squid[4340]:  Squid Parent: (squid-1) process 4353 started
12:45:29 squid[4340]:  Squid Parent: squid-1 process 4342 exited with status 1
12:45:28 squid[4340]:  Squid Parent: (squid-1) process 4342 started
12:45:28 squid[4340]:  Squid Parent: will start 1 kids
12:45:27 squid[4328]:  Squid Parent: squid-1 process 4331 exited with status 0
12:45:27 squid[4328]:  Squid Parent: (squid-1) process 4331 started
12:45:27 squid[4328]:  Squid Parent: will start 1 kids
12:34:46 squid[3204]:  Exiting due to repeated, frequent failures
12:34:46 squid[3204]:  Squid Parent: squid-1 process 3230 will not be restarted for 3600 seconds due to repeated, frequent failures
12:34:46 squid[3204]:  Squid Parent: squid-1 process 3230 exited with status 1
12:34:45 squid[3204]:  Squid Parent: (squid-1) process 3230 started
12:34:45 squid[3204]:  Squid Parent: squid-1 process 3225 exited with status 1
12:34:45 squid[3204]:  Squid Parent: (squid-1) process 3225 started
12:34:45 squid[3204]:  Squid Parent: squid-1 process 3220 exited with status 1
12:34:44 squid[3204]:  Squid Parent: (squid-1) process 3220 started
12:34:44 squid[3204]:  Squid Parent: squid-1 process 3216 exited with status 1
12:34:43 squid[3204]:  Squid Parent: (squid-1) process 3216 started
12:34:43 squid[3204]:  Squid Parent: squid-1 process 3206 exited with status 1
12:34:42 squid[3204]:  Squid Parent: (squid-1) process 3206 started
12:34:42 squid[3204]:  Squid Parent: will start 1 kids
12:34:41 squid[3191]:  Squid Parent: squid-1 process 3194 exited with status 0
12:34:41 squid[3191]:  Squid Parent: (squid-1) process 3194 started
12:34:41 squid[3191]:  Squid Parent: will start 1 kids
12:33:24 squid[2391]:  Exiting due to repeated, frequent failures
12:33:24 squid[2391]:  Squid Parent: squid-1 process 2414 will not be restarted for 3600 seconds due to repeated, frequent failures
12:33:24 squid[2391]:  Squid Parent: squid-1 process 2414 exited with status 1
12:33:23 squid[2391]:  Squid Parent: (squid-1) process 2414 started
12:33:23 squid[2391]:  Squid Parent: squid-1 process 2410 exited with status 1
12:33:22 squid[2391]:  Squid Parent: (squid-1) process 2410 started
12:33:22 squid[2391]:  Squid Parent: squid-1 process 2406 exited with status 1
12:33:21 squid[2391]:  Squid Parent: (squid-1) process 2406 started
12:33:21 squid[2391]:  Squid Parent: squid-1 process 2402 exited with status 1
12:33:21 squid[2391]:  Squid Parent: (squid-1) process 2402 started
12:33:21 squid[2391]:  Squid Parent: squid-1 process 2393 exited with status 1
12:33:20 squid[2391]:  Squid Parent: (squid-1) process 2393 started
12:33:20 squid[2391]:  Squid Parent: will start 1 kids
12:33:19 squid[2379]:  Squid Parent: squid-1 process 2381 exited with status 0
12:33:18 squid[2379]:  Squid Parent: (squid-1) process 2381 started
12:33:18 squid[2379]:  Squid Parent: will start 1 kids
12:20:24 squid[17958]:  Exiting due to repeated, frequent failures
12:20:24 squid[17958]:  Squid Parent: squid-1 process 17990 will not be restarted for 3600 seconds due to repeated, frequent failures
12:20:24 squid[17958]:  Squid Parent: squid-1 process 17990 exited with status 1
12:20:23 squid[17958]:  Squid Parent: (squid-1) process 17990 started
12:20:23 squid[17958]:  Squid Parent: squid-1 process 17986 exited with status 1
12:20:22 squid[17958]:  Squid Parent: (squid-1) process 17986 started
12:20:22 squid[17958]:  Squid Parent: squid-1 process 17981 exited with status 1
12:20:21 squid[17958]:  Squid Parent: (squid-1) process 17981 started
12:20:21 squid[17958]:  Squid Parent: squid-1 process 17977 exited with status 1
12:20:21 squid[17958]:  Squid Parent: (squid-1) process 17977 started
12:20:21 squid[17958]:  Squid Parent: squid-1 process 17960 exited with status 1
12:20:20 squid[17958]:  Squid Parent: (squid-1) process 17960 started
12:20:20 squid[17958]:  Squid Parent: will start 1 kids
12:20:19 squid[17945]:  Squid Parent: squid-1 process 17948 exited with status 0
12:20:19 squid[17945]:  Squid Parent: (squid-1) process 17948 started
12:20:19 squid[17945]:  Squid Parent: will start 1 kids
12:19:01 squid[17224]:  Exiting due to repeated, frequent failures
12:19:01 squid[17224]:  Squid Parent: squid-1 process 17293 will not be restarted for 3600 seconds due to repeated, frequent failures
12:19:01 squid[17224]:  Squid Parent: squid-1 process 17293 exited with status 1
12:19:01 squid[17224]:  Squid Parent: (squid-1) process 17293 started
12:19:01 squid[17224]:  Squid Parent: squid-1 process 17273 exited with status 1
12:19:00 squid[17224]:  Squid Parent: (squid-1) process 17273 started
12:19:00 squid[17224]:  Squid Parent: squid-1 process 17235 exited with status 1
12:18:59 squid[17224]:  Squid Parent: (squid-1) process 17235 started
12:18:59 squid[17224]:  Squid Parent: squid-1 process 17231 exited with status 1
12:18:58 squid[17224]:  Squid Parent: (squid-1) process 17231 started
12:18:58 squid[17224]:  Squid Parent: squid-1 process 17226 exited with status 1
12:18:57 squid[17224]:  Squid Parent: (squid-1) process 17226 started
12:18:57 squid[17224]:  Squid Parent: will start 1 kids
12:18:56 squid[17212]:  Squid Parent: squid-1 process 17215 exited with status 0
12:18:56 squid[17212]:  Squid Parent: (squid-1) process 17215 started
12:18:56 squid[17212]:  Squid Parent: will start 1 kids
12:18:51 squid:  squid shutdown time: 1 seconds
12:18:50 squid[17106]:  Exiting due to repeated, frequent failures
12:18:50 squid[17106]:  Squid Parent: squid-1 process 17131 will not be restarted for 3600 seconds due to repeated, frequent failures
12:18:50 squid[17106]:  Squid Parent: squid-1 process 17131 exited with status 1
12:18:49 squid[17106]:  Squid Parent: (squid-1) process 17131 started
12:18:49 squid[17106]:  Squid Parent: squid-1 process 17127 exited with status 1
12:18:48 squid[17106]:  Squid Parent: (squid-1) process 17127 started
12:18:48 squid[17106]:  Squid Parent: squid-1 process 17122 exited with status 1
12:18:47 squid[17106]:  Squid Parent: (squid-1) process 17122 started
12:18:47 squid[17106]:  Squid Parent: squid-1 process 17118 exited with status 1
12:18:46 squid[17106]:  Squid Parent: (squid-1) process 17118 started
12:18:46 squid[17106]:  Squid Parent: squid-1 process 17108 exited with status 1
12:18:46 squid[17106]:  Squid Parent: (squid-1) process 17108 started
12:18:46 squid[17106]:  Squid Parent: will start 1 kids
12:18:44 squid[17093]:  Squid Parent: squid-1 process 17096 exited with status 0
12:18:44 squid[17093]:  Squid Parent: (squid-1) process 17096 started
12:18:44 squid[17093]:  Squid Parent: will start 1 kids
12:18:39 squid[17017]:  Exiting due to repeated, frequent failures
12:18:39 squid[17017]:  Squid Parent: squid-1 process 17043 will not be restarted for 3600 seconds due to repeated, frequent failures
12:18:39 squid[17017]:  Squid Parent: squid-1 process 17043 exited with status 1
12:18:38 squid[17017]:  Squid Parent: (squid-1) process 17043 started
12:18:38 squid[17017]:  Squid Parent: squid-1 process 17039 exited with status 1
12:18:37 squid[17017]:  Squid Parent: (squid-1) process 17039 started
12:18:37 squid[17017]:  Squid Parent: squid-1 process 17033 exited with status 1
12:18:36 squid[17017]:  Squid Parent: (squid-1) process 17033 started
12:18:36 squid[17017]:  Squid Parent: squid-1 process 17029 exited with status 1
12:18:35 squid[17017]:  Squid Parent: (squid-1) process 17029 started
12:18:35 squid[17017]:  Squid Parent: squid-1 process 17019 exited with status 1
12:18:35 squid[17017]:  Squid Parent: (squid-1) process 17019 started
12:18:35 squid[17017]:  Squid Parent: will start 1 kids
12:18:34 squid[17004]:  Squid Parent: squid-1 process 17007 exited with status 0
12:18:34 squid[17004]:  Squid Parent: (squid-1) process 17007 started
12:18:34 squid[17004]:  Squid Parent: will start 1 kids
12:17:59 squid[16841]:  Exiting due to repeated, frequent failures
12:17:59 squid[16841]:  Squid Parent: squid-1 process 16866 will not be restarted for 3600 seconds due to repeated, frequent failures
12:17:59 squid[16841]:  Squid Parent: squid-1 process 16866 exited with status 1
12:17:58 squid[16841]:  Squid Parent: (squid-1) process 16866 started
12:17:58 squid[16841]:  Squid Parent: squid-1 process 16862 exited with status 1
12:17:57 squid[16841]:  Squid Parent: (squid-1) process 16862 started
12:17:57 squid[16841]:  Squid Parent: squid-1 process 16857 exited with status 1
12:17:56 squid[16841]:  Squid Parent: (squid-1) process 16857 started
12:17:56 squid[16841]:  Squid Parent: squid-1 process 16853 exited with status 1
12:17:55 squid[16841]:  Squid Parent: (squid-1) process 16853 started
12:17:55 squid[16841]:  Squid Parent: squid-1 process 16843 exited with status 1
12:17:54 squid[16841]:  Squid Parent: (squid-1) process 16843 started
12:17:54 squid[16841]:  Squid Parent: will start 1 kids
12:17:53 squid[16829]:  Squid Parent: squid-1 process 16832 exited with status 0
12:17:53 squid[16829]:  Squid Parent: (squid-1) process 16832 started
12:17:53 squid[16829]:  Squid Parent: will start 1 kids
12:14:02 squid[16225]:  Exiting due to repeated, frequent failures
12:14:02 squid[16225]:  Squid Parent: squid-1 process 16286 will not be restarted for 3600 seconds due to repeated, frequent failures
12:14:02 squid[16225]:  Squid Parent: squid-1 process 16286 exited with status 1
12:14:01 squid[16225]:  Squid Parent: (squid-1) process 16286 started
12:14:01 squid[16225]:  Squid Parent: squid-1 process 16282 exited with status 1
12:14:00 squid[16225]:  Squid Parent: (squid-1) process 16282 started
12:14:00 squid[16225]:  Squid Parent: squid-1 process 16236 exited with status 1
12:13:59 squid[16225]:  Squid Parent: (squid-1) process 16236 started
12:13:59 squid[16225]:  Squid Parent: squid-1 process 16231 exited with status 1
12:13:58 squid[16225]:  Squid Parent: (squid-1) process 16231 started
12:13:58 squid[16225]:  Squid Parent: squid-1 process 16227 exited with status 1
12:13:57 squid[16225]:  Squid Parent: (squid-1) process 16227 started
12:13:57 squid[16225]:  Squid Parent: will start 1 kids
12:13:56 squid[16212]:  Squid Parent: squid-1 process 16215 exited with status 0
12:13:56 squid[16212]:  Squid Parent: (squid-1) process 16215 started
12:13:56 squid[16212]:  Squid Parent: will start 1 kids
12:13:40 squid[16113]:  Exiting due to repeated, frequent failures
12:13:40 squid[16113]:  Squid Parent: squid-1 process 16138 will not be restarted for 3600 seconds due to repeated, frequent failures
12:13:40 squid[16113]:  Squid Parent: squid-1 process 16138 exited with status 1
12:13:39 squid[16113]:  Squid Parent: (squid-1) process 16138 started
12:13:39 squid[16113]:  Squid Parent: squid-1 process 16134 exited with status 1
12:13:38 squid[16113]:  Squid Parent: (squid-1) process 16134 started
12:13:38 squid[16113]:  Squid Parent: squid-1 process 16129 exited with status 1
12:13:37 squid[16113]:  Squid Parent: (squid-1) process 16129 started
12:13:37 squid[16113]:  Squid Parent: squid-1 process 16125 exited with status 1
12:13:36 squid[16113]:  Squid Parent: (squid-1) process 16125 started
12:13:36 squid[16113]:  Squid Parent: squid-1 process 16115 exited with status 1
12:13:35 squid[16113]:  Squid Parent: (squid-1) process 16115 started
12:13:35 squid[16113]:  Squid Parent: will start 1 kids
12:13:34 squid[16101]:  Squid Parent: squid-1 process 16104 exited with status 0
12:13:34 squid[16101]:  Squid Parent: (squid-1) process 16104 started
12:13:34 squid[16101]:  Squid Parent: will start 1 kids
12:13:05 squid[15935]:  Exiting due to repeated, frequent failures
12:13:05 squid[15935]:  Squid Parent: squid-1 process 15961 will not be restarted for 3600 seconds due to repeated, frequent failures
12:13:05 squid[15935]:  Squid Parent: squid-1 process 15961 exited with status 1
12:13:04 squid[15935]:  Squid Parent: (squid-1) process 15961 started
12:13:04 squid[15935]:  Squid Parent: squid-1 process 15956 exited with status 1
12:13:04 squid[15935]:  Squid Parent: (squid-1) process 15956 started
12:13:03 squid[15935]:  Squid Parent: squid-1 process 15951 exited with status 1
12:13:03 squid[15935]:  Squid Parent: (squid-1) process 15951 started
12:13:03 squid[15935]:  Squid Parent: squid-1 process 15947 exited with status 1
12:13:02 squid[15935]:  Squid Parent: (squid-1) process 15947 started
12:13:02 squid[15935]:  Squid Parent: squid-1 process 15937 exited with status 1
12:13:01 squid[15935]:  Squid Parent: (squid-1) process 15937 started
12:13:01 squid[15935]:  Squid Parent: will start 1 kids
12:13:00 squid[15922]:  Squid Parent: squid-1 process 15925 exited with status 0
12:13:00 squid[15922]:  Squid Parent: (squid-1) process 15925 started
12:13:00 squid[15922]:  Squid Parent: will start 1 kids
12:12:54 squid[15804]:  Exiting due to repeated, frequent failures
12:12:54 squid[15804]:  Squid Parent: squid-1 process 15830 will not be restarted for 3600 seconds due to repeated, frequent failures
12:12:54 squid[15804]:  Squid Parent: squid-1 process 15830 exited with status 1
12:12:53 squid[15804]:  Squid Parent: (squid-1) process 15830 started
12:12:53 squid[15804]:  Squid Parent: squid-1 process 15825 exited with status 1
12:12:52 squid[15804]:  Squid Parent: (squid-1) process 15825 started
12:12:52 squid[15804]:  Squid Parent: squid-1 process 15820 exited with status 1
12:12:52 squid[15804]:  Squid Parent: (squid-1) process 15820 started
12:12:52 squid[15804]:  Squid Parent: squid-1 process 15816 exited with status 1
12:12:51 squid[15804]:  Squid Parent: (squid-1) process 15816 started
12:12:51 squid[15804]:  Squid Parent: squid-1 process 15806 exited with status 1
12:12:50 squid[15804]:  Squid Parent: (squid-1) process 15806 started
12:12:50 squid[15804]:  Squid Parent: will start 1 kids
12:12:49 squid[15791]:  Squid Parent: squid-1 process 15794 exited with status 0
12:12:49 squid[15791]:  Squid Parent: (squid-1) process 15794 started
12:12:49 squid[15791]:  Squid Parent: will start 1 kids
12:12:35 squid[15680]:  Exiting due to repeated, frequent failures
12:12:35 squid[15680]:  Squid Parent: squid-1 process 15705 will not be restarted for 3600 seconds due to repeated, frequent failures
12:12:35 squid[15680]:  Squid Parent: squid-1 process 15705 exited with status 1
12:12:34 squid[15680]:  Squid Parent: (squid-1) process 15705 started
12:12:34 squid[15680]:  Squid Parent: squid-1 process 15701 exited with status 1
12:12:33 squid[15680]:  Squid Parent: (squid-1) process 15701 started
12:12:33 squid[15680]:  Squid Parent: squid-1 process 15696 exited with status 1
12:12:32 squid[15680]:  Squid Parent: (squid-1) process 15696 started
12:12:32 squid[15680]:  Squid Parent: squid-1 process 15692 exited with status 1
12:12:32 squid[15680]:  Squid Parent: (squid-1) process 15692 started
12:12:32 squid[15680]:  Squid Parent: squid-1 process 15682 exited with status 1
12:12:31 squid[15680]:  Squid Parent: (squid-1) process 15682 started
12:12:31 squid[15680]:  Squid Parent: will start 1 kids
12:12:30 squid[15668]:  Squid Parent: squid-1 process 15671 exited with status 0
12:12:30 squid[15668]:  Squid Parent: (squid-1) process 15671 started
12:12:30 squid[15668]:  Squid Parent: will start 1 kids
12:11:41 squid[15415]:  Exiting due to repeated, frequent failures
12:11:41 squid[15415]:  Squid Parent: squid-1 process 15479 will not be restarted for 3600 seconds due to repeated, frequent failures
12:11:41 squid[15415]:  Squid Parent: squid-1 process 15479 exited with status 1
12:11:39 squid[15415]:  Squid Parent: (squid-1) process 15479 started
12:11:39 squid[15415]:  Squid Parent: squid-1 process 15462 exited with status 1
12:11:38 squid[15415]:  Squid Parent: (squid-1) process 15462 started
12:11:38 squid[15415]:  Squid Parent: squid-1 process 15447 exited with status 1
12:11:36 squid[15415]:  Squid Parent: (squid-1) process 15447 started
12:11:36 squid[15415]:  Squid Parent: squid-1 process 15435 exited with status 1
12:11:35 squid[15415]:  Squid Parent: (squid-1) process 15435 started
12:11:35 squid[15415]:  Squid Parent: squid-1 process 15417 exited with status 1
12:11:34 squid[15415]:  Squid Parent: (squid-1) process 15417 started
12:11:34 squid[15415]:  Squid Parent: will start 1 kids
12:11:33 squid[15403]:  Squid Parent: squid-1 process 15406 exited with status 0
12:11:33 squid[15403]:  Squid Parent: (squid-1) process 15406 started
12:11:33 squid[15403]:  Squid Parent: will start 1 kids
11:53:03 squid[13629]:  Exiting due to repeated, frequent failures
11:53:03 squid[13629]:  Squid Parent: squid-1 process 13735 will not be restarted for 3600 seconds due to repeated, frequent failures
11:53:03 squid[13629]:  Squid Parent: squid-1 process 13735 exited with status 1
11:53:01 squid[13629]:  Squid Parent: (squid-1) process 13735 started
11:53:01 squid[13629]:  Squid Parent: squid-1 process 13693 exited with status 1
11:53:00 squid[13629]:  Squid Parent: (squid-1) process 13693 started
11:53:00 squid[13629]:  Squid Parent: squid-1 process 13662 exited with status 1
11:52:58 squid[13629]:  Squid Parent: (squid-1) process 13662 started
11:52:58 squid[13629]:  Squid Parent: squid-1 process 13649 exited with status 1
11:52:57 squid[13629]:  Squid Parent: (squid-1) process 13649 started
11:52:57 squid[13629]:  Squid Parent: squid-1 process 13631 exited with status 1
11:52:56 squid[13629]:  Squid Parent: (squid-1) process 13631 started
11:52:56 squid[13629]:  Squid Parent: will start 1 kids
11:52:55 squid[13616]:  Squid Parent: squid-1 process 13619 exited with status 0
11:52:55 squid[13616]:  Squid Parent: (squid-1) process 13619 started
11:52:55 squid[13616]:  Squid Parent: will start 1 kids

I’ve been looking at the Logs and haven’t seen anything else. I don’t know what else to look for. These errors don’t tell me anything other than Squid crashes.

With chekbox unmarked, status of Squid is this:

[root@bs ~]# /etc/init.d/squid status
squid is running with Process ID(s) 13504 13502.
/usr/lib/squid/unlinkd is not running.

With chekbox marked, this:

[root@bs ~]# /etc/init.d/squid status
/usr/sbin/squid is not running.
/usr/lib/squid/unlinkd is not running.

Thanks again.

The logs for squid are in /var/log/squid directory.
I just tried restarts with and without the checkboxes, only difference ( in a first glance )

Jun 19 13:50:48 squid-asnbl-helper[7068] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
2024/06/19 13:50:48 kid1| storeLateRelease: released 0 objects
Jun 19 13:50:48 squid-asnbl-helper[7067] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...

for checkboxes set.

Hi all!

the same here. No changes referring to proxy, but with this morning restart, squid won’t start with quite the same infos in squid log as Roberto stated.

Here the access.log informations when starting squid with fast flux activated.

Without activated fast flux squid works as expected.

Greetings!

2024/06/19 13:45:26| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:26| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:26| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:26| WARNING: HTTP requires the use of Via
2024/06/19 13:45:26| Created PID file (/var/run/squid.pid)
2024/06/19 13:45:26 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:26 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:26 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:26 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:26 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:26 kid1| Current Directory is /root
2024/06/19 13:45:26 kid1| Creating missing swap directories
2024/06/19 13:45:26 kid1| /var/log/cache exists
2024/06/19 13:45:26 kid1| /var/log/cache/00 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/00
2024/06/19 13:45:26 kid1| /var/log/cache/01 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/01
2024/06/19 13:45:26 kid1| /var/log/cache/02 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/02
2024/06/19 13:45:26 kid1| /var/log/cache/03 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/03
2024/06/19 13:45:26 kid1| /var/log/cache/04 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/04
2024/06/19 13:45:26 kid1| /var/log/cache/05 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/05
2024/06/19 13:45:26 kid1| /var/log/cache/06 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/06
2024/06/19 13:45:26 kid1| /var/log/cache/07 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/07
2024/06/19 13:45:26 kid1| /var/log/cache/08 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/08
2024/06/19 13:45:26 kid1| /var/log/cache/09 exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/09
2024/06/19 13:45:26 kid1| /var/log/cache/0A exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0A
2024/06/19 13:45:26 kid1| /var/log/cache/0B exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0B
2024/06/19 13:45:26 kid1| /var/log/cache/0C exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0C
2024/06/19 13:45:26 kid1| /var/log/cache/0D exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0D
2024/06/19 13:45:26 kid1| /var/log/cache/0E exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0E
2024/06/19 13:45:26 kid1| /var/log/cache/0F exists
2024/06/19 13:45:26 kid1| Making directories in /var/log/cache/0F
2024/06/19 13:45:26| Removing PID file (/var/run/squid.pid)
2024/06/19 13:45:27| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:27| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:27| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:27| WARNING: HTTP requires the use of Via
2024/06/19 13:45:27| Created PID file (/var/run/squid.pid)
2024/06/19 13:45:27 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:27 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:27 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:27 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:27 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:27 kid1| Current Directory is /root
2024/06/19 13:45:27 kid1| Starting Squid Cache version 6.9 for x86_64-pc-linux-gnu...
2024/06/19 13:45:27 kid1| Service Name: squid
2024/06/19 13:45:27 kid1| Process ID 17495
2024/06/19 13:45:27 kid1| Process Roles: worker
2024/06/19 13:45:27 kid1| With 16384 file descriptors available
2024/06/19 13:45:27 kid1| Initializing IP Cache...
2024/06/19 13:45:27 kid1| DNS IPv4 socket created at 0.0.0.0, FD 7
2024/06/19 13:45:27 kid1| Adding domain local from /etc/resolv.conf
2024/06/19 13:45:27 kid1| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2024/06/19 13:45:27 kid1| helperOpenServers: Starting 4/4 'redirect_wrapper' processes
2024/06/19 13:45:27 kid1| helperOpenServers: Starting 2/10 'asnbl-helper.py' processes
2024/06/19 13:45:27 kid1| Logfile: opening log stdio:/var/log/squid/access.log
2024/06/19 13:45:27 kid1| Logfile: opening log stdio:/var/log/squid/user_agent.log
2024/06/19 13:45:27 kid1| Store logging disabled
2024/06/19 13:45:27 kid1| Swap maxSize 8314880 + 2000896 KB, estimated 793521 objects
2024/06/19 13:45:27 kid1| Target number of buckets: 39676
2024/06/19 13:45:27 kid1| Using 65536 Store buckets
2024/06/19 13:45:27 kid1| Max Mem  size: 2000896 KB
2024/06/19 13:45:27 kid1| Max Swap size: 8314880 KB
2024/06/19 13:45:27 kid1| Rebuilding storage in /var/log/cache (clean log)
2024/06/19 13:45:27 kid1| Using Least Load store dir selection
2024/06/19 13:45:27 kid1| Current Directory is /root
2024/06/19 13:45:28 kid1| Finished loading MIME types and icons.
2024/06/19 13:45:28 kid1| HTCP Disabled.
2024/06/19 13:45:28 kid1| Squid plugin modules loaded: 0
2024/06/19 13:45:28 kid1| Adaptation support is off.
2024/06/19 13:45:28 kid1| Accepting HTTP Socket connections at conn18 local=192.168.2.1:800 remote=[::] FD 24 flags=9
2024/06/19 13:45:28 kid1| Accepting HTTP Socket connections at conn20 local=192.168.3.1:800 remote=[::] FD 25 flags=9
2024/06/19 13:45:28 kid1| Done reading /var/log/cache swaplog (18 entries)
2024/06/19 13:45:28 kid1| Finished rebuilding storage from disk.
2024/06/19 13:45:28 kid1| Beginning Validation Procedure
2024/06/19 13:45:28 kid1| Completed Validation Procedure
2024/06/19 13:45:28 kid1| storeLateRelease: released 0 objects
Jun 19 13:45:29 squid-asnbl-helper[17505] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:29 squid-asnbl-helper[17505] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:29 squid-asnbl-helper[17505] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:29 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 2 bytes 'BH'
2024/06/19 13:45:29 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 1 bytes '
2024/06/19 13:45:29 kid1| WARNING: external_acl_type #Hlpr6 exited
2024/06/19 13:45:29 kid1| Too few external_acl_type processes are running (need 1/10)
2024/06/19 13:45:29 kid1| Closing HTTP(S) port 192.168.2.1:800
2024/06/19 13:45:29 kid1| Closing HTTP(S) port 192.168.3.1:800
2024/06/19 13:45:29 kid1| storeDirWriteCleanLogs: Starting...
2024/06/19 13:45:29 kid1|   Finished.  Wrote 18 entries.
2024/06/19 13:45:29 kid1|   Took 0.00 seconds (11764.71 entries/sec).
2024/06/19 13:45:29 kid1| FATAL: The external_acl_type helpers are crashing too rapidly, need help!
2024/06/19 13:45:29 kid1| Squid Cache (Version 6.9): Terminated abnormally.
2024/06/19 13:45:29 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:29 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:29 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:29 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:29 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:29 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:29 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:29 kid1| Current Directory is /root
2024/06/19 13:45:29 kid1| Starting Squid Cache version 6.9 for x86_64-pc-linux-gnu...
2024/06/19 13:45:29 kid1| Service Name: squid
2024/06/19 13:45:29 kid1| Process ID 17512
2024/06/19 13:45:29 kid1| Process Roles: worker
2024/06/19 13:45:29 kid1| With 16384 file descriptors available
2024/06/19 13:45:29 kid1| Initializing IP Cache...
2024/06/19 13:45:29 kid1| DNS IPv4 socket created at 0.0.0.0, FD 7
2024/06/19 13:45:29 kid1| Adding domain local from /etc/resolv.conf
2024/06/19 13:45:29 kid1| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2024/06/19 13:45:29 kid1| helperOpenServers: Starting 4/4 'redirect_wrapper' processes
2024/06/19 13:45:29 kid1| helperOpenServers: Starting 2/10 'asnbl-helper.py' processes
2024/06/19 13:45:30 kid1| Logfile: opening log stdio:/var/log/squid/access.log
2024/06/19 13:45:30 kid1| Logfile: opening log stdio:/var/log/squid/user_agent.log
2024/06/19 13:45:30 kid1| Store logging disabled
2024/06/19 13:45:30 kid1| Swap maxSize 8314880 + 2000896 KB, estimated 793521 objects
2024/06/19 13:45:30 kid1| Target number of buckets: 39676
2024/06/19 13:45:30 kid1| Using 65536 Store buckets
2024/06/19 13:45:30 kid1| Max Mem  size: 2000896 KB
2024/06/19 13:45:30 kid1| Max Swap size: 8314880 KB
2024/06/19 13:45:30 kid1| Rebuilding storage in /var/log/cache (clean log)
2024/06/19 13:45:30 kid1| Using Least Load store dir selection
2024/06/19 13:45:30 kid1| Current Directory is /root
Jun 19 13:45:30 squid-asnbl-helper[17504] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:30 squid-asnbl-helper[17504] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:30 squid-asnbl-helper[17504] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:30 kid1| Finished loading MIME types and icons.
2024/06/19 13:45:30 kid1| HTCP Disabled.
2024/06/19 13:45:30 kid1| Squid plugin modules loaded: 0
2024/06/19 13:45:30 kid1| Adaptation support is off.
2024/06/19 13:45:30 kid1| Accepting HTTP Socket connections at conn18 local=192.168.2.1:800 remote=[::] FD 24 flags=9
2024/06/19 13:45:30 kid1| Accepting HTTP Socket connections at conn20 local=192.168.3.1:800 remote=[::] FD 25 flags=9
2024/06/19 13:45:30 kid1| Done reading /var/log/cache swaplog (18 entries)
2024/06/19 13:45:30 kid1| Finished rebuilding storage from disk.
2024/06/19 13:45:30 kid1| Beginning Validation Procedure
2024/06/19 13:45:30 kid1| Completed Validation Procedure
2024/06/19 13:45:31 kid1| storeLateRelease: released 0 objects
Jun 19 13:45:33 squid-asnbl-helper[17518] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:33 squid-asnbl-helper[17518] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:33 squid-asnbl-helper[17518] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:33 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 2 bytes 'BH'
2024/06/19 13:45:33 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 1 bytes '
Jun 19 13:45:33 squid-asnbl-helper[17517] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
2024/06/19 13:45:33 kid1| WARNING: external_acl_type #Hlpr6 exited
2024/06/19 13:45:33 kid1| Too few external_acl_type processes are running (need 1/10)
2024/06/19 13:45:33 kid1| Closing HTTP(S) port 192.168.2.1:800
2024/06/19 13:45:33 kid1| Closing HTTP(S) port 192.168.3.1:800
2024/06/19 13:45:33 kid1| storeDirWriteCleanLogs: Starting...
2024/06/19 13:45:33 kid1|   Finished.  Wrote 18 entries.
2024/06/19 13:45:33 kid1|   Took 0.00 seconds (9782.61 entries/sec).
2024/06/19 13:45:33 kid1| FATAL: The external_acl_type helpers are crashing too rapidly, need help!
2024/06/19 13:45:33 kid1| Squid Cache (Version 6.9): Terminated abnormally.
Jun 19 13:45:33 squid-asnbl-helper[17517] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:33 squid-asnbl-helper[17517] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:33 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:33 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:33 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:33 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:33 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:33 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:33 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:33 kid1| Current Directory is /root
2024/06/19 13:45:33 kid1| Starting Squid Cache version 6.9 for x86_64-pc-linux-gnu...
2024/06/19 13:45:33 kid1| Service Name: squid
2024/06/19 13:45:33 kid1| Process ID 17526
2024/06/19 13:45:33 kid1| Process Roles: worker
2024/06/19 13:45:33 kid1| With 16384 file descriptors available
2024/06/19 13:45:33 kid1| Initializing IP Cache...
2024/06/19 13:45:33 kid1| DNS IPv4 socket created at 0.0.0.0, FD 7
2024/06/19 13:45:33 kid1| Adding domain local from /etc/resolv.conf
2024/06/19 13:45:33 kid1| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2024/06/19 13:45:33 kid1| helperOpenServers: Starting 4/4 'redirect_wrapper' processes
2024/06/19 13:45:33 kid1| helperOpenServers: Starting 2/10 'asnbl-helper.py' processes
2024/06/19 13:45:33 kid1| Logfile: opening log stdio:/var/log/squid/access.log
2024/06/19 13:45:33 kid1| Logfile: opening log stdio:/var/log/squid/user_agent.log
2024/06/19 13:45:33 kid1| Store logging disabled
2024/06/19 13:45:33 kid1| Swap maxSize 8314880 + 2000896 KB, estimated 793521 objects
2024/06/19 13:45:33 kid1| Target number of buckets: 39676
2024/06/19 13:45:33 kid1| Using 65536 Store buckets
2024/06/19 13:45:33 kid1| Max Mem  size: 2000896 KB
2024/06/19 13:45:33 kid1| Max Swap size: 8314880 KB
2024/06/19 13:45:33 kid1| Rebuilding storage in /var/log/cache (clean log)
2024/06/19 13:45:33 kid1| Using Least Load store dir selection
2024/06/19 13:45:33 kid1| Current Directory is /root
2024/06/19 13:45:34 kid1| Finished loading MIME types and icons.
2024/06/19 13:45:34 kid1| HTCP Disabled.
2024/06/19 13:45:34 kid1| Squid plugin modules loaded: 0
2024/06/19 13:45:34 kid1| Adaptation support is off.
2024/06/19 13:45:34 kid1| Accepting HTTP Socket connections at conn18 local=192.168.2.1:800 remote=[::] FD 24 flags=9
2024/06/19 13:45:34 kid1| Accepting HTTP Socket connections at conn20 local=192.168.3.1:800 remote=[::] FD 25 flags=9
2024/06/19 13:45:34 kid1| Done reading /var/log/cache swaplog (18 entries)
2024/06/19 13:45:34 kid1| Finished rebuilding storage from disk.
2024/06/19 13:45:34 kid1| Beginning Validation Procedure
2024/06/19 13:45:34 kid1| Completed Validation Procedure
2024/06/19 13:45:34 kid1| storeLateRelease: released 0 objects
Jun 19 13:45:36 squid-asnbl-helper[17531] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:36 squid-asnbl-helper[17531] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:36 squid-asnbl-helper[17531] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:36 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr5, 2 bytes 'BH'
2024/06/19 13:45:36 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr5, 1 bytes '
Jun 19 13:45:36 squid-asnbl-helper[17532] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:36 squid-asnbl-helper[17532] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:36 squid-asnbl-helper[17532] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:36 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 3 bytes 'BH
2024/06/19 13:45:36 kid1| WARNING: external_acl_type #Hlpr5 exited
2024/06/19 13:45:36 kid1| Too few external_acl_type processes are running (need 1/10)
2024/06/19 13:45:36 kid1| Closing HTTP(S) port 192.168.2.1:800
2024/06/19 13:45:36 kid1| Closing HTTP(S) port 192.168.3.1:800
2024/06/19 13:45:36 kid1| storeDirWriteCleanLogs: Starting...
2024/06/19 13:45:36 kid1|   Finished.  Wrote 18 entries.
2024/06/19 13:45:36 kid1|   Took 0.00 seconds (9345.79 entries/sec).
2024/06/19 13:45:36 kid1| FATAL: The external_acl_type helpers are crashing too rapidly, need help!
2024/06/19 13:45:36 kid1| Squid Cache (Version 6.9): Terminated abnormally.
2024/06/19 13:45:36 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:36 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:36 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:36 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:36 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:36 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:36 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:36 kid1| Current Directory is /root
2024/06/19 13:45:36 kid1| Starting Squid Cache version 6.9 for x86_64-pc-linux-gnu...
2024/06/19 13:45:36 kid1| Service Name: squid
2024/06/19 13:45:36 kid1| Process ID 17539
2024/06/19 13:45:36 kid1| Process Roles: worker
2024/06/19 13:45:36 kid1| With 16384 file descriptors available
2024/06/19 13:45:36 kid1| Initializing IP Cache...
2024/06/19 13:45:36 kid1| DNS IPv4 socket created at 0.0.0.0, FD 7
2024/06/19 13:45:36 kid1| Adding domain local from /etc/resolv.conf
2024/06/19 13:45:36 kid1| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2024/06/19 13:45:36 kid1| helperOpenServers: Starting 4/4 'redirect_wrapper' processes
2024/06/19 13:45:36 kid1| helperOpenServers: Starting 2/10 'asnbl-helper.py' processes
2024/06/19 13:45:36 kid1| Logfile: opening log stdio:/var/log/squid/access.log
2024/06/19 13:45:36 kid1| Logfile: opening log stdio:/var/log/squid/user_agent.log
2024/06/19 13:45:37 kid1| Store logging disabled
2024/06/19 13:45:37 kid1| Swap maxSize 8314880 + 2000896 KB, estimated 793521 objects
2024/06/19 13:45:37 kid1| Target number of buckets: 39676
2024/06/19 13:45:37 kid1| Using 65536 Store buckets
2024/06/19 13:45:37 kid1| Max Mem  size: 2000896 KB
2024/06/19 13:45:37 kid1| Max Swap size: 8314880 KB
2024/06/19 13:45:37 kid1| Rebuilding storage in /var/log/cache (clean log)
2024/06/19 13:45:37 kid1| Using Least Load store dir selection
2024/06/19 13:45:37 kid1| Current Directory is /root
2024/06/19 13:45:37 kid1| Finished loading MIME types and icons.
2024/06/19 13:45:37 kid1| HTCP Disabled.
2024/06/19 13:45:37 kid1| Squid plugin modules loaded: 0
2024/06/19 13:45:37 kid1| Adaptation support is off.
2024/06/19 13:45:37 kid1| Accepting HTTP Socket connections at conn18 local=192.168.2.1:800 remote=[::] FD 24 flags=9
2024/06/19 13:45:37 kid1| Accepting HTTP Socket connections at conn20 local=192.168.3.1:800 remote=[::] FD 25 flags=9
2024/06/19 13:45:37 kid1| Done reading /var/log/cache swaplog (18 entries)
2024/06/19 13:45:37 kid1| Finished rebuilding storage from disk.
2024/06/19 13:45:37 kid1| Beginning Validation Procedure
2024/06/19 13:45:37 kid1| Completed Validation Procedure
2024/06/19 13:45:38 kid1| storeLateRelease: released 0 objects
Jun 19 13:45:39 squid-asnbl-helper[17546] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:39 squid-asnbl-helper[17546] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:39 squid-asnbl-helper[17546] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:39 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 2 bytes 'BH'
2024/06/19 13:45:39 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 1 bytes '
Jun 19 13:45:39 squid-asnbl-helper[17545] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:39 squid-asnbl-helper[17545] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:39 squid-asnbl-helper[17545] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:39 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr5, 3 bytes 'BH
2024/06/19 13:45:39 kid1| WARNING: external_acl_type #Hlpr6 exited
2024/06/19 13:45:39 kid1| Too few external_acl_type processes are running (need 1/10)
2024/06/19 13:45:39 kid1| Closing HTTP(S) port 192.168.2.1:800
2024/06/19 13:45:39 kid1| Closing HTTP(S) port 192.168.3.1:800
2024/06/19 13:45:39 kid1| storeDirWriteCleanLogs: Starting...
2024/06/19 13:45:39 kid1|   Finished.  Wrote 18 entries.
2024/06/19 13:45:39 kid1|   Took 0.00 seconds (8691.45 entries/sec).
2024/06/19 13:45:39 kid1| FATAL: The external_acl_type helpers are crashing too rapidly, need help!
2024/06/19 13:45:39 kid1| Squid Cache (Version 6.9): Terminated abnormally.
2024/06/19 13:45:39 kid1| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
2024/06/19 13:45:39 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:39 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:39 kid1| aclIpParseIpData: IPv6 has not been enabled.
2024/06/19 13:45:39 kid1| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/06/19 13:45:39 kid1| ERROR: 'pinger_enable' requires --enable-icmp
2024/06/19 13:45:39 kid1| WARNING: HTTP requires the use of Via
2024/06/19 13:45:39 kid1| Current Directory is /root
2024/06/19 13:45:39 kid1| Starting Squid Cache version 6.9 for x86_64-pc-linux-gnu...
2024/06/19 13:45:39 kid1| Service Name: squid
2024/06/19 13:45:39 kid1| Process ID 17565
2024/06/19 13:45:39 kid1| Process Roles: worker
2024/06/19 13:45:39 kid1| With 16384 file descriptors available
2024/06/19 13:45:39 kid1| Initializing IP Cache...
2024/06/19 13:45:39 kid1| DNS IPv4 socket created at 0.0.0.0, FD 7
2024/06/19 13:45:39 kid1| Adding domain local from /etc/resolv.conf
2024/06/19 13:45:39 kid1| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2024/06/19 13:45:39 kid1| helperOpenServers: Starting 4/4 'redirect_wrapper' processes
2024/06/19 13:45:39 kid1| helperOpenServers: Starting 2/10 'asnbl-helper.py' processes
2024/06/19 13:45:39 kid1| Logfile: opening log stdio:/var/log/squid/access.log
2024/06/19 13:45:39 kid1| Logfile: opening log stdio:/var/log/squid/user_agent.log
2024/06/19 13:45:39 kid1| Store logging disabled
2024/06/19 13:45:39 kid1| Swap maxSize 8314880 + 2000896 KB, estimated 793521 objects
2024/06/19 13:45:39 kid1| Target number of buckets: 39676
2024/06/19 13:45:39 kid1| Using 65536 Store buckets
2024/06/19 13:45:39 kid1| Max Mem  size: 2000896 KB
2024/06/19 13:45:39 kid1| Max Swap size: 8314880 KB
2024/06/19 13:45:39 kid1| Rebuilding storage in /var/log/cache (clean log)
2024/06/19 13:45:39 kid1| Using Least Load store dir selection
2024/06/19 13:45:39 kid1| Current Directory is /root
2024/06/19 13:45:40 kid1| Finished loading MIME types and icons.
2024/06/19 13:45:40 kid1| HTCP Disabled.
2024/06/19 13:45:40 kid1| Squid plugin modules loaded: 0
2024/06/19 13:45:40 kid1| Adaptation support is off.
2024/06/19 13:45:40 kid1| Accepting HTTP Socket connections at conn18 local=192.168.2.1:800 remote=[::] FD 24 flags=9
2024/06/19 13:45:40 kid1| Accepting HTTP Socket connections at conn20 local=192.168.3.1:800 remote=[::] FD 25 flags=9
2024/06/19 13:45:40 kid1| Done reading /var/log/cache swaplog (18 entries)
2024/06/19 13:45:40 kid1| Finished rebuilding storage from disk.
2024/06/19 13:45:40 kid1| Beginning Validation Procedure
2024/06/19 13:45:40 kid1| Completed Validation Procedure
2024/06/19 13:45:40 kid1| storeLateRelease: released 0 objects
Jun 19 13:45:41 squid-asnbl-helper[17571] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:41 squid-asnbl-helper[17571] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:41 squid-asnbl-helper[17571] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:41 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 2 bytes 'BH'
2024/06/19 13:45:41 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr6, 1 bytes '
Jun 19 13:45:41 squid-asnbl-helper[17570] WARN: No ASNBL configured. This is acceptable as long as this script is configured to do anything, you just have been warned...
Jun 19 13:45:41 squid-asnbl-helper[17570] ERRO: Response test failed for ASNDB '<Database /var/lib/location/database.db>' (tuple: ('127.0.0.1', '0')), aborting
Jun 19 13:45:41 squid-asnbl-helper[17570] ERRO: ASN database response tests failed, aborting
2024/06/19 13:45:41 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr5, 2 bytes 'BH'
2024/06/19 13:45:41 kid1| ERROR: helperHandleRead: unexpected read from external_acl_type #Hlpr5, 1 bytes '
2024/06/19 13:45:41 kid1| WARNING: external_acl_type #Hlpr5 exited
2024/06/19 13:45:41 kid1| Too few external_acl_type processes are running (need 1/10)
2024/06/19 13:45:41 kid1| Closing HTTP(S) port 192.168.2.1:800
2024/06/19 13:45:41 kid1| Closing HTTP(S) port 192.168.3.1:800
2024/06/19 13:45:41 kid1| storeDirWriteCleanLogs: Starting...
2024/06/19 13:45:41 kid1|   Finished.  Wrote 18 entries.
2024/06/19 13:45:41 kid1|   Took 0.00 seconds (4840.01 entries/sec).
2024/06/19 13:45:41 kid1| FATAL: The external_acl_type helpers are crashing too rapidly, need help!
2024/06/19 13:45:41 kid1| Squid Cache (Version 6.9): Terminated abnormally.
2024/06/19 13:45:41| Removing PID file (/var/run/squid.pid)

I don’t have any logs.

I’ve been trying to find something in the Logs all morning and I haven’t found anything.

Hi @roberto

Do you have the Web Proxy Logging enabled?

1 Like

Hi @waynetsun

That is a whole load of warnings and errors.

However the thing related to the checkboxs would be the following section

I previously said that my Web Proxy was running without any problems and that was the case.

Then I pressed the Save and Restart button, without changing anything on the web proxy page and the Web Proxy failed to start and I have the same messages in my cache.log (not the access.log file).

In my case the web proxy won’t start if either the Fast Flux or the Selectively Announced Check-boxes are selected.

1 Like

Hi @bonnietwin.

I have activated what you told me and the following appears:

cache.zip (3,9 KB)

Several errors appear but I don’t know what they mean.

Thanks.

Hi @roberto

You are seeing the same messages as @waynetsun is seeing and that I am now also seeing after I pressed the Save and Restart button on my Web Proxy. So I have also had to disable the Fast Flux and the Selectively Announced Networks check-boxes to get my Web Proxy working.

I tried re-checking the boxes and then pressing the Save button only on the Web Proxy (which left the web proxy still running) and then did a reboot and after that the Web Proxy was not running.

Nothing has been changed in CU186 with regard to the squid-asnbl-helper application but squid was updated from 6.8 to 6.9 but not sure if the squid change would cause the problem or not.

Hi again @bonnietwin.

I have done a location update and it seems to have been solved!!!

I think, It doesn’t fall anymore.

4 Likes

Well done @roberto

I had the database version
18 Jun 2024 04:41:34

after running location update I had
19 Jun 2024 10:43:43

and then also for me the Web Proxy is working again with the two check-boxes selected.

The only thing I can think of is that there must have been a problematic IP address or ASN or something that was triggering the squid-asnbl-helper application.

In case anyone is not familiar with how to do the location database update from the console or the ssh terminal just type in the following command.

location update

More details can be found in the documentation.
https://www.ipfire.org/docs/pkgs/location

4 Likes

As confirmation I checked the situation on my vm systems which are not run 24 hours. They had a database from 13 Jun and the Web Proxy had no problems restarting with the two check-boxes selected.

So it looks to be specific to the database from 18 Jun.

2 Likes

This explains, why I did not get the problem.
Maybe my location db was updated, yet, or my local devices did not hit a faulty ASN.
Nevertheless, we should watch this problem. A watching tool can be to set the loglevel in /var/ipfire/proxy/asnbl-helper.conf to DEBUG.

In case anyone is not familiar with how to do the location database update from the console or the ssh terminal just type in the following command.

Wouldn’t it be a good idea to make the job startable via the WUI, where you also activate FastFlux? It’s not the first time that the database has caused problems and the update had to be initiated manually…

1 Like

Sure.
Anyone interested, willing and able to provide the time to do that is welcome to modify the code accordingly and supply a patch(set) into the development mailing list.

I think the code should also prevent users doing that location update too frequently to prevent that the location server becomes overloaded.

The details for how to submit patches is in the documentation.
https://www.ipfire.org/docs/devel/submit-patches

3 Likes