Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Squid + squidGuard The url_rewriter helpers are crashing too rapidly

    Scheduled Pinned Locked Moved 2.2 Snapshot Feedback and Problems - RETIRED
    2 Posts 1 Posters 3.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      salida
      last edited by

      The url_rewriter helpers are crashing too rapidly, need help!
      kernel: pid 39527 (squid), uid 62: exited on signal 6
      squid[39305]: Squid Parent: child process 39527 exited due to signal 6
      

      These are the customs options that squidGuard generate , if i clear these options from squid, then squid works but without squidGuard.

      redirect_program /usr/pbi/squidguard-devel-i386/bin/squidGuard -c /usr/pbi/squidguard-devel-i386/etc/squidGuard/squidGuard.conf;redirector_bypass off;url_rewrite_children 5

      i get the same error both with squidGuard and squidguard-devel

      i am on

      2.2-ALPHA (i386) 
      built on Sun Jul 06 14:26:03 CDT 2014
      
      1 Reply Last reply Reply Quote 0
      • S
        salida
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.