I'm using SABnzbd Version: 0.6.7 with Python 2.6.6 on a Synology NAS.
Code: Select all
Linux nas 2.6.32.12 #1742 SMP Tue Jun 7 14:02:32 CST 2011 x86_64 GNU/Linux synology_x86_411+II
http://synoblog.superzebulon.org/2011/0 ... 6-7-1-spk/
I'm using the default skin Plush.
There is no specific firewall rules (but I'm using HTTPS to connect to the web gui).
There was no active connexion at the crash times (the only thing connecting might be the chromium extension SABconnect++ v0.5.5 and its refresh rate is set to 1mn).
I'm getting seemingly random HTTP server crashs (and have seen these since version 0.5.x I think):
Code: Select all
2011-08-09 06:14:13,464::INFO::[postproc:605] Queue has finished, launching: None (None)
2011-08-09 13:53:33,559::ERROR::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1655, in start
self.tick()
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1703, in tick
s, addr = self.socket.accept()
File "<string>", line 4, in accept
File "/usr/local/python26/lib/python2.6/socket.py", line 197, in accept
error: [Errno 24] Too many open files
2011-08-09 13:53:33,560::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus STOPPING
2011-08-09 13:53:33,562::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 9090)) shut down
2011-08-09 13:53:33,564::ERROR::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1655, in start
self.tick()
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1703, in tick
s, addr = self.socket.accept()
File "/usr/local/python26/lib/python2.6/socket.py", line 197, in accept
error: [Errno 24] Too many open files
2011-08-09 13:53:33,566::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus STOPPING
2011-08-09 13:53:33,571::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 9090)) already shut down
2011-08-09 13:53:33,577::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
2011-08-09 13:53:33,581::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
2011-08-09 13:53:33,590::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Stopped thread '_TimeoutMonitor'.
2011-08-09 13:53:33,590::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Stopped thread '_TimeoutMonitor'.
2011-08-09 13:53:33,591::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus STOPPED
2011-08-09 13:53:33,592::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus STOPPED
2011-08-09 13:53:33,592::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus EXITING
2011-08-09 13:53:33,593::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus EXITING
2011-08-09 13:53:33,594::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus EXITED
2011-08-09 13:53:33,595::INFO::[_cplogging:55] [09/Aug/2011:13:53:33] ENGINE Bus EXITED
I see the message "error: [Errno 24] Too many open files" but there was no download in progress...
Any idea?
Thank you!