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

    [solved] - Traffic Graphs: Cannot get data about interface [2.0.2]

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    66 Posts 13 Posters 30.3k 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.
    • J
      jamesm007
      last edited by

      Just another confirmation, I have it as well on Chrome.

      Upgraded to 2.0.2 yesterday from 2.0.1.

      1 Reply Last reply Reply Quote 0
      • C
        cmb
        last edited by

        Is everyone seeing this also seeing fastcgi dying in /var/log/lighttpd.error.log as tim.mcmanus posted?

        1 Reply Last reply Reply Quote 0
        • J
          jamesm007
          last edited by

          Yes, I get the exact same in my error logs.

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            Could be the "exit" in status_graph.php in this block:

            if ($_GET['if']) {
                    $curif = $_GET['if'];
                    $found = false;
                    foreach($ifdescrs as $descr => $ifdescr) 
                            if($descr == $curif) $found = true;
                    if(!$found) {
                            Header("Location: status_graph.php");
                            exit;
                    }
            } else {
                    if (empty($ifdescrs["wan"])) {
                            /* Handle the case when WAN has been disabled. Use the first key in ifdescrs. */
                            reset($ifdescrs);
                            $curif = key($ifdescrs);
                    }
                    else {
                            $curif = "wan";
                    }
            }
            

            If it lands in the first block of code but never locates the interface (somehow) it would exit which can look like fastcgi dying to lighty in some cases. If someone who can reproduce this wants to try changing that line to "return" instead of "exit" it might give a better idea of what's going on.

            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 0
            • T
              tim.mcmanus
              last edited by

              I'll make this change today and report back in a few hours.

              Thanks for looking into this.

              1 Reply Last reply Reply Quote 0
              • C
                ccb056
                last edited by

                I am also having this problem in Chrome, but no problem with IE

                1 Reply Last reply Reply Quote 0
                • T
                  tim.mcmanus
                  last edited by

                  Made the "exit" to "return" change listed above.  Was hopeful and then…

                  
                  2012-12-31 16:05:43: (log.c.166) server started 
                  2012-12-31 16:30:32: (mod_fastcgi.c.2543) unexpected end-of-file (perhaps the fastcgi process died): pid: 0 socket: unix:/tmp/php-fastcgi.socket-1 
                  2012-12-31 16:30:32: (mod_fastcgi.c.3329) response not received, request sent: 817 on socket: unix:/tmp/php-fastcgi.socket-1 for /ifstats.php?if=em0, closing connection 
                  2012-12-31 16:30:41: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                  2012-12-31 16:30:41: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                  
                  

                  And the browser reported the same 500 server error.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jikjik101
                    last edited by

                    @cmb:

                    Is everyone seeing this also seeing fastcgi dying in /var/log/lighttpd.error.log as tim.mcmanus posted?

                    yes, although i cannot post the errors because my browser always hangs when i tried to copy it.
                    but i attached a screenshot of the log.

                    i only see this error in my system log though```
                    php: : rrdcolors.inc.php for theme does not exist, using defaults!

                    
                    ![lighttpd.jpg](/public/_imported_attachments_/1/lighttpd.jpg)
                    ![lighttpd.jpg_thumb](/public/_imported_attachments_/1/lighttpd.jpg_thumb)
                    1 Reply Last reply Reply Quote 0
                    • T
                      tim.mcmanus
                      last edited by

                      You can get to the logs by shelling into the router.  That or put a head on the box and you'll see the same options listed below.

                      ssh into it and log in as the administrator (whatever username/password you use for the web UI).  Select option 8 ) Shell to get to the command prompt.

                      Then type:

                      clog /var/log/lighttpd.error.log

                      If you want to see the other logs in this directory, type 'cd /var/log;ls -l' and then you can "clog" any of the logs.

                      1 Reply Last reply Reply Quote 0
                      • M
                        misterpat
                        last edited by

                        Add me to the list of people having this problem. Using Chrome and clearing cache helps for a few minutes, then its stuck again on cant get data on em1,2 interface.

                        1 Reply Last reply Reply Quote 0
                        • J
                          jikjik101
                          last edited by

                          Here it is.
                          Thanks to tim.mcmanus for the command syntax.

                          2013-01-03 00:01:10: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:01:10: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:05:52: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:05:52: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:10:36: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:10:36: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:15:19: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:15:19: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:20:03: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:20:03: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:24:46: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:24:46: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:29:40: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:29:40: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:34:29: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:34:29: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:39:10: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:39:10: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:43:01: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:43:01: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:46:58: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 00:46:58: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 00:47:39: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:47:39: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:52:28: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:52:28: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 00:57:17: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 00:57:17: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:02:03: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:02:03: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:06:43: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:06:43: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:11:32: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:11:32: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:16:15: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:16:15: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:21:03: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:21:03: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:25:43: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:25:43: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:30:34: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:30:34: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:35:17: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:35:17: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:39:19: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 01:39:19: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 01:40:09: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:40:09: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:44:58: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:44:58: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:49:43: (mod_fastcgi.c.2543) unexpected end-of-file (perhaps the fastcgi process died): pid: 20794 socket: unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:49:43: (mod_fastcgi.c.3329) response not received, request sent: 907 on socket: unix:/tmp/php-fastcgi.socket-1 for /ifstats.php?if=ste0, closing connection 
                          2013-01-03 01:49:44: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:49:44: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 01:58:51: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 01:58:51: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:08:01: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:08:01: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:17:11: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:17:11: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:26:20: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:26:20: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:35:29: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:35:29: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:44:33: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:44:33: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 02:53:41: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 02:53:41: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:01:57: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 03:01:57: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 03:02:51: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:02:51: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:12:01: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:12:01: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:21:11: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:21:11: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:30:13: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:30:13: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:39:16: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:39:16: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:48:26: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:48:26: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 03:57:37: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 03:57:37: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:06:46: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:06:46: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:15:56: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:15:56: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:25:05: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:25:05: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:33:38: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 04:33:38: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 04:34:07: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:34:07: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:43:16: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:43:16: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 04:52:26: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 04:52:26: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:01:37: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:01:37: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:10:47: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:10:47: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:19:58: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:19:58: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:28:59: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:28:59: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:38:09: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:38:09: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:47:18: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:47:18: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 05:56:06: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 05:56:06: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:04:01: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:04:01: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:04:57: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 06:04:57: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 06:12:59: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:12:59: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:21:26: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:21:26: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:29:57: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:29:57: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:32:57: (connections.c.137) (warning) close: 12 Connection reset by peer 
                          2013-01-03 06:38:08: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:38:08: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:40:28: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:40:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:40:50: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:40:50: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:41:13: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:41:13: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-PH-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:43:18: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:43:26: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:44:04: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:44:40: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 06:46:23: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:46:23: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 06:53:53: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 06:53:53: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:05:07: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:05:09: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:05:13: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:05:20: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:06:06: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 07:06:06: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:08:30: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:32: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:36: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:08:36: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:09: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:10: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:11: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:13: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:15: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:18: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:18: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-node-tokeninput/gallery-node-tokeninput-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-storage-lite/gallery-storage-lite-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:20: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:10:22: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:12:05: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/autocomplete-highlighters/autocomplete-highlighters-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-node-tokeninput/gallery-node-tokeninput-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-storage-lite/gallery-storage-lite-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:12:06: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/autocomplete-highlighters/autocomplete-highlighters-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-node-tokeninput/gallery-node-tokeninput-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-storage-lite/gallery-storage-lite-min_js' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:17:10: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 07:17:10: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:21:19: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:21:19: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:21:26: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:21:29: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:21:31: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:35:49: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 07:35:49: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:36:27: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:36:27: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/autocomplete-highlighters/autocomplete-highlighters-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-node-tokeninput/gallery-node-tokeninput-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-storage-lite/gallery-storage-lite-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:43:08: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 07:43:08: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:44:13: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0 
                          2013-01-03 07:44:13: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 2 
                          2013-01-03 07:46:06: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'doc,video:secure_url_https://secure-static_issuu_com/webembed/viewers/style1/v2/IssuuReader_swf?mode' (attacker '103.13.134.126', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:49:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:49:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:49:39: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:49:39: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:51:20: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:51:21: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:51:23: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:51:23: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:00: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:00: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:03: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-PH-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/carousel-social-buttons-sync-min-182654_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:07: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:12: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:18: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:18: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 
                          2013-01-03 07:52:18: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 
                          2013-01-03 07:52:18: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:20: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:32: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:34: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:35: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:36: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:40: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:43: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:43: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:44: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:45: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:56: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:56: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:57: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:52:57: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:01: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:01: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:01: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:02: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-outside-events/gallery-outside-events-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-align/widget-position-align-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:09: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:09: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:53:28: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify-simple/querystring-stringify-simple-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:57:03: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:57:20: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/autocomplete-highlighters/autocomplete-highlighters-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-node-tokeninput/gallery-node-tokeninput-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-storage-lite/gallery-storage-lite-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:57:25: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/socialchrome/l10n/socialchrome-strings_en-US-min-994425_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:58:11: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:58:11: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/widget-position-constrain/widget-position-constrain-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:58:15: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable 'yui:gallery-2011_04_20-13-04/build/gallery-overlay-extras/gallery-overlay-extras-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          ALERT - configured request variable name length limit exceeded - dropped variable '/os/mit/media/m/carousel/bcarousel-scrollview-paginator-min-950292_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          2013-01-03 07:58:15: (mod_fastcgi.c.2676) FastCGI-stderr: ALERT - configured request variable name length limit exceeded - dropped variable 'yui:3_5_1/build/querystring-stringify/querystring-stringify-min_js' (attacker '111.111.111.111', file '/usr/local/www/sgerror.php')
                          
                          

                          Edit: need to change the IP in the logs with a random IP. The original IP was my WAN IP.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Slam
                            last edited by

                            Just to report that I have updated with gitsync and gave the web gui a good bashing with chrome and it seems to have fixed the traffic graph bug now…

                            1 Reply Last reply Reply Quote 0
                            • T
                              tim.mcmanus
                              last edited by

                              What exactly did you sync?

                              1 Reply Last reply Reply Quote 0
                              • S
                                Slam
                                last edited by

                                @tim.mcmanus:

                                Why exactly did you sync?

                                All of the fixes to date.

                                Just run this on console, no need to reboot after its updated.

                                pfSsh.php playback gitsync RELENG_2_0
                                

                                http://doc.pfsense.org/index.php/Updating_pfSense_code_between_snapshots

                                1 Reply Last reply Reply Quote 0
                                • C
                                  cmb
                                  last edited by

                                  If you're running a full install, do as Abdsalem suggested and try a gitsync (but make absolutely sure you have that exact syntax including RELENG_2_0 or you'll seriously break your system syncing to a different branch), and report back.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Slam
                                    last edited by

                                    Chris, is there any way to fetch the latest fixes for nanoBSD or is it still considered dangerous (for the CF card)?

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jikjik101
                                      last edited by

                                      Been doing the code below for almost two hours now and it is not yet finished.  ???

                                      pfSsh.php playback gitsync RELENG_2_0
                                      

                                      While accessing the LAN IP, "503 - Service Not Available" in IE or Chrome.
                                      I think i have to let it sync overnight.

                                      1 Reply Last reply Reply Quote 0
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        gitsync does work on NanoBSD, but it will be rather slow and involve a lot of writes to the CF. So it'll be a pretty bad idea, unless you don't love your CF, in which case it's fine.

                                        I've got a new set of images built, I'll upload them in a bit and post the url when they're done.

                                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                        Need help fast? Netgate Global Support!

                                        Do not Chat/PM for help!

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tim.mcmanus
                                          last edited by

                                          Thanks, Abdsalem!

                                          I ran the command.  Got a few errors about git not being installed and having some older dependencies installed, but the process of updating the pfSense stuff ran without issue.

                                          I'll open up the web portal now and report back.  The UI usually fails within 30 minutes, I'm hoping it works out this time.

                                          Thanks again for the suggestion!

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Slam
                                            last edited by

                                            Thanks for the information Jim, I would really appreciate the new images as one of my location consists of an alix and heavily relies on captive portal and its new fixes , it would be very much appreciated when you have the time to upload.

                                            @jimp:

                                            gitsync does work on NanoBSD, but it will be rather slow and involve a lot of writes to the CF. So it'll be a pretty bad idea, unless you don't love your CF, in which case it's fine.

                                            I've got a new set of images built, I'll upload them in a bit and post the url when they're done.

                                            Sorry I forgot to mention the initially errors, its been over a year since I ran it.

                                            I have been watching the traffic graphs for the last 6 hours and for me its fixed and no errors being reported about fastcgi crashing.

                                            @tim.mcmanus:

                                            Thanks, Abdsalem!

                                            I ran the command.  Got a few errors about git not being installed and having some older dependencies installed, but the process of updating the pfSense stuff ran without issue.

                                            I'll open up the web portal now and report back.  The UI usually fails within 30 minutes, I'm hoping it works out this time.

                                            Thanks again for the suggestion!

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