Search found 5 matches

by Jiruri
September 21st, 2022, 1:20 pm
Forum: General Help
Topic: Sabnzbd won't start
Replies: 8
Views: 1477

Re: Sabnzbd won't start

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 sab...
by Jiruri
September 21st, 2022, 11:35 am
Forum: General Help
Topic: Sabnzbd won't start
Replies: 8
Views: 1477

Re: Sabnzbd won't start

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
by Jiruri
September 21st, 2022, 10:07 am
Forum: General Help
Topic: Sabnzbd won't start
Replies: 8
Views: 1477

Re: Sabnzbd won't start

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
by Jiruri
September 21st, 2022, 10:05 am
Forum: General Help
Topic: Sabnzbd won't start
Replies: 8
Views: 1477

Re: Sabnzbd won't start

Because sabnzbd is running as that custom user,
before the owner change it didn't work either actually.
by Jiruri
September 21st, 2022, 8:25 am
Forum: General Help
Topic: Sabnzbd won't start
Replies: 8
Views: 1477

Sabnzbd won't start

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 he...