Page 1 of 1

no space errors, drives have plenty!!!

Posted: April 25th, 2013, 3:06 pm
by philhu
Starting to see this alot, in my downloads:

Code: Select all

2013-04-25 16:03:32,170::INFO::[_cplogging:55] [25/Apr/2013:16:03:32] HTTP 
Request Headers:
  Content-Type: multipart/form-data; boundary=127.0.0.1.999.2242.1366920210.005.7
  REFERER: localhost
  HOST: localhost
  Content-Length: 773540
  USER-AGENT: CouchPotato linux - git-5a23be22 - v2
  CONNECTION: close
  Remote-Addr: ::1
  ACCEPT-ENCODING: gzip
2013-04-25 16:03:32,194::DEBUG::[_cplogging:55] [25/Apr/2013:16:03:32] HTTP Traceback (most recent call last):
  File "/usr/local/sabnzbd/cherrypy/_cprequest.py", line 612, in respond
    self.process_body()
  File "/usr/local/sabnzbd/cherrypy/_cprequest.py", line 730, in process_body
    keep_blank_values=1)
  File "/usr/local/sabnzbd/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/usr/lib/python2.7/cgi.py", line 508, in __init__
    self.read_multi(environ, keep_blank_values, strict_parsing)
  File "/usr/lib/python2.7/cgi.py", line 637, in read_multi
    environ, keep_blank_values, strict_parsing)
  File "/usr/local/sabnzbd/cherrypy/_cpcgifs.py", line 8, in __init__
    cgi.FieldStorage.__init__(self, *args, **kwds)
  File "/usr/lib/python2.7/cgi.py", line 510, in __init__
    self.read_single()
  File "/usr/lib/python2.7/cgi.py", line 647, in read_single
    self.read_lines()
  File "/usr/lib/python2.7/cgi.py", line 669, in read_lines
    self.read_lines_to_outerboundary()
  File "/usr/local/sabnzbd/cherrypy/_cpcgifs.py", line 54, in read_lines_to_outerboundary
    self.__write(odelim + line)
  File "/usr/lib/python2.7/cgi.py", line 679, in __write
    self.file.write(line)
IOError: [Errno 28] No space left on device
Problem is, this is my drive list:
root@rasputil:/var/sabnzbd/logs# df

Code: Select all

root@rasputil:/var/sabnzbd/logs# df
Filesystem                      1K-blocks      Used  Available Use% Mounted on
/dev/sda1                        15192532   3271028   11149768  23% /
/dev/mmcblk0p1                      70561      6124      64438   9% /boot
/dev/mmcblk0p2                   15241100    173808   14293072   2% /SDPart02
//SHunt3/media                 2047999996 952906704 1095093292  47% /cifs/media
//SHunt3/media2                 980711420 423336036  557375384  44% /cifs/media2
//SHunt3/Users/skasuba/Dropbox  244035580 121141544  122894036  50% /dropbox
root@rasputil:/var/sabnzbd/logs# 
And the incomplete, and complete directories are on the /cifs/media drive!!!!

What could be out of space? This is latest sabnzbd on a rPI raspberry pi unit

Re: no space errors, drives have plenty!!!

Posted: April 25th, 2013, 3:17 pm
by jcfp
What could be out of space?
Whatever cherrypy uses for (temporary) files? /tmp on a ramdisk?