After going through SAS, and ENS, I decided to update my poudriere jails base system, and my hosts base system.
For updating poudriere I issued as root the following command:
After updating I verified the jail version with this command, again issued as root:
Poudriere shows the most up to date patch level.
After reading Chapter 26. Updating and Upgrading FreeBSD, I managed to update my system.
For updating I issued the following commands as root:
and rebooted since kernel files where updated.
Veryfing that my system is indeed patched, I issued as my user the command
Do I need to update again ?
EDIT: I tried to update again, but this time I got the output "No updates needed to update system to 14.2-RELEASE-p2.".
I am a little bit confused.
Does not the second patch level has new security fixes, too ?
Another thing I noticed now then issuing the command
1) Default dataset mounted at root: zroot/ROOT/default 7.31G 851G 7.24G /
2) New dataset mounted alongside the old one: originz/ROOT/14.2-RELEASE_2025-02-25_114420 8K 851G 7.23G /
My question here is why do I need both if the 1st zroot/ROOT/default dataset already suffice ?
For updating poudriere I issued as root the following command:
poudriere jail -u -j my-jail-name.After updating I verified the jail version with this command, again issued as root:
poudriere jail -i -j my-jail-name.Poudriere shows the most up to date patch level.
After reading Chapter 26. Updating and Upgrading FreeBSD, I managed to update my system.
For updating I issued the following commands as root:
Code:
freebsd-update fetch
freebsd-update install
Veryfing that my system is indeed patched, I issued as my user the command
uname -a and noticed that my patch level is still p1.Do I need to update again ?
EDIT: I tried to update again, but this time I got the output "No updates needed to update system to 14.2-RELEASE-p2.".
I am a little bit confused.
Does not the second patch level has new security fixes, too ?
Another thing I noticed now then issuing the command
zfs list there is a new dataset attached to my zroot zpool and mounted at /, although I have already a dataset mounted at /.1) Default dataset mounted at root: zroot/ROOT/default 7.31G 851G 7.24G /
2) New dataset mounted alongside the old one: originz/ROOT/14.2-RELEASE_2025-02-25_114420 8K 851G 7.23G /
My question here is why do I need both if the 1st zroot/ROOT/default dataset already suffice ?