Search found 8828 matches

by sander
April 18th, 2024, 1:56 am
Forum: General Help
Topic: 0 B Free space since upgrade to sab 4.2.3
Replies: 8
Views: 91

Re: 0 B Free space since upgrade to sab 4.2.3

check out the other thread in which you posted ... full explanation & howto
by sander
April 18th, 2024, 1:12 am
Forum: General Help
Topic: 0 B Free space since upgrade to sab 4.2.3
Replies: 8
Views: 91

Re: 0 B Free space since upgrade to sab 4.2.3

ckp33 wrote: April 17th, 2024, 10:43 pm seems to have started this problem only after upgrading to sab 4.2.3
To verify your hypothesis, you can downgrade to sab 4.2.2

Hint: I don't think so.
by sander
April 16th, 2024, 4:09 pm
Forum: General Help
Topic: 0 B Free Space
Replies: 8
Views: 551

Re: 0 B Free Space

@safihre

I find defaulting to 0.0 confusing.

Have we considered returning float('nan') in case of problems? Or just -1? So that we can recognize.

Code: Select all

>>> x = float('nan')

>>> x == x
False

>>> x < 1
False
>>> x >= 1
False
by sander
April 16th, 2024, 1:40 pm
Forum: General Help
Topic: 0 B Free Space
Replies: 8
Views: 551

Re: 0 B Free Space

So after looking through my docker logs, I was able to find this error - validate protocol negotiate failed: -11 If I google "validate protocol negotiate failed: -11" it gives hits with SMB / CIFS. So filesystem (mount) problem. Indeed you should solve that; not a SABnzbd problem. Good th...
by sander
April 16th, 2024, 12:23 pm
Forum: General Help
Topic: 0 B Free Space
Replies: 8
Views: 551

Re: 0 B Free Space

OK. This is how SABnzbd does it: https://github.com/sabnzbd/sabnzbd/blob/develop/sabnzbd/filesystem.py#L1059 Can you do this within your docker, within the SABnzbd directory sander@brixit:~$ cd git/sabnzbd/ # go to directory with SABnzbd.py What does OS say, for working directory: $ df -h . Filesyst...
by sander
April 16th, 2024, 8:33 am
Forum: General Help
Topic: 0 B Free Space
Replies: 8
Views: 551

Re: 0 B Free Space

Indeed: HOW it reports.

I'll check how sabnzbd via a python call checks free system

BRB
by sander
April 16th, 2024, 12:26 am
Forum: Feature Requests
Topic: Could we add a feature for a queue to be automatically pushed to another SABnzbd client on the same network?
Replies: 2
Views: 410

Re: Could we add a feature for a queue to be automatically pushed to another SABnzbd client on the same network?

I do a lot of Usenet downloading across several SABnzbd clients. Why not one SAB client? One SAB client on a recent i3 core can handle 2500 Mbps downloads. I use sonarr to download documentaries, and it automatically pushes the downloads between 4 sabnzbd clients - the load is usually spread equall...
by sander
April 15th, 2024, 5:29 am
Forum: General Help
Topic: 50% failed extractions in Docker [Unraid]
Replies: 4
Views: 79

Re: 50% failed extractions in Docker [Unraid]

most people use LSIO's SABnzbd docker image
by sander
April 15th, 2024, 5:18 am
Forum: General Help
Topic: 50% failed extractions in Docker [Unraid]
Replies: 4
Views: 79

Re: 50% failed extractions in Docker [Unraid]

Ah, yes: #UnraidAlert. Unraid and SABnzbd are not friends. A lot of problems, and I've never seen a solution.

In your SAB on docker on Unraid: where is your Incomplete dir? Put it inside the docker, not on the host.
by sander
April 8th, 2024, 3:51 pm
Forum: General Help
Topic: Speeds capped about 1MB/s when running on a VM
Replies: 6
Views: 836

Re: Speeds capped about 1MB/s when running on a VM

What happens when you create a new VM with a fresh SABnzbd setup?

Do not touch bandwidth settings.
by sander
April 8th, 2024, 11:53 am
Forum: General Help
Topic: Speeds capped about 1MB/s when running on a VM
Replies: 6
Views: 836

Re: Speeds capped about 1MB/s when running on a VM

After a download, in the Wrench, is there anything about "download speed limited by"?

How many connections have you have defined per newsserver?

Have you set a download bandwidth limit?

Have you tried with the reference test download via the Wrench?

Where on earth are you?
by sander
April 8th, 2024, 6:56 am
Forum: General Help
Topic: Download speeds and folder speeds slow in docker
Replies: 4
Views: 482

Re: Download speeds and folder speeds slow in docker

Yes, also SABnzbd docker on Linux is slower than SABnzbd straight on Linux.
by sander
April 7th, 2024, 3:50 pm
Forum: General Help
Topic: Download speeds and folder speeds slow in docker
Replies: 4
Views: 482

Re: Download speeds and folder speeds slow in docker

SABnzbd on docker is slower than SABnzbd straight on Linux

SABnzbd on docker on Windows has yet another layer: Linux VM is in between. So indeed slower.

A fix? Run SABnzbd straight on Windows for the best speed.
by sander
April 3rd, 2024, 10:26 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 8
Views: 887

Re: Where is the log file for warnings and errors of sabnzbd queue?

We can spend more and more time on that ... or we can spend time on your original remark:

"the next day I wanted to fix them"

My question to you: how do you want to fix them?