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;
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;
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;
So now im at the end of the rope, google is no help.
What should I do now?
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?