Page 1 of 1

New install on 20.04

Posted: September 29th, 2020, 3:11 pm
by Igguwygrb2JfhUyy
Hi,

Just booted up a new install of ubuntu server and clicked on the sabnzbd during setup and now when i type

```sabnzbdplus --clean

Command 'sabnzbdplus' not found, but can be installed with:

sudo apt install sabnzbdplus
```

Re: New install on 20.04

Posted: September 29th, 2020, 3:11 pm
by safihre

Re: New install on 20.04

Posted: September 29th, 2020, 3:25 pm
by Igguwygrb2JfhUyy
safihre wrote: September 29th, 2020, 3:11 pm
I had issues with running sabnzbd from there on an earlier ubuntu build.

I mean, 'Service for snap application sabnzbd.sabnzbd' is enabled and running. No idea how to get to the web address. 127.0.0.1:8080 doesnt work neither does 192.168.1.110:8080

Re: New install on 20.04

Posted: September 29th, 2020, 3:42 pm
by safihre
You installed the snap, that's not the same..

Re: New install on 20.04

Posted: September 29th, 2020, 3:53 pm
by Igguwygrb2JfhUyy
safihre wrote: September 29th, 2020, 3:42 pm You installed the snap, that's not the same..
yeah, i'm not a fan of snaps or docker. I thought it installed as a native app. I'm just going to ignore it and try the normal way.

Re: New install on 20.04

Posted: September 29th, 2020, 4:05 pm
by Igguwygrb2JfhUyy
safihre wrote: September 29th, 2020, 3:11 pm Try: https://sabnzbd.org/wiki/installation/i ... buntu-repo
Gave it a shot. Followed the instructions and nada.

The web access will not load.

Here's a snapshot from cockpit

' Failed to start LSB: SABnzbd+ binary newsgrabber.
systemd
10:04 PM
sabnzbdplus.service: Failed with result 'exit-code'.
systemd
10:04 PM
sabnzbdplus.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
systemd
10:04 PM
...fail!
sabnzbdplus
10:04 PM
* Starting SABnzbd+ binary newsgrabber
sabnzbdplus
10:04 PM
Starting LSB: SABnzbd+ binary newsgrabber...
systemd
10:04 PM
Failed to start LSB: SABnzbd+ binary newsgrabber.
systemd
10:04 PM
sabnzbdplus.service: Failed with result 'exit-code'.
systemd
10:04 PM
sabnzbdplus.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
systemd
10:04 PM
...fail!'

Re: New install on 20.04

Posted: September 30th, 2020, 11:16 am
by sander
Igguwygrb2JfhUyy wrote: September 29th, 2020, 3:11 pm Hi,

Just booted up a new install of ubuntu server and clicked on the sabnzbd during setup and now when i type

```sabnzbdplus --clean

Command 'sabnzbdplus' not found, but can be installed with:

sudo apt install sabnzbdplus
```
Ubuntu says "Command 'sabnzbdplus' not found, but can be installed with:"

Code: Select all

sudo apt install sabnzbdplus
I wonder why you didn't do that? That is really the most easy way to get SABnzbd installed.

Re: New install on 20.04

Posted: October 6th, 2020, 12:12 pm
by Igguwygrb2JfhUyy
sander wrote: September 30th, 2020, 11:16 am
Igguwygrb2JfhUyy wrote: September 29th, 2020, 3:11 pm Hi,

Just booted up a new install of ubuntu server and clicked on the sabnzbd during setup and now when i type

```sabnzbdplus --clean

Command 'sabnzbdplus' not found, but can be installed with:

sudo apt install sabnzbdplus
```
Ubuntu says "Command 'sabnzbdplus' not found, but can be installed with:"

Code: Select all

sudo apt install sabnzbdplus
I wonder why you didn't do that? That is really the most easy way to get SABnzbd installed.
That was the snap version.

I tried the normal way from

https://sabnzbd.org/wiki/installation/i ... buntu-repo

"sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install sabnzbdplus"

Still got nothing.

Re: New install on 20.04

Posted: July 30th, 2022, 3:11 pm
by gevrey
safihre wrote: September 29th, 2020, 3:42 pm You installed the snap, that's not the same..

Hi

Is there a full explanation on how to install and get sabnzbd running using snap?

I am new to ubuntu core.
I did

Code: Select all

sudo snap install sabnzbd
and I see sabnzbd when I do a snap list, but I am not sure it is running and I have been unable to access it with a web interface.

When I try to run

Code: Select all

sabnzbd
I get

Code: Select all

-bash: sabnzbd: command not found

Re: New install on 20.04

Posted: July 30th, 2022, 3:14 pm
by sander
"sabnzbdplus"
or
"snap run sabnzbd"
or
"snap run sabnzbdplus"
?