from time to time i manage to install squidGuard and it runs along with squid just fine.
The problem is reproduced only after restarting the box .
The url_rewriter helpers are crashing too rapidly, need help!
squid[14564]: Squid Parent: child process 73402 exited due to signal 6
kernel: pid 73402 (squid), uid 62: exited on signal 6
squid[14564]: Exiting due to repeated, frequent failures
Any ideas ?
Update 1: i dont know what commands are running after restart concerning squidGuard but…
i figured out that if i update the blacklist ( i use shallalist ) then and only then Squid runs along with squidGuard without crashing.
i use the following script (found in here about auto updating blacklist) but it takes up to 5 min to complete…
@restart
#!/usr/local/bin/php -f
$incl = "/usr/local/pkg/squidguard_configurator.inc";
if (file_exists($incl)) {
require_once($incl);
sg_reconfigure_blacklist( "http://www.shallalist.de/Downloads/shallalist.tar.gz", "" );
}
exit;
?>
/usr/local/etc/rc.d/squid.sh start
any help appreciated