I upgraded the host from 12.2-p1 to 12.2-p4 ; and then upgraded my gui-jail template as well. This caused many of my gui applications to stop working, throwing the following error for Firefox, Libreoffice, and Telegram-Desktop:
I even tried to fresh install a new gui-jail template: (0kde is the name of this gui-jail attempted install)
Checking from inside the jail shows:
When I go inside the freshly installed jail and try to install pkg, I get the following error:
So it seems somehow my jail isn't actually the proper kernel version? I have to think this is related to the Undefined symbol, but maybe not. What really makes no sense to me, is that I'm extracting base.txz straight from FreeBSD servers, and inside the jail apparently shows the correct 12.2-p4 version when queried, but pkg doesn't think so.
Can anyone offer some help and/or troubleshooting ideas?
Code:
ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "pthread_setname_np@FBSD_1.6"
Code:
zfs create zroot/jails/0kde
bsdinstall jail /jails/0kde
jail -c 0kde
freebsd-update -b /jails/0kde fetch install
freebsd-version -u
12.2-RELEASE-p4 ... and uname from host reveals the same.When I go inside the freshly installed jail and try to install pkg, I get the following error:
Code:
root@0kde:~ # pkg install
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
[0kde] Installing pkg-1.16.3...
Newer FreeBSD version for package pkg:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1202000
- running kernel: 1201000
Ignore the mismatch and continue? [y/N]:
Can anyone offer some help and/or troubleshooting ideas?