After upgrading FreeNAS from 9 to 11.1 my existing jail ("gollum") seems to have a version problem:
I created a new jail ("lami") with FreeNAS UI. In this one I can work with ports no problem.
(I understand that graphic jail management has changed in FreeNAS 11 (warden vs. whatever) and that I am restricted to the shell for older jail management, which is fine with me)
freebsd-version indicates that the host system and both jails run different versions of freebsd:
FreeNAS: 11.1-STABLE
gollum: 10.3-RELEASE
lami: 11.0-RELEASE-p1
Question: how I can update FreeBSD in gollum to a version I can work with, i.e. 11.0-RELEASE-p1 ?
Updating FreeBSD the usual way did not work:
Code:
root@gollum:/usr/ports/graphics/pecl-imagick # portmaster install make: "/usr/ports/Mk/bsd.port.mk" line 1211: UNAME_r (11.1-STABLE) and OSVERSION (1003000) do not agree on major version number. make: "/usr/ports/Mk/bsd.port.mk" line 1211: UNAME_r (11.1-STABLE) and OSVERSION (1003000) do not agree on major version number. ===>>> The value of DISTDIR cannot be empty ===>>> Aborting update
I created a new jail ("lami") with FreeNAS UI. In this one I can work with ports no problem.
(I understand that graphic jail management has changed in FreeNAS 11 (warden vs. whatever) and that I am restricted to the shell for older jail management, which is fine with me)
freebsd-version indicates that the host system and both jails run different versions of freebsd:
FreeNAS: 11.1-STABLE
gollum: 10.3-RELEASE
lami: 11.0-RELEASE-p1
Question: how I can update FreeBSD in gollum to a version I can work with, i.e. 11.0-RELEASE-p1 ?
Updating FreeBSD the usual way did not work:
Code:
freebsd-update upgrade -r 11.0-RELEASE-p1 Looking up update.FreeBSD.org mirrors... 2 mirrors found. Fetching public key from update4.freebsd.org... failed. Fetching public key from update5.freebsd.org... failed. No mirrors remaining, giving up.
Last edited: