Problems with HTTP Access/Server

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Chris84
Newbie
Newbie
Posts: 1
Joined: November 23rd, 2011, 7:57 am

Problems with HTTP Access/Server

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Problems with HTTP Access/Server

Post 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.
Post Reply