Search found 8825 matches

by sander
April 16th, 2024, 1:40 pm
Forum: General Help
Topic: 0 B Free Space
Replies: 6
Views: 35

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: 6
Views: 35

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: 6
Views: 35

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: 1
Views: 27

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

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

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

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

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

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

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

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?
by sander
April 2nd, 2024, 10:47 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 8
Views: 764

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

Did you check inside sabnzbd.log? Because when I add a broken .NZB to SAB, SAB does tell it in the GUI and in sabnzbd.log, for example 2024-04-02 17:44:50,607::WARNING::[nzbstuff:787] Invalid NZB file broken.nzb, skipping (error: not well-formed (invalid token): line 9, column 0) full logging in sab...
by sander
April 2nd, 2024, 10:12 am
Forum: General Help
Topic: Items stop unpacking / downloading - Keep having to reinstall sabnzbd
Replies: 6
Views: 650

Re: Items stop unpacking / downloading - Keep having to reinstall sabnzbd

Nothing? If so ... possible causes: * SABnzbd paused (wait, no: the Test download is forced, so will always happen) * scheduled to not download * bandwidth in SAB set to 0 Mbps * no server active * ... Check above. Two additional approaches: 1) set SAB logging to +Debug, add the Test download, and s...
by sander
April 2nd, 2024, 1:05 am
Forum: General Help
Topic: Items stop unpacking / downloading - Keep having to reinstall sabnzbd
Replies: 6
Views: 650

Re: Items stop unpacking / downloading - Keep having to reinstall sabnzbd

What if you download a test file: SABnzbd -> Wrench (upper right corner) -> Test Download: 1GB.

What is the result?