Search found 8829 matches

by sander
April 23rd, 2024, 7:37 am
Forum: General Help
Topic: Can't connect to server
Replies: 1
Views: 27

Re: Can't connect to server

to which server? newsserver, or the sabnzbd webserver?

In both cases: what URL / FQDN / full address do you use?
by sander
April 18th, 2024, 1:56 am
Forum: General Help
Topic: 0 B Free space since upgrade to sab 4.2.3 [Linux & SMB share]
Replies: 14
Views: 3707

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 [Linux & SMB share]
Replies: 14
Views: 3707

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 [SMB mount and Linux]
Replies: 17
Views: 1962

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 [SMB mount and Linux]
Replies: 17
Views: 1962

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 [SMB mount and Linux]
Replies: 17
Views: 1962

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 [SMB mount and Linux]
Replies: 17
Views: 1962

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: 1682

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: 102

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: 102

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: 851

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: 851

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: 493

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: 493

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.