IOError: [Errno 28] No space left on device DS109J

Report & discuss bugs found in 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
tlbuis
Newbie
Newbie
Posts: 4
Joined: November 15th, 2010, 3:19 pm

IOError: [Errno 28] No space left on device DS109J

Post by tlbuis »

Version: 0.5.4
OS: Synology OS
Install-type: NAS package
Skin: Default
Firewall Software: None
Are you using IPV6? No
Is the issue reproducible? Yes

Hi,

Lately when I add .nzb files i get an error:

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/cherrypy/_cprequest.py", line 612, in respond
    self.process_body()
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/cherrypy/_cprequest.py", line 730, in process_body
    keep_blank_values=1)
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 534, in __init__
    self.read_multi(environ, keep_blank_values, strict_parsing)
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 659, in read_multi
    environ, keep_blank_values, strict_parsing)
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 536, in __init__
    self.read_single()
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 669, in read_single
    self.read_lines()
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 691, in read_lines
    self.read_lines_to_outerboundary()
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/cherrypy/_cpcgifs.py", line 54, in read_lines_to_outerboundary
    self.__write(odelim + line)
  File "/var/packages/sab2/target/utils/lib/python2.5/cgi.py", line 701, in __write
    self.file.write(line)
IOError: [Errno 28] No space left on device
Powered by CherryPy 3.2.0
Last edited by tlbuis on November 15th, 2010, 3:35 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: IOError: [Errno 28] No space left on device DS109J

Post by shypike »

You ran out of space on wherever the system writes the temporary files.
Either that or SABnzbd isn't allowed to write there.
tlbuis
Newbie
Newbie
Posts: 4
Joined: November 15th, 2010, 3:19 pm

Re: IOError: [Errno 28] No space left on device DS109J

Post by tlbuis »

Can you tell me how to check?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: IOError: [Errno 28] No space left on device DS109J

Post by shypike »

Find out where the standard location for temporary files in on your OS.
Check the documentation.
Post Reply