OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: xtrasyn on September 13, 2020, 06:48:11 AM

Title: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: xtrasyn on September 13, 2020, 06:48:11 AM
Hi,

I get checksum mismatches, reports naming types, warnings and weakref of python being mismatched.

Worry or not? Probably not, but you know. Better make mention of it. :)
Title: Re: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: siga75 on September 13, 2020, 10:02:47 AM
you should copy paste here the report, I also have checksum mismatches, in my case it's OK since those are conf files. If it's a binary then you should investigate further
Title: Re: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: hushcoden on September 13, 2020, 12:23:49 PM
I've just audited my system:-

Security:
***GOT REQUEST TO AUDIT SECURITY***
Fetching vuln.xml.bz2: .......... done
mpd5-5.8_12 is vulnerable:
Multi-link PPP protocol daemon MPD5 remotely exploitable crash
CVE: CVE-2020-7466
CVE: CVE-2020-7465
WWW: https://vuxml.FreeBSD.org/freebsd/cd97c7ca-f079-11ea-9c31-001b216d295b.html

1 problem(s) in 1 installed package(s) found.
***DONE***


Health:
***GOT REQUEST TO AUDIT HEALTH***
>>> Check installed kernel version
Version 20.7.2 is correct.
>>> Check for missing or altered kernel files
No problems detected.
>>> Check installed base version
Version 20.7.2 is correct.
>>> Check for missing or altered base files
No problems detected.
>>> Check for and install missing package dependencies
Checking all packages: .......... done
>>> Check for missing or altered package files
Checking all packages: ...
mongodb40-4.0.19: checksum mismatch for /usr/local/etc/rc.d/mongod
Checking all packages.......... done
>>> Check for core packages consistency
Checking core packages: .................................................................... done
***DONE***
Title: Re: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: xtrasyn on September 15, 2020, 11:05:34 PM
Yeah that figures... Sorry for not doing that in the first place, was hoping it was a wider recognized issue.

So... Is this something I should worry about?

Thanks in advance.


***GOT REQUEST TO AUDIT HEALTH***
>>> Check installed kernel version
Version 20.7.2 is correct.
>>> Check for missing or altered kernel files
No problems detected.
>>> Check installed base version
Version 20.7.2 is correct.
>>> Check for missing or altered base files
No problems detected.
>>> Check for and install missing package dependencies
Checking all packages: .......... done
>>> Check for missing or altered package files
Checking all packages: ........
python37-3.7.9: checksum mismatch for /usr/local/lib/python3.7/__pycache__/types.cpython-37.pyc
python37-3.7.9: checksum mismatch for /usr/local/lib/python3.7/__pycache__/warnings.cpython-37.pyc
python37-3.7.9: checksum mismatch for /usr/local/lib/python3.7/__pycache__/weakref.cpython-37.pyc
Checking all packages..... done
>>> Check for core packages consistency
Checking core packages: .................................................................... done
***DONE***
[\code]

Title: Re: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: franco on September 16, 2020, 09:42:15 AM
No, just reinstall the package with the bad files: python37 and the error should be gone.

A bit of churn can be normal in files on the disk depending on power failures, hardware or software errors.


Cheers,
Franco
Title: Re: 20.7.2 - Health Check - altered package check - checksum mismatches
Post by: xtrasyn on September 16, 2020, 11:19:01 AM
Thanks, Franco.  :)