I have a FreeBSD 13.2 box;
I'd like to upgrade it to 13.3-RELEASE. However these both look scary;
and:
So should I go directly with this?
(and the rest commands after)
Thanks in advance.
Bash:
[FreeBSD-root@me:~]# freebsd-version -kru
13.2-RELEASE-p11
13.2-RELEASE-p11
13.2-RELEASE-p12
[FreeBSD-root@me:~]# uname -a
FreeBSD me 13.2-RELEASE-p11 FreeBSD 13.2-RELEASE-p11 GENERIC amd64
I'd like to upgrade it to 13.3-RELEASE. However these both look scary;
Bash:
[FreeBSD-root@me:~]# pkg upgrade
Updating FreeBSD repository catalogue...
Fetching data.pkg: 100% 7 MiB 3.7MB/s 00:02
Processing entries: 0%
Newer FreeBSD version for package zziplib:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1303001
- running kernel: 1302001
Ignore the mismatch and continue? [y/N]: n
pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:13:amd64
Processing entries: 0%
Unable to update repository FreeBSD
Error updating repositories!
and:
Bash:
[FreeBSD-root@me:~]# freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 13.2-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files are affected by updates. No changes have
been downloaded, however, because the files have been modified
locally:
/etc/ssh/sshd_config
No updates needed to update system to 13.2-RELEASE-p12.
WARNING: FreeBSD 13.2-RELEASE-p11 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Tue Jul 2 02:00:00 CEST 2024
will not have been corrected.
So should I go directly with this?
freebsd-update -r 13.3-RELEASE upgrade
(and the rest commands after)
Thanks in advance.