Re: 13.1-RELEASE-p3 -> 13.1-RELEASE-p5 fails

From: ICT builder <builder_at_vernuftiger.nl>
Date: Fri, 06 Jan 2023 08:58:25 UTC
On 06-01-2023 09:44, Steve O'Hara-Smith wrote:
> On Fri, 6 Jan 2023 09:12:55 +0100
> ICT builder <builder@vernuftiger.nl> wrote:
> 
>> I did on a amd 64 bit install at p3 a freebsd-update fetch install ->
>> reboot but it looks like im still at p3
>>
>> # uname -a
>> FreeBSD store.localdomain 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3
>> GENERIC amd64
> 
> 	uname only shows you the kernel version which will only change with
> binary updates if the update includes kernel changes, neither p4 nor p5 did
> so the latest kernel binary is p3.
> 
> 	The utility freebsd-version can be used to show kernel and userland
> versions viz:
> 
> ✓ steve@steve ~ $ freebsd-version -ku
> 13.1-RELEASE-p3
> 13.1-RELEASE-p5
> 
> 	I expect you will see the same thing.
> 

It does:

# freebsd-version -ku
13.1-RELEASE-p3
13.1-RELEASE-p5

problem solved; learned I need to use freebsd-version, not uname -a

Thanks for your time.