As the title alludes, I am pulling my hair out over not being able to figure this out. In case it doesn't go without saying, I have read about a dozen threads on the same topic here, stackoverflow, askubuntu etc...none of them have yielded a solution for me.
I've run sabnzbd on my server for a few years now, recently logged in and noticed sonarr said "all download clients unavailable" and started poking around. Didn't see anything obviously wrong with my setup. Didn't know what to do, so I uninstalled and reinstalled for a clean start. I can start sabnzbdplus from the terminal and access it from a web browser just fine. But something is wrong with my systemd setup, as I cannot seem to get that working. Based on the likely questions...
Yes, I added my username to the /etc/defaults/sabnzbdplus file
Yes, my username is one that exists per "whoami"
Here is the output of my service status
Code: Select all
parker@optiserver990:~$ sudo service sabnzbdplus status
● sabnzbdplus.service - LSB: SABnzbd+ binary newsgrabber
Loaded: loaded (/etc/init.d/sabnzbdplus; generated)
Active: active (exited) since Sat 2025-03-15 22:34:47 EDT; 1h 21min ago
Docs: man:systemd-sysv-generator(8)
CPU: 5ms
Mar 15 22:34:47 optiserver990 systemd[1]: Starting LSB: SABnzbd+ binary newsgrabber...
Mar 15 22:34:47 optiserver990 sabnzbdplus[1701]: * SABnzbd+ binary newsgrabber: service not enabled, edit /etc/default/sabnzbdplus
Mar 15 22:34:47 optiserver990 systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.
I'm not sure if it is a red flag or expected behavior, but I do get this when I try to enable the service
Code: Select all
parker@optiserver990:~$ sudo systemctl enable sabnzbdplus
sabnzbdplus.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable sabnzbdplus