FreeBSD Friends,
My computer runs FreeBSD 10.2-RELEASE-p10 amd64.
On my computer are eleven full system image Jails running a variety of 10.x userland versions. These are from-source Jails which I created manually, using steps modeled after the examples in jail(8).
Today, I tried to patch a 10.1-RELEASE-p24 Jail by logging in to it using
My expectation was: 10.1-RELEASE-p24 -> 10.1-RELEASE-p27.
What happened was: 10.1-RELEASE-p24 -> 10.2-RELEASE-p10.
Does anybody happen to know what may have caused this? I suspect that I've misunderstood how
I've included a partial transcript below.
Thanks so very much!
Robroy
My computer runs FreeBSD 10.2-RELEASE-p10 amd64.
On my computer are eleven full system image Jails running a variety of 10.x userland versions. These are from-source Jails which I created manually, using steps modeled after the examples in jail(8).
Today, I tried to patch a 10.1-RELEASE-p24 Jail by logging in to it using
ssh
, and running freebsd-update fetch
.My expectation was: 10.1-RELEASE-p24 -> 10.1-RELEASE-p27.
What happened was: 10.1-RELEASE-p24 -> 10.2-RELEASE-p10.
Does anybody happen to know what may have caused this? I suspect that I've misunderstood how
freebsd-update
is supposed to work.I've included a partial transcript below.
Thanks so very much!
Robroy
Code:
funmax:~# freebsd-version
10.1-RELEASE-p24
funmax:~# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 10.2-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...
The following files will be updated as part of updating to 10.2-RELEASE-p10:
/bin/freebsd-version
/lib/libbsdxml.so.4
/lib/libc.so.7
/lib/libcrypto.so.7
/libexec/ld-elf.so.1
/libexec/ld-elf32.so.1
/rescue/[
/rescue/atmconfig
/rescue/badsect
/rescue/bsdlabel
...