no space errors, drives have plenty!!!

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
philhu
Newbie
Newbie
Posts: 2
Joined: April 9th, 2013, 2:42 pm

no space errors, drives have plenty!!!

Post 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
User avatar
jcfp
Release Testers
Release Testers
Posts: 1032
Joined: February 7th, 2008, 12:45 pm

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

Post by jcfp »

What could be out of space?
Whatever cherrypy uses for (temporary) files? /tmp on a ramdisk?
Post Reply