http://bugs.winehq.org/show_bug.cgi?id=58260
Bug ID: 58260 Summary: winehq repo giving checksum doesn't match?? Product: WineHQ Bugzilla Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bugzilla-unknown Assignee: wine-bugs@winehq.org Reporter: mikes@kuentos.guam.net CC: austinenglish@gmail.com Distribution: ---
WineHQ packages 100% | 816.8 KiB/s | 237.7 KiB | 00m00s
Downloading successful, but checksum doesn't match. Calculated: 7a01302c17a9ce348c3b055863df8a417ac2fcb41de105236c57b72648907
http://bugs.winehq.org/show_bug.cgi?id=58260
--- Comment #1 from Michael Setzer II mikes@kuentos.guam.net --- Strange. If I remotely log into machines in Guam, they don't get the error, but two notebooks in Henderson, NV get same error message.
http://bugs.winehq.org/show_bug.cgi?id=58260
--- Comment #2 from Michael Setzer II mikes@kuentos.guam.net --- Found a manual solution, but then it will work for a while, but then get checksum error again.
Error occurs when directory has /var/cache/libdnf5/WineHQ-9dce16cb982ed15a
subdirectory attrs with empty file exprired
On a machine that works that directory contains ./repodata ./repodata/repomd.xml ./repodata/primary.xml.zst ./solv ./solv/WineHQ.solv ./attrs
The attrs subdirectory is empty repodata has 58543 May 22 22:59 primary.xml.zst 2707 May 22 15:25 repomd.xml
solv has 121694 May 22 22:21 WineHQ.solv
No ideal why machine is Guam have no issue, but machines here in NV are getting the expired file sometimes, then get the checksum error. tarred the directory from Guam machines, and just restore to fix it??
Any ideals?
http://bugs.winehq.org/show_bug.cgi?id=58260
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|bugzilla-unknown |www-unknown CC| |jnewman@codeweavers.com, | |julliard@winehq.org Product|WineHQ Bugzilla |WineHQ.org
http://bugs.winehq.org/show_bug.cgi?id=58260
--- Comment #3 from Michael Setzer II mikes@kuentos.guam.net --- Looking at dnf5.log cat -n dnf5.log | grep checksum | grep "doesn't" 983 2025-05-23T15:53:10+0000 [442565] INFO [librepo] Error during transfer: Downloading successful, but checksum doesn't match. Calculated: 7a01302c17a9ce348c3b055863df8a417ac2fcb41de105236c57b72648907906(sha256) Expected: ddc9b78f2e3bd69bb503d4f47eabe14fdfdc428cf5d0c337dbb2685c0c3e47f4(sha256) 988 2025-05-23T15:53:10+0000 [442565] INFO [librepo] Error during transfer: Downloading successful, but checksum doesn't match. Calculated: 7a01302c17a9ce348c3b055863df8a417ac2fcb41de105236c57b72648907906(sha256) Expected: ddc9b78f2e3bd69bb503d4f47eabe14fdfdc428cf5d0c337dbb2685c0c3e47f4(sha256) 993 2025-05-23T15:53:10+0000 [442565] INFO [librepo] Error during transfer: Downloading successful, but checksum doesn't match. Calculated: 7a01302c17a9ce348c3b055863df8a417ac2fcb41de105236c57b72648907906(sha256) Expected: ddc9b78f2e3bd69bb503d4f47eabe14fdfdc428cf5d0c337dbb2685c0c3e47f4(sha256) 998 2025-05-23T15:53:10+0000 [442565] INFO [librepo] Error during transfer: Downloading successful, but checksum doesn't match. Calculated: 7a01302c17a9ce348c3b055863df8a417ac2fcb41de105236c57b72648907906(sha256) Expected: ddc9b78f2e3bd69bb503d4f47eabe14fdfdc428cf5d0c337dbb2685c0c3e47f4(sha256)
script to fix the issue when attrs has empty expired file?
cd /var/cache/libdnf5/WineHQ-9dce16cb982ed15a rm attrs/expired -f tar -xvf /home/msetzerii/winehq.gz cd .. dnf update