Webconfigurator crashed
-
I was viewing traffic logs (left it on) and the web interface seems to have crashed. Not sure how related it is, but choosing Restart webconfigurator option when I SSH'd in didn't fix it. Guess I'll have to try rebooting later. Quite annoying.
From lighttpd.error.log
2012-06-05 22:10:17: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-05 22:06:44: (log.c.166) server started 2012-06-05 22:06:45: (log.c.166) server started 2012-06-06 07:24:47: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-06 16:46:53: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-06 16:46:54: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-06 16:46:54: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-06 20:54:47: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 2012-06-06 20:54:47: (mod_fastcgi.c.3025) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2012-06-07 16:30:00: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-07 18:48:11: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-08 23:15:24: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-08 23:15:24: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-08 23:16:56: (log.c.166) server started 2012-06-08 23:16:57: (log.c.166) server started 2012-06-11 19:58:36: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-11 19:58:36: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-11 20:00:31: (log.c.166) server started 2012-06-11 20:00:36: (log.c.166) server started 2012-06-11 22:56:56: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 2012-06-11 22:56:56: (mod_fastcgi.c.3025) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2012-06-12 16:36:43: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-12 17:04:45: (connections.c.137) (warning) close: 14 Connection reset by peer 2012-06-12 17:33:34: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 2012-06-12 17:33:34: (mod_fastcgi.c.3025) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2012-06-13 18:38:13: (connections.c.1711) SSL (error): 5 -1 54 Connection reset by peer 2012-06-16 20:13:38: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-16 20:13:38: (server.c.1519) server stopped by UID = 0 PID = 1 2012-06-16 20:14:46: (log.c.166) server started 2012-06-16 20:14:48: (log.c.166) server started 2012-06-17 15:27:23: (connections.c.1711) SSL (error): 5 -1 32 Broken pipe 2012-06-17 16:52:19: (log.c.166) server started 2012-06-17 16:52:20: (log.c.166) server started 2012-06-18 20:48:41: (connections.c.1711) SSL (error): 5 -1 54 Connection reset by peer 2012-06-18 20:50:30: (mod_fastcgi.c.1732) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1 2012-06-18 20:50:30: (mod_fastcgi.c.3025) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2012-06-18 21:00:20: (log.c.166) server started 2012-06-18 21:00:20: (log.c.166) server started
-
Traffic logs? Or traffic graphs?
I've seen the "rate" program get stuck and break the GUI before (until you go into the shell and killall -9 rate) but that would only be from the traffic graphs, not logs.
-
Sorry it WAS the graphs and that could have been what happened. I tried the "restart webconfiguratior" option from the shell and it didn't work. I ended up just rebooting and it was good after that.
-
In that case, "killall -9 rate"ย from a shell would have recovered it, or:
killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui