Page 1 of 1

Problems with HTTP Access/Server

Posted: November 23rd, 2011, 8:02 am
by Chris84
Hey guys,

i need some help :(

I am using Sabnzbd for my synology NAS... I installed the packages from "merymade" which will work for the most very well... It works well too for me, but very often, it seems the HTTP Server of sabnzbd crashes... The last time it crashed I uploaded a few nzb files manually via the interface... Its complete randomly and occurs very often :(

sabnzb still running fine in background downloading and extracting.. But I cant access the webinterface anymore... The webbrowser says something like "Connection Timeout - Cannot connect...."

Maybe someone could help me - Would be great :)

In the Errorlogs I found this:
  • Exception in thread HTTPServer Thread-9:
    Traceback (most recent call last):
    File "/var/packages/baseutils/target/utils/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
    File "/var/packages/baseutils/target/utils/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
    File "/volume1/@appstore/sab2/SABnzbd-0.6.9/cherrypy/process/servers.py", line 75, in _start_http_thread
    self.httpserver.start()
    File "/volume1/@appstore/sab2/SABnzbd-0.6.9/cherrypy/wsgiserver/__init__.py", line 1655, in start
    self.tick()
    File "/volume1/@appstore/sab2/SABnzbd-0.6.9/cherrypy/wsgiserver/__init__.py", line 1703, in tick
    s, addr = self.socket.accept()
    File "/var/packages/baseutils/target/utils/lib/python2.6/socket.py", line 197, in accept
    sock, addr = self._sock.accept()
    error: [Errno 24] Too many open files
Version: 0.6.9 / 0.6.10
OS: Synology Diskstation 3.2
Install-type: NAS Package
Skin (if applicable): (Plush
Firewall Software: None
Are you using IPV6? None
Is the issue reproducible? Yes

Re: Problems with HTTP Access/Server

Posted: November 23rd, 2011, 8:22 am
by shypike
The web server needs quite a few open files,
possibly beyond what the Synology box can support.
Check the Synology forum to see if there is a way to increase the open file limit.
We cannot provide direct support for Synology packages, since we don't make them, nor test them.