Solved Should i upgrade my freebsd to 14.0 or is it something i do wrong?

I have 13.1-release on a physical PC. I tried to set Nginx on my OS but failed. This is what i got

Code:
root@SOMSP:cd /usr/ports/www/nginx 
# make config-recursive
# make install clean


===>  License BSD2CLAUSE accepted by the user
===>   nginx-1.24.0_11,3 depends on file: /usr/local/sbin/pkg - found
=> nginx-1.24.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://nginx.org/download/nginx-1.24.0.tar.gz
fetch: https://nginx.org/download/nginx-1.24.0.tar.gz: No address record
=> Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/joneum/nginx                                                                                                             -1.24.0.tar.gz
fetch: http://distcache.FreeBSD.org/local-distfiles/joneum/nginx-1.24.0.tar.gz:                                                                                                              No address record
=> Attempting to fetch http://distcache.us-east.FreeBSD.org/local-distfiles/jone                                                                                                             um/nginx-1.24.0.tar.gz
fetch: http://distcache.us-east.FreeBSD.org/local-distfiles/joneum/nginx-1.24.0.                                                                                                             tar.gz: No address record
=> Attempting to fetch http://distcache.eu.FreeBSD.org/local-distfiles/joneum/ng                                                                                                             inx-1.24.0.tar.gz
fetch: http://distcache.eu.FreeBSD.org/local-distfiles/joneum/nginx-1.24.0.tar.g                                                                                                             z: No address record
=> Attempting to fetch http://distcache.us-west.FreeBSD.org/local-distfiles/jone                                                                                                             um/nginx-1.24.0.tar.gz
fetch: http://distcache.us-west.FreeBSD.org/local-distfiles/joneum/nginx-1.24.0.                                                                                                             tar.gz: No address record
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/nginx-1.24.0                                                                                                             .tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/nginx-1.24.0.tar.gz: No addr                                                                                                             ess record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/nginx
*** Error code 1

Stop.
make: stopped in /usr/ports/www/nginx


And another example:

Code:
root@SOMSP:~ # pkg install nginx
Updating FreeBSD repository catalogue...
pkg: No SRV record found for the repo 'FreeBSD'

Is it because my freebsd version is outdated or i do something wrong? I did the same on my virtual machine where i have freebsd 13.2-release and the same commands worked fine. I am not good at freebsd so i would be glad if you help me with this. It is not a problem for me to upgrade my OS, i just want to know if the old OS is the problem here at all.
 
Is it because my freebsd version is outdated
13.1 is end-of-life three months after the release of 13.2, so yes, it's outdated. Don't have to upgrade to 14.0, upgrading to 13.2 is fine too.


At the moment there are three supported versions, 12.4, 13.2 and 14.0. The entire 12 branch will be EoL at the end of the year. The 13 branch is still supported, and will be for a while (expected EoL of the 13 branch is 2026). So expect a 13.3 and even 13.4 to appear in the future. When 13.3 is released, 13.2 will be EoL three months later.

With all supported versions, only the last minor version of that major branch is supported.
 
Back
Top