Strange free space value shown by SABnzbd

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
royha99
Newbie
Newbie
Posts: 4
Joined: January 1st, 2024, 2:44 pm

Strange free space value shown by SABnzbd

Post by royha99 »

The SABnzbd display says I have "7.7 GB Free Space (Temp Folder)". This is interesting, because Nemo says my SSD has 816.8 GB free. And, sure enough, when I try to download something larger than 7.7 GB, SABnzbd eventually stops, saying the disk is full.

Any idea what might be causing SABnzbd to report, and use, so little of my SSD's free space? And, maybe, how I can get it to use more of that free space?

I am running Linux Mint Cinnamon 21.2 on a Dell small form factor PC. If you need more details on my computer configuration, just ask (and, if you would, please give me the command(s) to run to get that information). Thanks!
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

Re: Strange free space value shown by SABnzbd

Post by OneCD »

Hi and welcome to the forum. :)

What is the free-space of the block device holding your temporary folder?

Code: Select all

df -h
What is the present location of your temporary folder? This can be found in the SABnzbd settings.
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
royha99
Newbie
Newbie
Posts: 4
Joined: January 1st, 2024, 2:44 pm

Re: Strange free space value shown by SABnzbd

Post by royha99 »

Thank you for replying, OneCD.

Here is the result of df -h:
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 3.4M 1.6G 1% /run
/dev/sda2 879G 74G 761G 9% /
tmpfs 7.7G 0 7.7G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/sda1 511M 6.1M 505M 2% /boot/efi
/dev/md0 29T 9.8T 18T 36% /mnt/md0
tmpfs 1.6G 6.8M 1.6G 1% /run/user/1000

The present location of my temporary folder
Temp/Incoming

And, yes, the Temp/Incoming folder is alive and well in my home folder.

If you need anything else, just let me know!
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

Re: Strange free space value shown by SABnzbd

Post by OneCD »

And where is your home folder located?

Code: Select all

df -h $HOME
It appears your /dev/shm (a temporary path used by the OS and created in RAM) is the same size as reported by SABnzbd. I suspect your temporary folder is actually on that RAMdisk.
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
royha99
Newbie
Newbie
Posts: 4
Joined: January 1st, 2024, 2:44 pm

Re: Strange free space value shown by SABnzbd

Post by royha99 »

Here is the result of df -h $HOME

Filesystem Size Used Avail Use% Mounted on
/dev/sda2 879G 74G 761G 9% /

As for my Temp folder, I don't know how it could have wound up on the tmpfs. I created the folder using either Nemo or the command line (I forget which).
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

Re: Strange free space value shown by SABnzbd

Post by OneCD »

Try this one too (please correct the path if it’s wrong):

Code: Select all

df -h $HOME/Temp/Incoming
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
royha99
Newbie
Newbie
Posts: 4
Joined: January 1st, 2024, 2:44 pm

Re: Strange free space value shown by SABnzbd

Post by royha99 »

Here is the result of df -h $HOME/Temp/Incoming

Filesystem Size Used Avail Use% Mounted on
/dev/sda2 879G 74G 761G 9% /

I have seen some evidence (that I struggle to reproduce) that SABnzbd is using /run/user/1000 for some reason I can't understand or control, and /run/user/1000 *is* using tmpfs. How would I find out if that folder is being used? Log files, perhaps?
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

Re: Strange free space value shown by SABnzbd

Post by OneCD »

Yes, you could also watch that folder as SABnzbd is running and see if anything is written to it.
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Strange free space value shown by SABnzbd

Post by safihre »

Try to use a full path instead of a relative path in the sabnzbd Config. Maybe that helps?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply