[Bug 258918] "freebsd-update fetch install" skips the install phase without a clear warning
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258918] "freebsd-update fetch install" skips the install phase without a clear warning"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258918] "freebsd-update fetch install" skips the install phase without a clear warning"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Oct 2021 11:43:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258918
Bug ID: 258918
Summary: "freebsd-update fetch install" skips the install phase
without a clear warning
Product: Base System
Version: 11.4-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: martin@lispworks.com
Due to FreeBSD 11.4 EoL, "freebsd-update fetch install" emits a warning in the
fetch phase and then exits without running the install phase. Running
"freebsd-update fetch" followed by "freebsd-update install" works.
# env PAGER=/bin/cat freebsd-update fetch install
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 11.4-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files will be updated as part of updating to
11.4-RELEASE-p13:
/bin/freebsd-version
/boot/kernel/linux.ko
/boot/kernel/linux64.ko
/lib/libcasper.so.0
/lib/libcrypto.so.8
...
WARNING: FreeBSD 11.4-RELEASE-p9 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Thu Sep 30 01:00:00 BST 2021
will not have been corrected.
# ls -l /bin/freebsd-version
-r-xr-xr-x 1 root wheel 3418 May 23 21:44 /bin/freebsd-version
# env PAGER=/bin/cat freebsd-update install
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
done.
# ls -l /bin/freebsd-version
-r-xr-xr-x 1 root wheel 3419 Sep 30 09:29 /bin/freebsd-version
#
--
You are receiving this mail because:
You are the assignee for the bug.