IOError: [Errno 28] No space left on device

Support for the Debian/Ubuntu package, created by JCFP.
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
good2go
Newbie
Newbie
Posts: 2
Joined: July 8th, 2010, 7:03 pm

IOError: [Errno 28] No space left on device

Post by good2go »

Code: Select all

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 612, in respond
    self.process_body()
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 730, in process_body
    keep_blank_values=1)
  File "/usr/share/sabnzbdplus/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/usr/lib/python2.5/cgi.py", line 534, in __init__
    self.read_multi(environ, keep_blank_values, strict_parsing)
  File "/usr/lib/python2.5/cgi.py", line 659, in read_multi
    environ, keep_blank_values, strict_parsing)
  File "/usr/share/sabnzbdplus/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/usr/lib/python2.5/cgi.py", line 536, in __init__
    self.read_single()
  File "/usr/lib/python2.5/cgi.py", line 669, in read_single
    self.read_lines()
  File "/usr/lib/python2.5/cgi.py", line 691, in read_lines
    self.read_lines_to_outerboundary()
  File "/usr/share/sabnzbdplus/cherrypy/_cpcgifs.py", line 54, in read_lines_to_outerboundary
    self.__write(odelim + line)
  File "/usr/lib/python2.5/cgi.py", line 701, in __write
    self.file.write(line)
IOError: [Errno 28] No space left on device
I get this Error on my Ubuntu Server Hardy Heron. I have almost 120 gig Space on my HD. I tried to give permission to .ini file too but I am not sure if that has worked or not.

Please Help me. Thank you.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

The internal web-server CherrryPy wants to write to a temporary location.
The OS reports that the temporary file location is full.
Check where your systems writes temporary files.
good2go
Newbie
Newbie
Posts: 2
Joined: July 8th, 2010, 7:03 pm

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

Post by good2go »

^ I think it should be /tmp isn't it?

I am not much familiar with Ubuntu but after few search I found that temp location should be here /tmp

I tried to give permission using 1777 /tmp

and moreover I have deleted few more files, hopefully that shud soleve the problem, I will wait for 1 more day and loda HD with nzbs, lets see what happenes.. lol
Post Reply