3.6.0 not working on FreeBSD / TrueNAS

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
ScaryGary
Newbie
Newbie
Posts: 3
Joined: June 19th, 2022, 5:35 pm

3.6.0 not working on FreeBSD / TrueNAS

Post by ScaryGary »

I'm running SABnzbd 3.5.3 in a jail on TrueNAS Core 12. I just tried to manually upgrade to 3.6.0 like i successfully did from the previous version to 3.5.3.
After replacing all the files this is what shows up in the log when I try to start the daemon:

2022-06-20 00:31:32,866::INFO::[__init__:341] All processes started
2022-06-20 00:31:32,867::INFO::[notifier:123] Sending notification: Warning - Cannot find web template: /usr/local/bin/interfaces/Glitter/templates/>
2022-06-20 00:31:32,867::WARNING::[misc:81] Cannot find web template: /usr/local/bin/interfaces/Glitter/templates/main.tmpl, trying standard template
2022-06-20 00:31:32,867::INFO::[notifier:123] Sending notification: Error - Cannot find standard template: /usr/local/bin/interfaces/Glitter (type=e>
2022-06-20 00:31:32,867::ERROR::[SABnzbd:332] Cannot find standard template: /usr/local/bin/interfaces/Glitter

3.5.3 looks for the templates in the correct folders. This is the log when I start 3.5.3:

2022-06-20 00:05:04,698::INFO::[__init__:321] All processes started
2022-06-20 00:05:04,698::INFO::[SABnzbd:336] Template location for Glitter is /usr/local/share/sabnzbdplus/interfaces/Glitter
2022-06-20 00:05:04,698::INFO::[SABnzbd:336] Template location for Config is /usr/local/share/sabnzbdplus/interfaces/Config

What changed and how do I fix it?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.6.0 not working on FreeBSD / TrueNAS

Post by sander »

worth a try: specify the template directory with

sabnzbdplud -t <blalba>
or
./SABnzbd.py -t <blabla>

-t --templates <templ> Template directory
ScaryGary
Newbie
Newbie
Posts: 3
Joined: June 19th, 2022, 5:35 pm

Re: 3.6.0 not working on FreeBSD / TrueNAS

Post by ScaryGary »

First thing I tried. Didn't work. I ended up creating a symlink to interfaces in /usr/local/bin but that's more of a workaround than a solution.
Post Reply