Installing from source on Truenas Core
Posted: June 14th, 2024, 8:01 am
pastebin . com / 7BBcHkyP
A question regarding installing from source
EDIT by sander, copied from https://pastebin.com/raw/7BBcHkyP
Hello
I’ve run into a roadblock trying to install Sabnzbd on my system.
I’m running Core 13.0-U6.1 and currently have Sabnzbd package version 4.2.2. I am trying a new install of version 4.3.2. I know there is no package or port for that version yet, so I’m trying to install from source, both to get the new version and as a teaching experience. As an aside, it looks like the 4.2.2 package is no longer available. In fact, there are no sabnzbd packages at all available from what I can see.
I’ve gone through the git hub notes and other sources I can find online and installed what I believe are all the dependencies. I created the rc.c file (actually copied from my current install) and set all the directories.
When I try to start sab, either using service sabnzbd start, or running SABnzbd.py from the command line, I get the following error:
Starting sabnzbd.
Traceback (most recent call last):
File “/usr/local/bin/SABnzbd.py”, line 63, in
import sabnzbd
ModuleNotFoundError: No module named ‘sabnzbd’
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd
From the error message, I assume it can’t find module “sabnzbd”, but I don’t know what that module is. I’ve done a search through my existing 4.2.2 installation and can’t find anything that looks like that, and searching online hasn’t returned any helpful information.
Has anyone here ever installed sabnzbd from source, or does anyone have any idea what this is?
thanks
A question regarding installing from source
EDIT by sander, copied from https://pastebin.com/raw/7BBcHkyP
Hello
I’ve run into a roadblock trying to install Sabnzbd on my system.
I’m running Core 13.0-U6.1 and currently have Sabnzbd package version 4.2.2. I am trying a new install of version 4.3.2. I know there is no package or port for that version yet, so I’m trying to install from source, both to get the new version and as a teaching experience. As an aside, it looks like the 4.2.2 package is no longer available. In fact, there are no sabnzbd packages at all available from what I can see.
I’ve gone through the git hub notes and other sources I can find online and installed what I believe are all the dependencies. I created the rc.c file (actually copied from my current install) and set all the directories.
When I try to start sab, either using service sabnzbd start, or running SABnzbd.py from the command line, I get the following error:
Starting sabnzbd.
Traceback (most recent call last):
File “/usr/local/bin/SABnzbd.py”, line 63, in
import sabnzbd
ModuleNotFoundError: No module named ‘sabnzbd’
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd
From the error message, I assume it can’t find module “sabnzbd”, but I don’t know what that module is. I’ve done a search through my existing 4.2.2 installation and can’t find anything that looks like that, and searching online hasn’t returned any helpful information.
Has anyone here ever installed sabnzbd from source, or does anyone have any idea what this is?
thanks