You are not logged in.

#1 2017-10-09 21:24:25

derekdreery
Member
Registered: 2017-10-09
Posts: 7

checksum error on linux package (amongst others)

I'm a little concerned that some sha256 checksums on files from the linux package are wrong. I was wondering how to proceed?

The packages that have checksum errors are:

clang file firefox linux rkhunter vlc webkitgtk 

The actual files are (output from paccheck) (the /mnt/arch prefix is because I'm booting on a USB to debug why my system is failing, there is a --sysroot option on paccheck).

clang: '/mnt/arch/usr/lib/libclangARCMigrate.a' sha256sum mismatch (expected 99aa0293cd5ecae3af5e4089d1a05690ed8e02f2b129a4199c2c9175daa4af85)
clang: '/mnt/arch/usr/lib/libclangCodeGen.a' sha256sum mismatch (expected a6f0a0bf3b44f5625ed689dee433a645e22b51dd72e12154bf31c01c32420922)
file: '/mnt/arch/usr/share/file/misc/magic.mgc' sha256sum mismatch (expected 987b78059e41d7b04df8aeb7305f84c0f29e60fdbddc1524075b331d781c21f6)
firefox: '/mnt/arch/usr/lib/firefox/libxul.so' sha256sum mismatch (expected 437ecba87a5365c8db4997bd2ed662907ffab5df8923447734b03d6162b25842)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.alias' sha256sum mismatch (expected fd0cf16c5d232a327cba946bcc68667296a285d0404b33846a33272a1badb76a)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.alias.bin' sha256sum mismatch (expected ce74b96bc3fecbf38fef201683c3a5eb195f88f57d3502b8a92af17002971bd7)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.dep' sha256sum mismatch (expected 9367a6ce2368b7373a2f86050ec98d1b21e1d5911a8c5a8272ab22bf5d834dc5)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.dep.bin' sha256sum mismatch (expected abd1676d0b36b27e69ac9ae8b45088c1f8da53312c80fc4aee85787b9c995bc3)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.symbols' sha256sum mismatch (expected 40f788b152ee1819f2ed31f0887028347a73df149a21788b8abf98ae599f734c)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.symbols.bin' sha256sum mismatch (expected dfc58cdf1f3acc8c9ade85d74310bc26256e42a0c10b86677f458bb277b73ba7)
rkhunter: '/mnt/arch/var/lib/rkhunter/db/mirrors.dat' sha256sum mismatch (expected a3e6dde866413069c3b88c26d58502df896c51edd874648d78944f8bd8462a9b)
rkhunter: '/mnt/arch/var/lib/rkhunter/db/i18n/tr' sha256sum mismatch (expected e8fc55b586cad44d9daff9a1b3939f7c69e988b4b6f304f36ce276ef28400951)
rkhunter: '/mnt/arch/var/lib/rkhunter/db/i18n/tr.utf8' sha256sum mismatch (expected fbad1f593ab0089bf820178d2b30d8f89c267b96c6e53ab7d8403db12afb2ef5)
vlc: '/mnt/arch/usr/lib/vlc/plugins/plugins.dat' sha256sum mismatch (expected c7506532c14b4262994ef1e4ee365503782f49759b764bf3ee6e84b3c03cd4a7)
webkitgtk: '/mnt/arch/usr/lib/libjavascriptcoregtk-3.0.so.0.16.19' sha256sum mismatch (expected 24e063bcaef284374001478b6b71a32aea56b22fec19bb0581d22feccc131f37)

Offline

#2 2017-10-09 21:48:44

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: checksum error on linux package (amongst others)

Welcome to the arch linux forums derekdreery.

linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.alias' sha256sum mismatch (expected fd0cf16c5d232a327cba946bcc68667296a285d0404b33846a33272a1badb76a)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.alias.bin' sha256sum mismatch (expected ce74b96bc3fecbf38fef201683c3a5eb195f88f57d3502b8a92af17002971bd7)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.dep' sha256sum mismatch (expected 9367a6ce2368b7373a2f86050ec98d1b21e1d5911a8c5a8272ab22bf5d834dc5)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.dep.bin' sha256sum mismatch (expected abd1676d0b36b27e69ac9ae8b45088c1f8da53312c80fc4aee85787b9c995bc3)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.symbols' sha256sum mismatch (expected 40f788b152ee1819f2ed31f0887028347a73df149a21788b8abf98ae599f734c)
linux: '/mnt/arch/usr/lib/modules/4.13.4-1-ARCH/modules.symbols.bin' sha256sum mismatch (expected dfc58cdf1f3acc8c9ade85d74310bc26256e42a0c10b86677f458bb277b73ba7)

expected to mismatch as the install script calls depmod %KERNVER% which regenerates all the above.

vlc: '/mnt/arch/usr/lib/vlc/plugins/plugins.dat' sha256sum mismatch (expected c7506532c14b4262994ef1e4ee365503782f49759b764bf3ee6e84b3c03cd4a7)

expected to mismatch as update-vlc-plugin-cache.hook calls /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins which regenerates plugins.dat.
Also please in future post the actual command used along with with its output.
Edit:
The file and firefox mismatches seem wrong to me and webkitgtk is no longer in the repositories.

Last edited by loqs (2017-10-09 22:08:43)

Offline

#3 2017-10-10 14:03:33

derekdreery
Member
Registered: 2017-10-09
Posts: 7

Re: checksum error on linux package (amongst others)

Thanks for the reply! I'm having some real trouble. I'm installing arch on a SSD, and then comparing the installed files to my sd card (arch linux updated <1h) using diff, and finding differences. My system was working until 2 days ago when everything was suddenly corrupt. I thought it might be hardware-related, but SMART says there is nothing wrong after a full check.

Offline

#4 2017-10-11 01:22:11

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: checksum error on linux package (amongst others)

derekdreery wrote:

Thanks for the reply! I'm having some real trouble. I'm installing arch on a SSD, and then comparing the installed files to my sd card (arch linux updated <1h) using diff, and finding differences. My system was working until 2 days ago when everything was suddenly corrupt. I thought it might be hardware-related, but SMART says there is nothing wrong after a full check.

Post the complete SMART output if you think it might be hardware related.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB