Incorrect disk space reported on Mac Catalina

Get help with all aspects of 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
Deamon1234
Newbie
Newbie
Posts: 4
Joined: November 3rd, 2019, 7:32 am

Incorrect disk space reported on Mac Catalina

Post by Deamon1234 »

Hi, I am having issues with disk space since upgrading to Catalina. I have about 300GB free on my internal drive but Sabnzdb reports out of disk space.

Traceback (most recent call last):
File "cherrypy/_cprequest.pyc", line 663, in respond
File "cherrypy/_cpreqbody.pyc", line 989, in process
File "cherrypy/_cpreqbody.pyc", line 558, in process
File "cherrypy/_cpreqbody.pyc", line 223, in process_multipart_form_data
File "cherrypy/_cpreqbody.pyc", line 215, in process_multipart
File "cherrypy/_cpreqbody.pyc", line 556, in process
File "cherrypy/_cpreqbody.pyc", line 715, in default_proc
File "cherrypy/_cpreqbody.pyc", line 730, in read_into_file
File "cherrypy/_cpreqbody.pyc", line 700, in read_lines_to_boundary
IOError: [Errno 28] No space left on device

Anyone seen this, Sabnzdb has full access to my drive so its 100% NOT a permission thing.
Deamon1234
Newbie
Newbie
Posts: 4
Joined: November 3rd, 2019, 7:32 am

Re: Incorrect disk space reported on Mac Catalina

Post by Deamon1234 »

Just to add to this, i added an external drive. That works fine, so this is an issue of reporting an internal drive size.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Incorrect disk space reported on Mac Catalina

Post by safihre »

This error is reported by the OS.
So this part of the code seems to be triggered when uploading an NZB, not the actual download process. When you upload an NZB it's first stored in a temporary folder, provided by your OS after which it's imported by SAB. It could be that Catalina is more strict on this?
In the logging it will write where this temporary directory is, usually somewhere in your OS disk.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Deamon1234
Newbie
Newbie
Posts: 4
Joined: November 3rd, 2019, 7:32 am

Re: Incorrect disk space reported on Mac Catalina

Post by Deamon1234 »

Its only related to the internal system drive. I have connected an external drive and the issue does not happen. Even if I create APFS volume it still reports no disk space when there is over 300 GB.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Incorrect disk space reported on Mac Catalina

Post by safihre »

Again, this is not some check we do. It's the lower level system code that tells us it can't write files because the disk is full. No higher level special checks, just low level IO error.. We can't do anything about that.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply