Page 1 of 1

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

Posted: November 15th, 2010, 3:30 pm
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

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

Posted: November 15th, 2010, 3:43 pm
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.

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

Posted: November 16th, 2010, 5:33 am
by tlbuis
Can you tell me how to check?

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

Posted: November 16th, 2010, 9:32 am
by shypike
Find out where the standard location for temporary files in on your OS.
Check the documentation.