Plugins won't start after upgrading

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Hi,

I just upgraded to TrueNAS (TrueNAS-12.0-U1.1).

4 out 5 of my plugins don't work.

I tried upgrading through the CLI with
Code:
iocage upgrade XXX


Everything has been upgraded:
Code:
+-----+--------------+-------+--------------+------+
| JID |     NAME     | STATE |   RELEASE    | IP4  |
+=====+==============+=======+==============+======+
| 10  | jackett      | up    | 12.1-RELEASE | DHCP |
+-----+--------------+-------+--------------+------+
| 11  | plex         | up    | 12.1-RELEASE | DHCP |
+-----+--------------+-------+--------------+------+
| 12  | radarr       | up    | 12.1-RELEASE | DHCP |
+-----+--------------+-------+--------------+------+
| 13  | sonarr       | up    | 12.1-RELEASE | DHCP |
+-----+--------------+-------+--------------+------+
| 14  | transmission | up    | 12.1-RELEASE | DHCP |
+-----+--------------+-------+--------------+------+


None of the plugins are accessible except for Jackett.

I read something about devfs_ruleset.
I checked it ou and all jails are set to 4, which is what I understand should be the correct value.

I tried rebooting the system, updating from the GUI, restarting every plugin... nothing works.

Please HALP!!!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Did you run pkg upgrade in those jails after the upgrade of the jail?
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Did you run pkg upgrade in those jails after the upgrade of the jail?

I'm not sure what you mean?
I ran iocage upgrade NAME and it appeared to upgrade everything?

Are there additional commands I should be running?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I'm not sure what you mean?
I ran iocage upgrade NAME and it appeared to upgrade everything?

Are there additional commands I should be running?
That command you ran upgrades the jail Operating System.

What I'm suggesting is you still need to upgrade all of the software to match it:
iocage pkg plex upgrade

For example.
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
That command you ran upgrades the jail Operating System.

What I'm suggesting is you still need to upgrade all of the software to match it:
iocage pkg plex upgrade

For example.

Thanks for your reply!

Ok I just ran all the pkg upgrade for all iocages.

I rebooted the system just to make sure.

Still, all my plugins and not accessible except Jackett.

I'm too much of a n00b to understand what's going on.

Is there anything I can do to get some more info on the problem?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Did you see the upgrade of packages happen? (you may have needed to enter Y without necessarily seeing a prompt for it).

Alternatively do:
iocage console plex

then

pkg update && pkg upgrade

to make sure it goes through.

You may need to look into starting the service from inside the jail to see a detailed error.
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Did you see the upgrade of packages happen? (you may have needed to enter Y without necessarily seeing a prompt for it).

Alternatively do:
iocage console plex

then

pkg update && pkg upgrade

to make sure it goes through.

You may need to look into starting the service from inside the jail to see a detailed error.

I completed that, for each iocage, and everything went through without errors.

(and yes it prompted me every time for confirmation and I pressed Y)

Still can't access my plugins though :confused:
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Anyone could help out?

None of my plugins work anymore except for Jackett :(

Where can I look to figure out what's wrong?
 

Baenwort

Explorer
Joined
Feb 19, 2015
Messages
93
Anyone could help out?

None of my plugins work anymore except for Jackett :(

Where can I look to figure out what's wrong?

Did you check to see if the plug-ins changed from getting their own IP to being NATed from the NAS IP? I had this problem as most of the plug-ins have been updated by iX (don't know why) to be using ports off the NAS IP and this causes problems with some plug in combos.
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Did you check to see if the plug-ins changed from getting their own IP to being NATed from the NAS IP? I had this problem as most of the plug-ins have been updated by iX (don't know why) to be using ports off the NAS IP and this causes problems with some plug in combos.

All the jails get their IP from DHCP.

In the jails option : DHCP, VNET and Berkely Packet Filter are enabled.
NAT is disabled.

Is that correct?
 

above&beyond

Cadet
Joined
Feb 17, 2021
Messages
2
I also just upgraded to TrueNAS-12.0-U2. I can't access Sonarr or Radarr through the webui even though both plugins and jail show they are running. I receive an ERR_CONNECTION_REFUSED error message in Google Chrome. Deleting the plugins and installing from scratch yields the same result.

DHCP, VNET and Berkely Packet Filter are enabled. NAT is disabled.
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Does anyone have any idea where I could start to investigate?

Initially, I just installed the plugins from the GUI...

Any log I could look into? Or anything else?

It'd really like to get those plugins back online.

Or if I need to start from scratch I'd like to know ASAP !
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
What version of FreeNAS did you upgrade from?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
No, that's what you upgraded to. What version did you start from?
 

BlazeStar

Patron
Joined
Apr 6, 2014
Messages
383
Well, I'm about to start the very painful process of installing all the plugins from scratch and trying to figure ou how to import the database from the non functioning plugins.

Before I do that, is there a charitable spirit who would have a suggestion to try to fix my plugins?

Thanks!
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
maybe it's a permission issue of some kind .. I'm a noob's noob so I'm just taking a stab here .. I've been struggling getting UniFi6 installed but finally got it sorted out .. but anyhoo .. maybe try

Code:
iocage exec radarr chmod u+x /usr/local/etc/rc.d/radarr
iocage exec radarr sysrc "radarr_enable=YES"
iocage exec radarr service radarr start

Run from main shell and change "radarr" to whatever the actual name of your jail is

and if that actually works ..do the same for your other jails
 
Top