Page 1 of 1

Sabnzbd won't start

Posted: September 21st, 2022, 8:25 am
by Jiruri
Hi,
I followed this guide to install SABnzbd on Ubuntu 22.4.

I'm running it under my own user, i have changed the owner of the /usr/share/sabnzbdplus folder to my custom user.
Yet when I try to run it (not even as a service) nothing happens.
There are also no logs created in ~/.sabnzbd/

Could you help me out?

KR
Gerry

Re: Sabnzbd won't start

Posted: September 21st, 2022, 8:58 am
by sander
Jiruri wrote: September 21st, 2022, 8:25 am i have changed the owner of the /usr/share/sabnzbdplus folder to my custom user.
Why?!

Anyway:

What happens when you open a terminal, and type

Code: Select all

sabnzbdplus -l2 -b1
and then enter

Re: Sabnzbd won't start

Posted: September 21st, 2022, 10:05 am
by Jiruri
Because sabnzbd is running as that custom user,
before the owner change it didn't work either actually.

Re: Sabnzbd won't start

Posted: September 21st, 2022, 10:07 am
by Jiruri
sander wrote: September 21st, 2022, 8:58 am
Jiruri wrote: September 21st, 2022, 8:25 am i have changed the owner of the /usr/share/sabnzbdplus folder to my custom user.

What happens when you open a terminal, and type

Code: Select all

sabnzbdplus -l2 -b1
and then enter
Same thing, it's not doing anything

Re: Sabnzbd won't start

Posted: September 21st, 2022, 10:09 am
by sander
What is the output of:

Code: Select all

sudo ps -ef | grep -i sabnzbd
And:

what if you go to http://127.0.0.1:8080/ ?

Re: Sabnzbd won't start

Posted: September 21st, 2022, 11:35 am
by Jiruri
sander wrote: September 21st, 2022, 10:09 am What is the output of:

Code: Select all

sudo ps -ef | grep -i sabnzbd
And:

what if you go to http://127.0.0.1:8080/ ?
It's ubuntu server, so I only have a CLI interface
But I did had a negative response on
telnet 127.0.0.1:8080

Re: Sabnzbd won't start

Posted: September 21st, 2022, 1:20 pm
by Jiruri
The output for
sudo ps -ef | grep -i sabnzbd is:

root 739 1 0 12:20 ? 00:00:00 /bin/sh /snap/sabnzbd/4302/bin/sabnzbd-wrapper
root 929 739 0 12:20 ? 00:00:05 python3 /snap/sabnzbd/4302/opt/sabnzbd/SABnzbd.py -f /var/snap/sabnzbd/common
jiruri 3999 1178 0 18:19 pts/0 00:00:00 grep --color=auto -i sabnzbd

Re: Sabnzbd won't start

Posted: September 22nd, 2022, 12:33 am
by sander
So you have Ubuntu server, it's remote, you're using snap for sabnzbd, you've changed settings of /usr/share/sabnzbdplus folder ... and you're asking for help. That's a bit like driving a car without having a driving license, and then asking for help.

I'm not the right person to help with that.

Re: Sabnzbd won't start

Posted: September 23rd, 2022, 2:31 am
by sander
PS: installling and running SABnzbd on Ubuntu (even on Ubuntu server) is so easy ... just two steps:

Code: Select all

sudo apt install sabnzbdplus
sabnzbdplus -s 0.0.0.0 
Done. But you've done things with snap and directory rights, so the above might not work anymore.