csearle
Contributor
- Joined
- Jan 18, 2019
- Messages
- 189
unless it's changed, the Plex plugin was stuck on 11.something jail version.. and you'd have to install plex manually in a 12.2 jail to be able to keep both plex and your IOCage jail up to date
Brain fart on my part (Hey! That Rhymes!) . .it is 12.1 that it's stuck on.. running the iocage upgrade will say successful to 12.2, but the jail will still say 12.1That seems odd. My Plex plugin install is at 12.1-RELEASE-p13. I think you should search the forums a bit. There have been talks about this and the iocage upgrade command
Brain fart on my part (Hey! That Rhymes!) . .it is 12.1 that it's stuck on.. running the iocage upgrade will say successful to 12.2, but the jail will still say 12.1
freebsd-version
inside the jail./mnt/<jail pool>/iocage/<jail name>/config.json
.You can at any time update the jails base operating system:what's the difference installing plex manually?
iocage update <jailname>
. And you can at any time update Plex and all related packages: pkg update; pkg upgrade
.Nope, both the config.json and the "freebsd-version" command show 12.1-RELEASE-p13. Beats me why Plex shows 12.2-RELEASE-p6I don't use plugins for exactly these reasons, always roll my own jails. Easy to upgrade.
What I suspect: the jail was upgraded successfully, so you are running 12.2-p6 inside the jail. You can check that withfreebsd-version
inside the jail.
Yet, iocage records the version in the jail's config file:/mnt/<jail pool>/iocage/<jail name>/config.json
.
Probably the two are out of sync for some reason.
uname
instead of freebsd-version
, it will get the kernel version of the running system. Which is indeed 12.2-p6, the version of your TrueNAS. Did you say that you looked in Plex for the version? Maybe I overlooked that, but that's why I always insist people post all the details ...Well, if Plex usesuname
instead offreebsd-version
, it will get the kernel version of the running system. Which is indeed 12.2-p6, the version of your TrueNAS. Did you say that you looked in Plex for the version? Maybe I overlooked that, but that's why I always insist people post all the details ...