How to resume from "too little disk space"

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
enricopallazzo
Newbie
Newbie
Posts: 1
Joined: January 3rd, 2021, 4:05 am

How to resume from "too little disk space"

Post by enricopallazzo »

Hi,

In sabnzbd I have set "Minimum Free Space for Temporary Download Folder" in settings --> folders. The value is set e.g. to 70 GB. I have an automation that moves away downloaded and extracted content. Once the disk space has been freed up I would like sabnzbd to resume the pending downloads in the queue. Is there a setting for this or another easy solution or otherwise I probably still could script something using the APIs for example.

Regards
Ilir
User avatar
jcfp
Release Testers
Release Testers
Posts: 1022
Joined: February 7th, 2008, 12:45 pm

Re: How to resume from "too little disk space"

Post by jcfp »

Code for an autoresume function is currently being worked on; until then, resuming requires an explicit action. That action can be a human pressing a button, but also easily be scripted using the api, documentation here.
edgilmore
Newbie
Newbie
Posts: 1
Joined: January 4th, 2021, 3:35 am
Contact:

Re: How to resume from "too little disk space"

Post by edgilmore »

Resuming still requires an explicit action.
User avatar
sander
Release Testers
Release Testers
Posts: 9275
Joined: January 22nd, 2008, 2:22 pm

Re: How to resume from "too little disk space"

Post by sander »

edgilmore wrote: January 4th, 2021, 3:38 am Resuming still requires an explicit action.
Which version of SAB?

Code: Select all

Release Notes - SABnzbd 3.2.0 Beta 1:
Added option to Auto resume for both Minimum Free Space settings.
HTH
MAngel
Newbie
Newbie
Posts: 1
Joined: June 19th, 2025, 2:19 am

Re: How to resume from "too little disk space"

Post by MAngel »

I still have the issue that when disk space gets too low and SABnzbd pauses the download, I have to completely restart SABnzbd for it to continue. Simply clicking on resume or similar options doesn't help.

Version: 4.5.1
User avatar
sander
Release Testers
Release Testers
Posts: 9275
Joined: January 22nd, 2008, 2:22 pm

Re: How to resume from "too little disk space"

Post by sander »

MAngel wrote: June 19th, 2025, 3:07 am I still have the issue that when disk space gets too low and SABnzbd pauses the download, I have to completely restart SABnzbd for it to continue. Simply clicking on resume or similar options doesn't help.

Version: 4.5.1
I tested, and I can reproduce

Auto Resume is on
Put a few 10GB testfiles into SABnzbd, it started downloading ... until disk full, and thus Paused. That is half-way a 10GB download.
I freed up space on my disk, and SABnzb does see it: " 10.3 GB left 50.1 GB Free Space". Good.
BUT: even after 20 minutes, SAB is still paused, and does not unpause.

And even manually Unpausing SABnzbd does not restart the downloading.

SABnzbd stdout says:

2025-06-19 14:57:00,041::DEBUG::[downloader:841] Delayed - 1712 seconds - Assembler queue: 12
2025-06-19 14:57:01,043::DEBUG::[downloader:841] Delayed - 1713 seconds - Assembler queue: 12
2025-06-19 14:57:02,044::DEBUG::[downloader:841] Delayed - 1714 seconds - Assembler queue: 12
2025-06-19 14:57:03,046::DEBUG::[downloader:841] Delayed - 1715 seconds - Assembler queue: 12
2025-06-19 14:57:04,048::DEBUG::[downloader:841] Delayed - 1716 seconds - Assembler queue: 12
2025-06-19 14:57:05,049::DEBUG::[downloader:841] Delayed - 1717 seconds - Assembler queue: 12
2025-06-19 14:57:06,051::DEBUG::[downloader:841] Delayed - 1718 seconds - Assembler queue: 12
2025-06-19 14:57:07,053::DEBUG::[downloader:841] Delayed - 1719 seconds - Assembler queue: 12
2025-06-19 14:57:08,054::DEBUG::[downloader:841] Delayed - 1720 seconds - Assembler queue: 12
2025-06-19 14:57:09,055::DEBUG::[downloader:841] Delayed - 1721 seconds - Assembler queue: 12
2025-06-19 14:57:10,057::DEBUG::[downloader:841] Delayed - 1722 seconds - Assembler queue: 12

... is SABnzbd doing something too internally?
Puzzled
Full Member
Full Member
Posts: 161
Joined: September 2nd, 2017, 3:02 am

Re: How to resume from "too little disk space"

Post by Puzzled »

Is Config / Folders / Minimum Free Space for Temporary Download Folder set to a high enough limit for it to stop before the disk is actually full? Otherwise it won't be able to pause and recover gracefully. Also it only checks the default download disk so it won't work if it's a category writing to another disk.
Post Reply