12.0 U2 Update Successful!

jlpellet

Patron
Joined
Mar 21, 2012
Messages
286
I unstalled 12.0-U2 on 5 systems this morning with uniform success. Verified U2 fixed the SMB1 issue I had in U1 (abandoned IOT only supporting SMB1).

Thanks for the good work.

John Pellet
 

HolyK

Ninja Turtle
Moderator
Joined
May 26, 2011
Messages
653
I took the leap of faith as well and went from 11.3-U3.2 => 11.3-U5 =>12.0-U2

Both update and upgrade were flawless. No errors/issues faced during the progress, just a smooth ride ...

Only thing i found is that after system (re)start following is spamming the log:
Feb 11 00:32:33 Navarro 1 2021-02-11T00:32:33.150911+01:00 Navarro.local collectd 2969 - - rrdcached plugin: Failed to connect to RRDCacheD at unix:/var/run/rrdcached.sock: Unable to connect to rrdcached: No such file or directory (status=2)
Feb 11 00:32:33 Navarro 1 2021-02-11T00:32:33.150949+01:00 Navarro.local collectd 2969 - - rrdcached plugin: Failed to connect to RRDCacheD at unix:/var/run/rrdcached.sock: Unable to connect to rrdcached: No such file or directory (status=2)
Feb 11 00:32:33 Navarro 1 2021-02-11T00:32:33.150989+01:00 Navarro.local collectd 2969 - - rrdcached plugin: Failed to connect to RRDCacheD at unix:/var/run/rrdcached.sock: Unable to connect to rrdcached: No such file or directory (status=2)
It can be "fixed" by untick, save, tick, save of the System -> System Dataset -> Syslog checkbox.

Next step is to upgrade my jails ...
 

HolyK

Ninja Turtle
Moderator
Joined
May 26, 2011
Messages
653
All Jails upgraded w/o issues. Sweet !

Example bellow (what i did on my TeamSpeak jail)

- First update each jail to its most-recent version of the current release by going to TrueNAS UI -> Jails-> select Jail -> click "Update" and confirm

- Then upgrade Jail version to 12.2 from host system
Code:
iocage list -l
iocage update <jail_name>
iocage snaplist <jail_name>
iocage upgrade -r 12.2-RELEASE <jail_name>

- Then update packages/ports from within jail (jexec # tcsh)
Code:
pkg update
pkg upgrade
portsnap fetch
portsnap fetch update
portsnap extract
cd /usr/ports/audio/teamspeak3-server/
make reinstall
service teamspeak status

Be patient, some of the above will take a while...
 
Last edited:
Top