Page 1 of 1

IOError: [Errno 28] No space left on device

Posted: July 8th, 2010, 7:07 pm
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.

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

Posted: July 9th, 2010, 9:13 am
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.

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

Posted: July 9th, 2010, 6:42 pm
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