Bug 274232

Summary: freebsd-update end with error: Cowardly refusing to proceed any further
Product: Base System Reporter: Maksim <swinger13>
Component: binAssignee: Graham Perrin <grahamperrin>
Status: Closed DUPLICATE    
Severity: Affects Some People    
Priority: ---    
Version: 12.4-RELEASE   
Hardware: Any   
OS: Any   

Description Maksim 2023-10-03 08:45:26 UTC
Hello!

On multiple systems the Hyper-V i tried update minor version, but got this error:

One:
# freebsd-version
12.3-RELEASE-p6

# freebsd-update -r 12.4-RELEASE upgrade -F
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 12.3-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.

The update metadata index is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.


# freebsd-update -r 13.2-RELEASE upgrade -F
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 12.3-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.

The update metadata index is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
# pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

# freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 12.3-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.

The update metadata index is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.

pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

Second:
# freebsd-version
13.0-RELEASE
# freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.0-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.

The update metadata index is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.

# freebsd-update -r 13.2-RELEASE upgrade
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.0-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.

The update metadata index is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
Comment 1 Graham Perrin 2023-10-03 19:40:57 UTC
Probably a duplicate; if not, please reopen.

*** This bug has been marked as a duplicate of bug 264205 ***