Search found 13 matches

by NotANoobLol
July 31st, 2023, 7:05 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 5579

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? Hey, sorry to grab this thread out. I was afk for a few weeks. So after we fix...
by NotANoobLol
June 24th, 2023, 6:30 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 5579

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? Yes I rebooted a bunch of times at this point. Was there maybe something wrong...
by NotANoobLol
June 23rd, 2023, 3:54 pm
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 5579

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

What result do you get for this command: /bin/sh -c 'unset USER && . /etc/default/sabnzbdplus && [ -z "${USER%:*}" ] && echo "not enabled (USER=$USER)" || echo "enabled (USER=$USER)"' $ /bin/sh -c 'unset USER && . /etc/default/sabnzbdplu...
by NotANoobLol
June 23rd, 2023, 8:10 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 5579

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, ...
by NotANoobLol
June 22nd, 2023, 6:51 am
Forum: Debian/Ubuntu Package
Topic: Can't get autostart in debian 11 to work
Replies: 7
Views: 5579

Can't get autostart in debian 11 to work

Hey everyone, i already tried a few things. I just want to confirm beforehand that the debian user exists (only user) and that the permissions are set. I'm on Debian 11, headless. I tried it with a service: $ cat /etc/systemd/system/sabnzbdplus.service.BAK #/usr/lib/systemd/system/sabnzbdplus.servic...
by NotANoobLol
September 28th, 2017, 12:58 pm
Forum: Post-Processing Scripts
Topic: Extract Subs from Videofiles to SRT
Replies: 1
Views: 2592

Extract Subs from Videofiles to SRT

Hello, I'm running SAB on a Raspberrypi 3 which also runs a Plex Server. Obviously the Raspberry is too weak to transcode, so Subtitles won't show up while they are within the Videocontainer. I already did some research and I found a Script . Unfortunateley it's for every subtitle file extention and...
by NotANoobLol
September 16th, 2017, 7:42 am
Forum: Debian/Ubuntu Package
Topic: Raspbian Jessie: Service is not running after a few minutes
Replies: 8
Views: 5077

Re: Raspbian Jessie: Service is not running after a few minutes

Maybe you can share that part of the logging here so we can better understand? Unfortunateley my created logfiles for that issue are empty.... I obviously screwed up the command. But I remember that it was like: decoding: NZB:__Admin___ Speicherzugriffsfehler "Speicherzugriffsfehler" is n...
by NotANoobLol
September 16th, 2017, 1:31 am
Forum: Debian/Ubuntu Package
Topic: Raspbian Jessie: Service is not running after a few minutes
Replies: 8
Views: 5077

Re: Raspbian Jessie: Service is not running after a few minutes

Are you able to enter the interface at any time? What happens if you just start sabnzbdplus from the command line? Can you start it like this: sabnzbdplus -l2 This will enable Debug logging and now you should either in the console or in the log files see why it shuts down. The issue seems to happen...
by NotANoobLol
September 15th, 2017, 8:23 am
Forum: Debian/Ubuntu Package
Topic: Raspbian Jessie: Service is not running after a few minutes
Replies: 8
Views: 5077

Re: Raspbian Jessie: Service is not running after a few minutes

Are you able to enter the interface at any time? What happens if you just start sabnzbdplus from the command line? Can you start it like this: sabnzbdplus -l2 This will enable Debug logging and now you should either in the console or in the log files see why it shuts down. The issue happens again. ...
by NotANoobLol
September 14th, 2017, 9:15 pm
Forum: Debian/Ubuntu Package
Topic: Raspbian Jessie: Service is not running after a few minutes
Replies: 8
Views: 5077

Raspbian Jessie: Service is not running after a few minutes

Hey Folks, first a few Infos: Raspbian 8 (Jessie) installed. Current version of SABnzbd: 2.3.0Alpha2 after installing SAByenc via PPA yesterday I'm expeciencing a weird issue. Usually SABnzbd works as a service including autostart after rebooting/startup the raspberrypi. I'm experiencing the issue, ...
by NotANoobLol
September 13th, 2017, 7:55 am
Forum: Debian/Ubuntu Package
Topic: SABYenc trolls me
Replies: 6
Views: 4493

Re: SABYenc trolls me

I installed it via the PPA.
Easy Gude:
viewtopic.php?f=16&t=22809#p112614
by NotANoobLol
September 13th, 2017, 6:36 am
Forum: Debian/Ubuntu Package
Topic: SABYenc trolls me
Replies: 6
Views: 4493

Re: SABYenc trolls me

I read online that it kas something to do with using it via sudo. Doesn't it work without? The installing of Sabyenc first. Right I forgot to mention, that I tried every command without "sudo" too. The same issue happens with the --upgrade flag. pi@raspberrypi:~ $ pip install sabyenc Trac...
by NotANoobLol
September 12th, 2017, 7:22 pm
Forum: Debian/Ubuntu Package
Topic: SABYenc trolls me
Replies: 6
Views: 4493

SABYenc trolls me

Hey people, I have sabnzbd installed on my raspberrypi which has Raspbian 8 (Jessie) installed. Current version of SABnzbd: 2.3.0Alpha2 SAByenc is not yet installed: pi@raspberrypi:~ $ python -c "import sabyenc ; print sabyenc.__version__ " Traceback (most recent call last): File "<st...