Hi,
recently I was updating all boxes from 7.0 to 7.1 with freebsd-update(8). This worked very well, except for one machine:
I tried several times, but it randomly picks up a file and says it changed, but actually no file is changed.
So I thought the checksum calculation randomly failes (or whatever), but I couldn't prove this theory:
Of course I could try updating from source, but I want to find the reason for this strange behaviour. If this fails, I'm still willing to stick to source updating for this machine... later.
Any hints?
Bye
- fraenki
recently I was updating all boxes from 7.0 to 7.1 with freebsd-update(8). This worked very well, except for one machine:
Code:
# uname -a
FreeBSD server 7.0-RELEASE-p7 FreeBSD 7.0-RELEASE-p7 #0: Sun Dec 21 12:33:45 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
# freebsd-update upgrade -r 7.1-RELEASE
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 7.0-RELEASE from update2.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.
The following components of FreeBSD seem to be installed:
kernel/generic src/base src/bin src/contrib src/crypto src/etc src/games
src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue
src/sbin src/secure src/share src/sys src/tools src/ubin src/usbin
world/base world/catpages world/dict world/doc world/games world/info
world/manpages
The following components of FreeBSD do not seem to be installed:
src/cddl src/compat world/proflibs
Does this look reasonable (y/n)? y
Fetching metadata signature for 7.1-RELEASE from update2.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.
Fetching files from 7.0-RELEASE for merging... done.
Preparing to download files...
File changed while FreeBSD Update running: /usr/libexec/cc1obj
I tried several times, but it randomly picks up a file and says it changed, but actually no file is changed.
So I thought the checksum calculation randomly failes (or whatever), but I couldn't prove this theory:
Code:
# sha256 /usr/libexec/cc1obj
SHA256 (/usr/libexec/cc1obj) = d3612673ea4ad3ee62eebd4db98894ef404d82c971d1bbdb2192b333036a9a23
# sha256 /usr/libexec/cc1obj
SHA256 (/usr/libexec/cc1obj) = d3612673ea4ad3ee62eebd4db98894ef404d82c971d1bbdb2192b333036a9a23
Of course I could try updating from source, but I want to find the reason for this strange behaviour. If this fails, I'm still willing to stick to source updating for this machine... later.
Any hints?
Bye
- fraenki