sabNZBd installation woe's.

Sokonomi

Contributor
Joined
Jul 15, 2018
Messages
115
Hello All,

First id like to state that I admire the amount of patience you all can muster to work with this, because as my first time using freeBSD, this has been a harrowing ride sofar. :')

What I am trying to do is install the sabNZBd plugin. I have tried following this tutorial, but sadly I was unable to get through it due to various problems.

The first hitch was that there was a Repository problem;

Code:
root@sabnzbd_1:/ # pkg install sabnzbdplus
pkg: Repository FreeBSD has a wrong packagesite, need to re-create database


So I decided to just install the plugin 'the way god intended', through FreeNAS's plugin system.
It made its little jail and plopped the plugin into it, fine and dandy.

Made my way down the tutorial a little further, ran into a path problem;

Code:
root@sabnzbd_1:/ # chown -R newmedia:newmedia /usr/local/sabnzbd
chown: /usr/local/sabnzbd: No such file or directory

I went looking at the file structure of the plugin, the folder indeed doesn't exist and I have no idea what it is supposed to be, so I decided to just skip and hail mary it.

And sure enough;

Code:
root@sabnzbd_1:/ # service sabnzbd start																							
Starting sabnzbd.																												   
																																   
Fatal error:																														
  "/var/db/sabnzbd/sabnzbd.ini" is not a valid configuration file<br>Error message: [Errno 13] Permission denied: '/var/db/sabnzbd/s
abnzbd.ini'																														 
Specify a correct file or delete this file.																						 
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd 


So now im at the end of the rope, google is no help.
What should I do now?
 
Joined
Jul 10, 2018
Messages
25
Hello All,

First id like to state that I admire the amount of patience you all can muster to work with this, because as my first time using freeBSD, this has been a harrowing ride sofar. :')

What I am trying to do is install the sabNZBd plugin. I have tried following this tutorial, but sadly I was unable to get through it due to various problems.

The first hitch was that there was a Repository problem;

Code:
root@sabnzbd_1:/ # pkg install sabnzbdplus
pkg: Repository FreeBSD has a wrong packagesite, need to re-create database


So I decided to just install the plugin 'the way god intended', through FreeNAS's plugin system.
It made its little jail and plopped the plugin into it, fine and dandy.

Made my way down the tutorial a little further, ran into a path problem;

Code:
root@sabnzbd_1:/ # chown -R newmedia:newmedia /usr/local/sabnzbd
chown: /usr/local/sabnzbd: No such file or directory

I went looking at the file structure of the plugin, the folder indeed doesn't exist and I have no idea what it is supposed to be, so I decided to just skip and hail mary it.

And sure enough;

Code:
root@sabnzbd_1:/ # service sabnzbd start																							
Starting sabnzbd.																												  
																																  
Fatal error:																														
  "/var/db/sabnzbd/sabnzbd.ini" is not a valid configuration file<br>Error message: [Errno 13] Permission denied: '/var/db/sabnzbd/s
abnzbd.ini'																														
Specify a correct file or delete this file.																						
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd


So now im at the end of the rope, google is no help.
What should I do now?
So there are a few things that you can try here. I'm not sure why you are getting the wrong packagesite output when you try to install sab, but I think it's a safe assumption that it's a problem with the jail configuration.

Try these commands and see what you get
Code:
pkg upgrade
pkg update


Are you able to install any packages, or is it strictly a problem with sabnzbdplus?
Try recreating a fresh jail, and giving it another shot.
I'm not familiar enough with jail configs to know much else to try solving this

The reason that you can't run the chown command when you install the sabnzbd plugin, is that the directories are different for plugins and packages. If you install sabnzbd as a plugin, the config directory is
/var/db/sabnzbd
likewise for sonarr
/var/db/sonarr

Also try googling the output
Code:
pkg: Repository FreeBSD has a wrong packagesite, need to re-create database

there are a few forums out there addressing this, and they may be able to help

Just to clarify, in the guide the reason I install everything through the shell rather than with the plugins is for 2 reasons.
1. the plugins are not maintained and updated nearly as regular as the freebsd packages.
2. there is no radarr plugin, so your only option is to install the freebsd package through the command line.

I know the troubleshooting can be tedious, but just keep trying. Once everything works right it is a glorious thing.
I hope this is helpful, let us know how it goes.
 
Joined
Jul 10, 2018
Messages
25
Check this out,
If install sabnzbd plus in a fresh jail, I get the same output, however it automatically asks if I want to do pkg upgrade. Naturally my answer is yes, but I did no, and then ran the pkg upgrade command, then pkg install sabnzbdplus. No problem at all. So do you get asked if you want to upgrade when you try to install sabnzbd, or does it just give up?

I hope this is helpful

Code:
root@test:/ # pkg install sabnzbdplus
Updating FreeBSD repository catalogue...
pkg: Repository FreeBSD has a wrong packagesite, need to re-create database
[test] Fetching meta.txz: 100%	944 B   0.9kB/s	00:01
[test] Fetching packagesite.txz: 100%	6 MiB   1.7MB/s	00:04
Processing entries: 100%
FreeBSD repository update completed. 32252 packages processed.
All repositories are up to date.
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
		pkg: 1.10.1 -> 1.10.5_1

Number of packages to be upgraded: 1

3 MiB to be downloaded.

Proceed with this action? [y/N]:
root@test:/ # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
		pkg: 1.10.1 -> 1.10.5_1

Number of packages to be upgraded: 1

3 MiB to be downloaded.

Proceed with this action? [y/N]: y
[test] [1/1] Fetching pkg-1.10.5_1.txz: 100%	3 MiB 997.0kB/s	00:03
Checking integrity... done (0 conflicting)
[test] [1/1] Upgrading pkg from 1.10.1 to 1.10.5_1...
[test] Extracting pkg-1.10.5_1: 100%
You may need to manually remove /usr/local/etc/pkg.conf if it is no longer needed.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (20 candidates): 100%
Processing candidates (20 candidates): 100%
The following 25 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
		utf8proc: 2.1.0
		liblz4: 1.8.2,1
		p5-CGI: 4.38
		p5-HTML-Parser: 3.72
		p5-HTML-Tagset: 3.20_1

Installed packages to be UPGRADED:
		subversion: 1.9.5 -> 1.10.0
		sqlite3: 3.18.0 -> 3.24.0_1
		serf: 1.3.9_1 -> 1.3.9_3
		readline: 6.3.8_1 -> 7.0.3_1
		python27: 2.7.13_3 -> 2.7.15
		perl5: 5.24.1_1 -> 5.26.2
		pcre: 8.40 -> 8.42
		p5-Error: 0.17024 -> 0.17026
		libnghttp2: 1.22.0 -> 1.32.0
		libffi: 3.2.1 -> 3.2.1_2
		indexinfo: 0.2.6 -> 0.3.1
		git: 2.13.0 -> 2.18.0_1
		gdbm: 1.12 -> 1.13_1
		expat: 2.2.0_1 -> 2.2.5
		curl: 7.54.0 -> 7.60.0
		ca_root_nss: 3.30.2 -> 3.38
		apr: 1.5.2.1.5.4_2 -> 1.6.3.1.6.1_1

Installed packages to be REINSTALLED:
		p5-GSSAPI-0.28_1 (direct dependency changed: perl5)
		p5-Digest-HMAC-1.03_1 (ABI changed: 'freebsd:11:x86:64' -> 'freebsd:11:*')
		p5-Authen-SASL-2.16_1 (ABI changed: 'freebsd:11:x86:64' -> 'freebsd:11:*')

Number of packages to be installed: 5
Number of packages to be upgraded: 17
Number of packages to be reinstalled: 3

The process will require 11 MiB more space.
37 MiB to be downloaded.

Proceed with this action? [y/N]: y
[test] [1/25] Fetching subversion-1.10.0.txz: 100%	3 MiB   1.1MB/s	00:03
[test] [2/25] Fetching sqlite3-3.24.0_1.txz: 100%	1 MiB 617.3kB/s	00:02
[test] [3/25] Fetching serf-1.3.9_3.txz: 100%   79 KiB  80.4kB/s	00:01
[test] [4/25] Fetching readline-7.0.3_1.txz: 100%  335 KiB 343.5kB/s	00:01
[test] [5/25] Fetching python27-2.7.15.txz: 100%   11 MiB   2.2MB/s	00:05
[test] [6/25] Fetching perl5-5.26.2.txz: 100%   14 MiB   2.9MB/s	00:05
[test] [7/25] Fetching pcre-8.42.txz: 100%	1 MiB   1.2MB/s	00:01
[test] [8/25] Fetching p5-GSSAPI-0.28_1.txz: 100%   41 KiB  41.7kB/s	00:01
[test] [9/25] Fetching p5-Error-0.17026.txz: 100%   22 KiB  23.0kB/s	00:01
[test] [10/25] Fetching p5-Digest-HMAC-1.03_1.txz: 100%   10 KiB  10.1kB/s	00:01
[test] [11/25] Fetching p5-Authen-SASL-2.16_1.txz: 100%   40 KiB  41.3kB/s	00:01
[test] [12/25] Fetching libnghttp2-1.32.0.txz: 100%  109 KiB 111.6kB/s	00:01
[test] [13/25] Fetching libffi-3.2.1_2.txz: 100%   34 KiB  35.3kB/s	00:01
[test] [14/25] Fetching indexinfo-0.3.1.txz: 100%	6 KiB   5.7kB/s	00:01
[test] [15/25] Fetching git-2.18.0_1.txz: 100%	5 MiB   1.2MB/s	00:04
[test] [16/25] Fetching gdbm-1.13_1.txz: 100%  151 KiB 155.1kB/s	00:01
[test] [17/25] Fetching expat-2.2.5.txz: 100%  116 KiB 118.9kB/s	00:01
[test] [18/25] Fetching curl-7.60.0.txz: 100%	1 MiB 308.9kB/s	00:04
[test] [19/25] Fetching ca_root_nss-3.38.txz: 100%  287 KiB 146.8kB/s	00:02
[test] [20/25] Fetching apr-1.6.3.1.6.1_1.txz: 100%  454 KiB 154.8kB/s	00:03
[test] [21/25] Fetching utf8proc-2.1.0.txz: 100%   57 KiB  57.9kB/s	00:01
[test] [22/25] Fetching liblz4-1.8.2,1.txz: 100%  114 KiB 117.0kB/s	00:01
[test] [23/25] Fetching p5-CGI-4.38.txz: 100%  158 KiB 161.8kB/s	00:01
[test] [24/25] Fetching p5-HTML-Parser-3.72.txz: 100%   80 KiB  81.5kB/s	00:01
[test] [25/25] Fetching p5-HTML-Tagset-3.20_1.txz: 100%   12 KiB  12.0kB/s	00:01
Checking integrity... done (0 conflicting)
[test] [1/25] Upgrading indexinfo from 0.2.6 to 0.3.1...
[test] [1/25] Extracting indexinfo-0.3.1: 100%
[test] [2/25] Upgrading readline from 6.3.8_1 to 7.0.3_1...
[test] [2/25] Extracting readline-7.0.3_1: 100%
[test] [3/25] Upgrading perl5 from 5.24.1_1 to 5.26.2...
[test] [3/25] Extracting perl5-5.26.2: 100%
[test] [4/25] Upgrading gdbm from 1.12 to 1.13_1...
[test] [4/25] Extracting gdbm-1.13_1: 100%
[test] [5/25] Upgrading expat from 2.2.0_1 to 2.2.5...
[test] [5/25] Extracting expat-2.2.5: 100%
[test] [6/25] Installing p5-HTML-Tagset-3.20_1...
[test] [6/25] Extracting p5-HTML-Tagset-3.20_1: 100%
[test] [7/25] Reinstalling p5-GSSAPI-0.28_1...
[test] [7/25] Extracting p5-GSSAPI-0.28_1: 100%
[test] [8/25] Reinstalling p5-Digest-HMAC-1.03_1...
[test] [8/25] Extracting p5-Digest-HMAC-1.03_1: 100%
[test] [9/25] Upgrading libnghttp2 from 1.22.0 to 1.32.0...
[test] [9/25] Extracting libnghttp2-1.32.0: 100%
[test] [10/25] Upgrading libffi from 3.2.1 to 3.2.1_2...
[test] [10/25] Extracting libffi-3.2.1_2: 100%
[test] [11/25] Upgrading ca_root_nss from 3.30.2 to 3.38...
[test] [11/25] Extracting ca_root_nss-3.38: 100%
[test] [12/25] Upgrading apr from 1.5.2.1.5.4_2 to 1.6.3.1.6.1_1...
[test] [12/25] Extracting apr-1.6.3.1.6.1_1: 100%
[test] [13/25] Installing p5-HTML-Parser-3.72...
[test] [13/25] Extracting p5-HTML-Parser-3.72: 100%
[test] [14/25] Upgrading sqlite3 from 3.18.0 to 3.24.0_1...
[test] [14/25] Extracting sqlite3-3.24.0_1: 100%
[test] [15/25] Upgrading serf from 1.3.9_1 to 1.3.9_3...
[test] [15/25] Extracting serf-1.3.9_3: 100%
[test] [16/25] Upgrading python27 from 2.7.13_3 to 2.7.15...
[test] [16/25] Extracting python27-2.7.15: 100%
[test] [17/25] Upgrading pcre from 8.40 to 8.42...
[test] [17/25] Extracting pcre-8.42: 100%
[test] [18/25] Upgrading p5-Error from 0.17024 to 0.17026...
[test] [18/25] Extracting p5-Error-0.17026: 100%
[test] [19/25] Reinstalling p5-Authen-SASL-2.16_1...
[test] [19/25] Extracting p5-Authen-SASL-2.16_1: 100%
[test] [20/25] Upgrading curl from 7.54.0 to 7.60.0...
[test] [20/25] Extracting curl-7.60.0: 100%
[test] [21/25] Installing utf8proc-2.1.0...
[test] [21/25] Extracting utf8proc-2.1.0: 100%
[test] [22/25] Installing liblz4-1.8.2,1...
[test] [22/25] Extracting liblz4-1.8.2,1: 100%
[test] [23/25] Installing p5-CGI-4.38...
[test] [23/25] Extracting p5-CGI-4.38: 100%
[test] [24/25] Upgrading subversion from 1.9.5 to 1.10.0...
[test] [24/25] Extracting subversion-1.10.0: 100%
[test] [25/25] Upgrading git from 2.13.0 to 2.18.0_1...
===> Creating groups.
Using existing group 'git_daemon'.
===> Creating users
Using existing user 'git_daemon'.
[test] [25/25] Extracting git-2.18.0_1: 100%
Message from perl5-5.26.2:

The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from ca_root_nss-3.38:

********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem

***************************************************************************
Message from apr-1.6.3.1.6.1_1:

/!\ ================================================================== /!\

The Apache Portable Runtime project removed support for FreeTDS with
version 1.6. Users requiring MS-SQL connectivity must migrate
configurations to use the added ODBC driver and FreeTDS' ODBC features.

/!\ ================================================================== /!\
Message from python27-2.7.15:

===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb		   databases/py-bsddb
gdbm			databases/py-gdbm
sqlite3		 databases/py-sqlite3
tkinter		 x11-toolkits/py-tkinter

===========================================================================
Message from git-2.18.0_1:

------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:

In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.

All you have to do to make gitweb work is:
1) Please be sure you're able to execute CGI scripts in
   /usr/local/share/examples/git/gitweb.
2) Set the GITWEB_CONFIG variable in your webserver's config to
   /usr/local/etc/git/gitweb.conf. This variable is passed to gitweb.cgi.
3) Restart server.
*************************** GITWEB *************************************

*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
root@test:/ # pkg install sabnzbdplus
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 20 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
		sabnzbdplus: 2.3.4
		py27-feedparser: 5.2.1
		py27-setuptools: 39.2.0
		py27-cryptography: 2.1.4
		py27-ipaddress: 1.0.22
		py27-idna: 2.6
		py27-six: 1.11.0
		py27-enum34: 1.1.6
		py27-cffi: 1.11.5
		py27-pycparser: 2.18
		py27-asn1crypto: 0.22.0
		py27-sabyenc: 3.3.5
		py27-utils: 0.4.0
		py27-cheetah: 2.4.4_1
		py27-markdown: 2.6.11
		py27-sqlite3: 2.7.15_7
		unrar: 5.50,6
		par2cmdline-tbb: 20100203_15
		tbb: 2018.2
		p7zip: 16.02_1

Number of packages to be installed: 20

The process will require 38 MiB more space.
6 MiB to be downloaded.

Proceed with this action? [y/N]: y
[test] [1/20] Fetching sabnzbdplus-2.3.4.txz: 100%	2 MiB 275.3kB/s	00:06
[test] [2/20] Fetching py27-feedparser-5.2.1.txz: 100%   88 KiB  90.4kB/s	00:01
[test] [3/20] Fetching py27-setuptools-39.2.0.txz: 100%  465 KiB 238.3kB/s	00:02
[test] [4/20] Fetching py27-cryptography-2.1.4.txz: 100%  318 KiB 325.9kB/s	00:01
[test] [5/20] Fetching py27-ipaddress-1.0.22.txz: 100%   29 KiB  29.7kB/s	00:01
[test] [6/20] Fetching py27-idna-2.6.txz: 100%   73 KiB  75.1kB/s	00:01
[test] [7/20] Fetching py27-six-1.11.0.txz: 100%   17 KiB  17.0kB/s	00:01
[test] [8/20] Fetching py27-enum34-1.1.6.txz: 100%   51 KiB  52.3kB/s	00:01
[test] [9/20] Fetching py27-cffi-1.11.5.txz: 100%  193 KiB 197.3kB/s	00:01
[test] [10/20] Fetching py27-pycparser-2.18.txz: 100%  155 KiB 159.0kB/s	00:01
[test] [11/20] Fetching py27-asn1crypto-0.22.0.txz: 100%  142 KiB 145.3kB/s	00:01
[test] [12/20] Fetching py27-sabyenc-3.3.5.txz: 100%	8 KiB   8.5kB/s	00:01
[test] [13/20] Fetching py27-utils-0.4.0.txz: 100%  238 KiB 243.9kB/s	00:01
[test] [14/20] Fetching py27-cheetah-2.4.4_1.txz: 100%  258 KiB 264.1kB/s	00:01
[test] [15/20] Fetching py27-markdown-2.6.11.txz: 100%  102 KiB 104.1kB/s	00:01
[test] [16/20] Fetching py27-sqlite3-2.7.15_7.txz: 100%   28 KiB  29.2kB/s	00:01
[test] [17/20] Fetching unrar-5.50,6.txz: 100%  120 KiB 122.8kB/s	00:01
[test] [18/20] Fetching par2cmdline-tbb-20100203_15.txz: 100%   96 KiB  98.7kB/s	00:01
[test] [19/20] Fetching tbb-2018.2.txz: 100%  629 KiB 214.7kB/s	00:03
[test] [20/20] Fetching p7zip-16.02_1.txz: 100%	1 MiB 265.5kB/s	00:05
Checking integrity... done (0 conflicting)
[test] [1/20] Installing py27-setuptools-39.2.0...
[test] [1/20] Extracting py27-setuptools-39.2.0: 100%
[test] [2/20] Installing py27-pycparser-2.18...
[test] [2/20] Extracting py27-pycparser-2.18: 100%
[test] [3/20] Installing py27-ipaddress-1.0.22...
[test] [3/20] Extracting py27-ipaddress-1.0.22: 100%
[test] [4/20] Installing py27-idna-2.6...
[test] [4/20] Extracting py27-idna-2.6: 100%
[test] [5/20] Installing py27-six-1.11.0...
[test] [5/20] Extracting py27-six-1.11.0: 100%
[test] [6/20] Installing py27-enum34-1.1.6...
[test] [6/20] Extracting py27-enum34-1.1.6: 100%
[test] [7/20] Installing py27-cffi-1.11.5...
[test] [7/20] Extracting py27-cffi-1.11.5: 100%
[test] [8/20] Installing py27-asn1crypto-0.22.0...
[test] [8/20] Extracting py27-asn1crypto-0.22.0: 100%
[test] [9/20] Installing py27-markdown-2.6.11...
[test] [9/20] Extracting py27-markdown-2.6.11: 100%
[test] [10/20] Installing tbb-2018.2...
[test] [10/20] Extracting tbb-2018.2: 100%
[test] [11/20] Installing py27-feedparser-5.2.1...
[test] [11/20] Extracting py27-feedparser-5.2.1: 100%
[test] [12/20] Installing py27-cryptography-2.1.4...
[test] [12/20] Extracting py27-cryptography-2.1.4: 100%
[test] [13/20] Installing py27-sabyenc-3.3.5...
[test] [13/20] Extracting py27-sabyenc-3.3.5: 100%
[test] [14/20] Installing py27-utils-0.4.0...
[test] [14/20] Extracting py27-utils-0.4.0: 100%
[test] [15/20] Installing py27-cheetah-2.4.4_1...
[test] [15/20] Extracting py27-cheetah-2.4.4_1: 100%
[test] [16/20] Installing py27-sqlite3-2.7.15_7...
[test] [16/20] Extracting py27-sqlite3-2.7.15_7: 100%
[test] [17/20] Installing unrar-5.50,6...
[test] [17/20] Extracting unrar-5.50,6: 100%
[test] [18/20] Installing par2cmdline-tbb-20100203_15...
[test] [18/20] Extracting par2cmdline-tbb-20100203_15: 100%
[test] [19/20] Installing p7zip-16.02_1...
[test] [19/20] Extracting p7zip-16.02_1: 100%
[test] [20/20] Installing sabnzbdplus-2.3.4...
===> Creating groups.
Creating group '_sabnzbd' with gid '350'.
===> Creating users
Creating user '_sabnzbd' with uid '350'.
[test] [20/20] Extracting sabnzbdplus-2.3.4: 100%
Message from py27-sabyenc-3.3.5:

===>   NOTICE:

The py27-sabyenc port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
Message from sabnzbdplus-2.3.4:

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

news/sabnzbdplus includes an RC script:
/usr/local/etc/rc.d/sabnzbd

TO START SABNZBD ON BOOT:
# sysrc sabnzbd_enable=YES

START MANUALLY:
# service sabnzbd start

Once started, visit the following to configure:
http://localhost:8080/sabnzbd/

Note that your URL may differ slightly if you have an old sabnzbd.ini
that specifies a different address to bind to.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
root@test:/ #

 

Sokonomi

Contributor
Joined
Jul 15, 2018
Messages
115
I have identified the problem in my first post; It was me :')
FreeNAS doesn't play well with Virtualbox, you need some very specific settings in Oracles VM.
It was causing some DNS hickups, which in turn made the repository unreachable.
Ive sorted this problem out now, and im in the process of installing sabnzbdplus manually as we speak.
Im hung up on the "Change the host line to host = 0.0.0.0" part simply because I cant find it in nano though. :oops:
 
Joined
Jul 10, 2018
Messages
25
I have identified the problem in my first post; It was me :')
FreeNAS doesn't play well with Virtualbox, you need some very specific settings in Oracles VM.
It was causing some DNS hickups, which in turn made the repository unreachable.
I've sorted this problem out now, and im in the process of installing sabnzbdplus manually as we speak.
Im hung up on the "Change the host line to host = 0.0.0.0" part simply because I can't find it in nano though. :oops:
So when you get into the config file with nano just hit the down arrow until you get to the right line. It's in here and you have to go down quite a bit.
upload_2018-7-16_0-52-58.png

Type ctrl+shift+x
It will ask you if you want to save changes
upload_2018-7-16_0-57-11.png

Type Y
upload_2018-7-16_0-57-47.png

Now hit enter, and it will save the file. At this point you should be able to access sab through the browser by typing in the jail ip address:8080.

I hope this gets you there buddy.
 

Sokonomi

Contributor
Joined
Jul 15, 2018
Messages
115
That is absolutely terrific tech support, thank you kindly, salsacalientemuy!
Runs error free right out the gate! :D
 

Thefarelkid

Cadet
Joined
Oct 29, 2016
Messages
5
Thanks for this insanely obscure note. I had updated my sabnzbd jail recently and broke it. I abandoned any attempt to fix it figuring that a fresh install would work like a charm. NOPE. Luckily I found this little gem. I changed the "host" entry in the sabnzbd.ini file to 0.0.0.0 as described above (which was located at /usr/local/sabnzbd for my install) and I'm all good!

Thanks guys!
 
Top