Hey.
I've upgraded my base system to 9.2-RELEASE with the binary update without any issues and tried to upgrade my jails with the -U option. Here is my output.
I found a little information about the practical usage of the -U option and my issue does not look like a connectivity problem. I found it strange that freebsd-update tried to fetch 9.2-RELEASE-p1 metadata. Isn't it supposed to fetch the 9.1 one?
AFAIK, the basejail was created from 9.1-RELENG sources if it matters.
I've upgraded my base system to 9.2-RELEASE with the binary update without any issues and tried to upgrade my jails with the -U option. Here is my output.
Code:
abi@serpent:/home/abi % sudo ezjail-admin update -U -s 9.1-RELEASE
Password:
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 9.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata patches.. done.
Applying metadata patches... done.
Fetching 2 metadata files... done.
Inspecting system... done.
WARNING: This system is running a "echidna" kernel, which is not a
kernel configuration distributed as part of FreeBSD 9.1-RELEASE.
This kernel will not be updated: you MUST update the kernel manually
before running "/usr/sbin/freebsd-update install".
The following components of FreeBSD seem to be installed:
world/base world/doc world/games world/lib32
The following components of FreeBSD do not seem to be installed:
kernel/generic src/src
Does this look reasonable (y/n)? y
Fetching metadata signature for 9.2-RELEASE-p1 from update5.freebsd.org... failed.
Fetching metadata signature for 9.2-RELEASE-p1 from update4.freebsd.org... failed.
Fetching metadata signature for 9.2-RELEASE-p1 from update6.freebsd.org... failed.
Fetching metadata signature for 9.2-RELEASE-p1 from update2.freebsd.org... failed.
Fetching metadata signature for 9.2-RELEASE-p1 from update3.freebsd.org... failed.
No mirrors remaining, giving up.
abi@serpent:/home/abi %
I found a little information about the practical usage of the -U option and my issue does not look like a connectivity problem. I found it strange that freebsd-update tried to fetch 9.2-RELEASE-p1 metadata. Isn't it supposed to fetch the 9.1 one?
AFAIK, the basejail was created from 9.1-RELENG sources if it matters.