Search found 988 matches

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

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

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

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

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

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

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

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

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

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

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

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

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.
by jcfp
June 21st, 2023, 3:04 pm
Forum: Bug Reports
Topic: sabctools: "ELF load command alignment not page-aligned" when importing?
Replies: 12
Views: 8606

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

I didn't mean to point out manylinux as the cause of the issue, but rather the breakage in patchelf it was affected by.

Does qnap have a public bug tracker for their ubuntu derivative?
by jcfp
June 21st, 2023, 4:00 am
Forum: Bug Reports
Topic: sabctools: "ELF load command alignment not page-aligned" when importing?
Replies: 12
Views: 8606

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

OneCD wrote: June 20th, 2023, 2:54 pmIt looks like the page sizes don't match.

Does this suggest a config issue with 'gcc'?
Indeed, pagesize 64kB and alignment at 4kB won't work.

Something on the toolchain causing this, not necessarily gcc though; could be the linker or something like https://github.com/pypa/manylinux/issues/735
by jcfp
June 16th, 2023, 4:58 am
Forum: Bug Reports
Topic: sabctools: "ELF load command alignment not page-aligned" when importing?
Replies: 12
Views: 8606

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

What's the page size and the load alignment on that system? Try these two commands (modify the filename and path of the sabctools .so file so it points to the one you built): $ getconf PAGESIZE 4096 $ readelf -l /usr/lib/python3/dist-packages/sabctools/sabctools.cpython-310-x86_64-linux-gnu.so Elf f...