Issue updating iocage release version

Status
Not open for further replies.

White95supra

Dabbler
Joined
Nov 13, 2016
Messages
19
I have plex installed in a iocage jail since the 11.2 beta, the issue I have is that the iocage release version on the jail is 11.1-RELEASE-P11 and not the current version of 11.2-RELEASE-P4. As I understand with iocage, having different versions between the server and the jail can cause issues. So after some googling, I tried stopping the jail, going to edit in the GUI and changing the version to 11.2-RELEASE and saving but it did not change anything. The other option I found was upgrading through CLI as per these iocage docs but this is all that happens

Code:
iocage upgrade plex -r 11.2-RELEASE
Snapshotting plex...
Updating plugin INDEX...
/mnt/ssd_drive/iocage/.plugin_index/plex.json was not found!


Any help would be appreciated.
 

Skro

Contributor
Joined
Jun 26, 2018
Messages
100
Did you install Plex using the plugin, pkg, or ports?

I installed Plex in 11.1-u6, RC1, and RC2 using ports and was unable to update using the GUI, but had no issue using the CLI method to update to 11.2. There is a bug that sounds similar (#54234) but it looks like they couldn't reproduce it. You might want to provide some more details and perhaps one of the gurus can help.
 

White95supra

Dabbler
Joined
Nov 13, 2016
Messages
19
This was installed through plugins. I am not sure if that bug is the same or not, I can't tell what caused the error in the bug report.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,974
What is the output of iocage list
 

White95supra

Dabbler
Joined
Nov 13, 2016
Messages
19
Code:
iocage list
+-----+------------+-------+--------------+------------+
| JID |    NAME    | STATE |   RELEASE    |    IP4     |
+=====+============+=======+==============+============+
| 15  | plex       | up    | 11.1-RELEASE | 10.0.1.102 |
+-----+------------+-------+--------------+------------+
| 2   | tautulli   | up    | 11.2-RELEASE | 10.0.1.104 |
+-----+------------+-------+--------------+------------+
| -   | zoneminder | down  | 11.2-RELEASE | 10.0.1.105 |
+-----+------------+-------+--------------+------------+
 
Status
Not open for further replies.
Top