Hello.
Host system:
Jails..
http:
data:
As we can see, the version numbers of the jails from
and
are different. I can't update jails, I can't update packages on jails. I tried
Is there a way to fix the situation?
Host system:
Code:
[sailorsamoor@six ~]% uname -a
FreeBSD six 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 GENERIC amd64
[sailorsamoor@six ~]% freebsd-version
14.3-RELEASE-p5
[sailorsamoor@six ~]%
http:
Code:
root@six:/usr/home/sailorsamoor # jexec http
root@http:/ # uname -a
FreeBSD http 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 GENERIC amd64
root@http:/ # freebsd-version -ru
14.3-RELEASE-p5
14.2-RELEASE-p3
root@http:/ # exit
Code:
root@six:/usr/home/sailorsamoor # jexec data
root@data:/ # uname -a
FreeBSD data 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 GENERIC amd64
root@data:/ # freebsd-version -ru
14.3-RELEASE-p5
13.2-RELEASE-p3
root@data:/ #
As we can see, the version numbers of the jails from
uname -aand
freebsd-versionare different. I can't update jails, I can't update packages on jails. I tried
freebsd-update feth install, freevsd-update -F -b <path_to_jails> -r NN, nothing helps.Is there a way to fix the situation?