Disk full issues

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
looseruser
Newbie
Newbie
Posts: 41
Joined: April 12th, 2010, 12:17 pm

Disk full issues

Post by looseruser »

Recently I had a disk full warning.
The queue became totally empty (I suppose sab could not save its own files) and I had to cross-check what was grabbed and not, and re-import the missing nzb files.

Would it be possible to add a new switch to counter this?
Say:
Pause queue when disk space is lower than 'n' megabytes. ('n' would be entered by the user).
Then, sab would check before downloading the next file (not article, file!) in queue whether there's enough space to store it. It might be a good idea to add a disk space check before extraction, too.
Thank you.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Disk full issues

Post by rascalli »

Disk Full Warning : This is already build in , Go to : /config/directories/

And look for :

* Minimum Free Space for Temporary Download Folder

Auto-pause when free space is beneath this value.
In bytes, optionally follow with K,M,G,T. For example: "800M" or "8G"

---

But .. if you are using 2 disks for incomplete & complete you will have a problem when there is enough space in incompolete & no space on complete
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Disk full issues

Post by shypike »

In the two disk case, disk full on the "complete" is less an issue
because the job will just be failed and it's possible to retry it.
Just make sure that SABnzbd's admin is on the same disk as incomplete.

If you have everything on the same disk (or partition) it's a bit tricky,
because par2 and unrar will just write on until the disk is full.
If you start deleting/moving files to make room, do *not* stop SABnzbd.
It will save its internal admin later.
When you stop SABnzbd with a full disk, you'll lose the queue.
However with 0.6.x it's likely that you'll find most of your jobs back as "orphans"
on the Status page, where you can send them back to the queue.
Last edited by shypike on June 17th, 2011, 2:07 am, edited 1 time in total.
looseruser
Newbie
Newbie
Posts: 41
Joined: April 12th, 2010, 12:17 pm

Re: Disk full issues

Post by looseruser »

I have missed this setting.
Thank you both!
Post Reply