Upgraded jail still showing old release

LotLits

Dabbler
Joined
Apr 10, 2015
Messages
30
I recently received an email from Plex about the need to update my plex server. I found that I couldn't perform an update using pkg because the jail was running 11.2-RELEASE.

I decided to upgrade the jail to the 11.3 release by running iocage upgrade -r 11.3-RELEASE plex. It took a while but it seemed to complete without an error (or at least none that I noticed). However, when I try to update pkg, I don't see any new packages.

Additionally, iocage list seems to list the jail as 11.3 but uname -a within the jail and the MOTD still list 11.3-RELEASE:

Code:
--$ sudo iocage list
+-----+---------------+-------+--------------+-------------+
| JID |     NAME      | STATE |   RELEASE    |     IP4     |
+=====+===============+=======+==============+=============+
| 8   | plex          | up    | 11.3-RELEASE | 10.0.0.20  |
+-----+---------------+-------+--------------+-------------+

user@freenas:~ :
|--$ sudo iocage console plex
...
root@plex:~ # uname -a
FreeBSD plex 11.2-STABLE FreeBSD 11.2-STABLE #0 r325575+c9231c7d6bd(HEAD): Mon Nov 18 22:46:47 UTC 2019     root@nemesis:/freenas-releng/freenas/_BE/objs/freenas-releng/freenas/_BE/os/sys/FreeNAS.amd64  amd64

root@plex:~ # pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

root@plex:~ # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date


I forgot to run iocage update plex so I'm not sure if that's the problem.

I assume I missed a step to finish off the upgrade although I'm not sure. Any help would be great.

Current FreeNAS version: 11.2-U7
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
The kernel is from FreeNAS and this is still version 11.2. Type uname -KU and you'll see ...
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Or run freebsd-version from within the Plex jail and it will display the version and patch level the jail is running.
 
Top