SOLVED 11.3 Upgrade - Problem with jails and iocage fetch

Hazimil

Contributor
Joined
May 26, 2014
Messages
172
Hi, have upgraded to 11.3, and want to upgrade mt Jails, yet hitting a problem. When using iocage fetch -r 11.3-RELEASE to get the update, I'm getting the following:

Code:
# iocage fetch -r 11.3-RELEASE
Fetching: 11.3-RELEASE

Extracting: base.txz...
Extracting: lib32.txz...
Extracting: src.txz...
Extracting: doc.txz...

* Updating 11.3-RELEASE to the latest patch level...
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update1.freebsd.org... key has incorrect hash.
Fetching public key from update4.freebsd.org... key has incorrect hash.
Fetching public key from update2.freebsd.org... key has incorrect hash.
No mirrors remaining, giving up.

This may be because upgrading from this platform (amd64)
or release (11.3-RELEASE) is unsupported by tmp1id5md1_. Only
platforms with Tier 1 support can be upgraded by tmp1id5md1_.
See https://www.freebsd.org/platforms/index.html for more info.

If unsupported, FreeBSD must be upgraded by source.
No updates are available to install.
Run '/tmp/tmp1id5md1_ fetch' first.
root@fruitbowl:~ # iocage update ClamAV
Snapshot: tank/iocage/jails/ClamAV@ioc_update_11.2-RELEASE-p15_2020-02-13_12-31-07 created.
Updating jail...

* Updating ClamAV to the latest patch level...
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 11.2-RELEASE from update2.freebsd.org... invalid signature.
Fetching metadata signature for 11.2-RELEASE from update1.freebsd.org... invalid signature.
Fetching metadata signature for 11.2-RELEASE from update4.freebsd.org... invalid signature.
No mirrors remaining, giving up.

This may be because upgrading from this platform (amd64)
or release (11.2-RELEASE) is unsupported by tmpl1089ikm. Only
platforms with Tier 1 support can be upgraded by tmpl1089ikm.
See https://www.freebsd.org/platforms/index.html for more info.

If unsupported, FreeBSD must be upgraded by source.


Any idea what this means?

And, when trying to do an iocage update Jail, I also getting issues:

Code:
# iocage update ClamAV
Snapshot: tank/iocage/jails/ClamAV@ioc_update_11.2-RELEASE-p15_2020-02-13_12-39-19 created.
Updating jail...

* Updating ClamAV to the latest patch level...
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 11.2-RELEASE from update1.freebsd.org... invalid signature.
Fetching metadata signature for 11.2-RELEASE from update4.freebsd.org... invalid signature.
Fetching metadata signature for 11.2-RELEASE from update2.freebsd.org... invalid signature.
No mirrors remaining, giving up.

This may be because upgrading from this platform (amd64)
or release (11.2-RELEASE) is unsupported by tmpik6oms3u. Only
platforms with Tier 1 support can be upgraded by tmpik6oms3u.
See https://www.freebsd.org/platforms/index.html for more info.

If unsupported, FreeBSD must be upgraded by source.


I also notice that all of my Jails are down upon boot (despite boot=on).

Jonathan
 
Joined
Jul 2, 2019
Messages
648
Hmmm... seems to me that the binaries were updated but the corresponding hash checksums were not.

I did see a mention of rebooting your server but I can't remember if it was related to this error or that it was transient.
 

Hazimil

Contributor
Joined
May 26, 2014
Messages
172
For some reason the update was crashing my server, so have rolled back to 11.2-U7 and trying upgrade again, in case something got corrupt.
 

Hazimil

Contributor
Joined
May 26, 2014
Messages
172
Must have been a corrupt install, doing a clean install from fresh has worked, and seemed to have resolve the issue.

J.
 
Top