Search found 991 matches

by jcfp
December 28th, 2023, 5:16 am
Forum: Beta Releases
Topic: 4.2 Alpha 2 Windows Defender and others on VirusTotal flag as containing a trojan
Replies: 4
Views: 7963

Re: 4.2 Alpha 2 Windows Defender and others on VirusTotal flag as containing a trojan

As usual, these 'security vendors' excel at producing false positives with 15/66 at virustotal claiming the latest rc is a trojan. Some will go as far as deleting the file even though it was explicitly whitelisted, see https://github.com/sabnzbd/sabnzbd/discussions/2757 (after taking a week to flag ...
by jcfp
December 14th, 2023, 6:52 am
Forum: General Help
Topic: SAB seems to defeat QoS
Replies: 2
Views: 3565

Re: SAB seems to defeat QoS

Note that QoS does not "share" your bandwidth so that other services are guaranteed to get the minimum they need, it merely tries to prioritize. There's limits to how much that can do: usenet downloading uses many concurrent threads, while the other services you mention are typically singl...
by jcfp
October 17th, 2023, 6:13 am
Forum: Debian/Ubuntu Package
Topic: Running on Mint, permission denied writing to shares on Synology
Replies: 2
Views: 4564

Re: Running on Mint, permission denied writing to shares on Synology

Without logs and actual error messages, it's impossible to tell what's going on. That said, permissions error are usually not a bug in sabnzbd itself, as the program simply passes on the message it in turn received from the operating system when trying to write/access files and directories.
by jcfp
September 30th, 2023, 11:33 am
Forum: General Help
Topic: Problem with local ranges when using Wireguard
Replies: 1
Views: 2212

Re: Problem with local ranges when using Wireguard

Now I am away from home and want to connect me with a Wireguard VPN connection to the web UI. I had modified my local ranges to 192.168.0.0/24, 10.8.0.0/32 before and recreated the Sabnzbd container. The second IP range is for my Wireguard network. For starters, that 10.8.0.0/ 32 seems unlikely in ...
by jcfp
September 6th, 2023, 12:37 am
Forum: Debian/Ubuntu Package
Topic: complete and category directories
Replies: 1
Views: 4601

Re: complete and category directories

As it says on the categories config page: only relative paths are based on the complete dir. So if you want to store things somewhere else, simply fill out the full path.
by jcfp
August 31st, 2023, 12:18 am
Forum: Beta Releases
Topic: 4.1 Alpha external access bug?
Replies: 24
Views: 14121

Re: 4.1 Alpha external access bug?

This issue turns out to be the result of an issue in a patch applied to the ppa package, that caused the wrong function to be patched since 4.1.0alpha1. Will be fixed in a new upload very soon; please update and confirm the problem is gone.
by jcfp
August 30th, 2023, 5:03 am
Forum: Beta Releases
Topic: 4.1 Alpha external access bug?
Replies: 24
Views: 14121

Re: 4.1 Alpha external access bug?

The IP address not showing up unless you set debug logging is a patch applied to the packaged version on debian and ubuntu; the effect is the same as a privacy-conscious user clearing out the selftest host in config->special. That should not make a difference though, as sab shouldn't need that ip ad...
by jcfp
August 22nd, 2023, 5:26 am
Forum: Beta Releases
Topic: 4.1 Alpha external access bug?
Replies: 24
Views: 14121

Re: 4.1 Alpha external access bug?

Did you define any local_ranges in config->special? If so, try clearing out that setting..
by jcfp
July 3rd, 2023, 1:58 am
Forum: General Help
Topic: Change folder name
Replies: 3
Views: 2935

Re: Change folder name

Note that sabnzbd's sorting takes its information entirely from job information, i.e. the job name and (if available) metadata embedded in the nzb. It doesn't have access to any other information sources nor any prior knowledge of the content of a download. So if you want the year or the episode nam...
by jcfp
June 24th, 2023, 1:34 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 7655

Re: Can't get autostart in debian 11 to work

So it's all setup correctly, and the exact same check the init.d script does also passes. Maybe systemd is using a cached version of the default file, in spite of the daemon-reload? Does the issue persist after a reboot?
by jcfp
June 23rd, 2023, 3:26 pm
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 7655

Re: Can't get autostart in debian 11 to work

Do you see my mistake? I genuenly don't
Not yet ;)

What result do you get for this command:

Code: Select all

/bin/sh -c 'unset USER && . /etc/default/sabnzbdplus && [ -z "${USER%:*}" ] && echo "not enabled (USER=$USER)" || echo "enabled (USER=$USER)"'
by jcfp
June 23rd, 2023, 2:17 am
Forum: Bug Reports
Topic: sabctools: "ELF load command alignment not page-aligned" when importing?
Replies: 12
Views: 10482

Re: sabctools: "ELF load command alignment not page-aligned" when importing?

You probably want to use a venv for this to avoid polluting the system's python install. Grab and extract the sabctools source from github, install build and/or test dependencies ("python3 -m pip install -U -r requirements.txt -r tests/requirements.txt"), then run "python3 setup.py bu...
by jcfp
June 23rd, 2023, 1:38 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 7655

Re: Can't get autostart in debian 11 to work

The package ships an init.d, which will also work with systemd's compatibility mode as long as you do not add a native systemd service with the same name. That init.d script is enabled by default, but will only actually start the application after you edit /etc/default/sabnzbdplus to set the user, a...
by jcfp
June 22nd, 2023, 6:39 am
Forum: Bug Reports
Topic: sabctools: "ELF load command alignment not page-aligned" when importing?
Replies: 12
Views: 10482

Re: sabctools: "ELF load command alignment not page-aligned" when importing?

Trial and error to narrow down the cause. You could try compiling without creating a wheel, and see if the alignment of the .so is sane at that point.