pkg search unbound

Hi,
My machine (FreeBSD machine 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64) is a little unstable and I am not sure what is wrong, is it the repository server which is not available at times or something else is broken.

Sometime pkg search works as following

Code:
user@machine:~ $ pkg search unbound
lua51-luaunbound-1.0.0_1       Lua binding to libunbound
lua52-luaunbound-1.0.0_1       Lua binding to libunbound
lua53-luaunbound-1.0.0_1       Lua binding to libunbound
lua54-luaunbound-1.0.0_1       Lua binding to libunbound
unbound-1.17.1_2               Validating, recursive, and caching DNS resolver
unbound_exporter-0.4.1_6       Prometheus metrics exporter for the Unbound DNS resolver
And sometime it gives the following output.
Code:
user@machine:~ $ pkg search unbound
pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:13:amd64

Does anyone know what is wrong ? I am using pkg-1.19.2
 
And sometime it gives the following output.

Any chance this output was shown at the first run of pkg update/upgrade after an OS upgrade? Then this is normal, as your local catalogue still has the old OS version listed.

Also, what's the output of freebsd-version -urk?
 
Thanks it gives me following.
user@machine:~ $ freebsd-version -urk
13.1-RELEASE
13.1-RELEASE
13.1-RELEASE

No, I haven't updated the freebsd recently.
 
Upgrade your system, 13.1 is now end-of-life and not supported any more. Packages are specifically build for 13.2.
 
Back
Top