I upgraded my 14.1 system to 14.3 and I would like to know if I have everything updated now or not.
From memory I think I followed the update instructions shown at
www.freebsd.org
.
The reason I am doubting everything has been upgraded is that I see different info using 'uname -a' and 'freebsd-version':
Kernel:
Userland:
So, to me it looks like the kernel is at version 14.3-RELEASE, but the userland is at version 14.1-RELEASE-p8.
So it looks like the fix is to upgrade the userland to 14.3-RELEASE too, is that correct, and if so how do I do that?
Sorry if this is a newbie question.
From memory I think I followed the update instructions shown at

FreeBSD 14.3-RELEASE Installation Instructions
FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
The reason I am doubting everything has been upgraded is that I see different info using 'uname -a' and 'freebsd-version':
Code:
# uname -a
FreeBSD freebsd 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64
Kernel:
Code:
# freebsd-version -k
14.3-RELEASE
Userland:
Code:
# freebsd-version -u
14.1-RELEASE-p8
So, to me it looks like the kernel is at version 14.3-RELEASE, but the userland is at version 14.1-RELEASE-p8.
So it looks like the fix is to upgrade the userland to 14.3-RELEASE too, is that correct, and if so how do I do that?
Sorry if this is a newbie question.