OpenBSD 7.3: Seit dem 11. Juliy 2023 sind auf meinem Server 34 *.pyc-Dateien so geändert worden (Datum und ownership von root:bin auf root:wheel), dass beim pkg_check es den Hinweis gibt, dass die checksum nicht OK ist:
Wenn ich so eine Datei dann lösche und pkg_check ausführe, kommt der Hinweis:
Wenn ich dann den Server reboote, werden die gelöschten *.pyc-Dateien, mit nicht passender checksum (und aktuellem Datum; root:wheel) wieder hergestellt.
Weiß evtl. jemand, was die Ursache für so ein Verhalten bzw. so eine Änderung sein kann? Danke.
Code:
:~ #pkg_check -n
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok
--- python-3.10.12 -------------------
checksum for /usr/local/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/genericpath.cpython-310.pyc does not match
...
Code:
~ #pkg_check -n
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok
--- python-3.10.12 -------------------
checksum for /usr/local/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/genericpath.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/getpass.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/operator.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/quopri.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/reprlib.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/selectors.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/signal.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/stat.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/string.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/stringprep.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/struct.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/warnings.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/__pycache__/weakref.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/__init__.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/_encoded_words.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/_policybase.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/charset.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/contentmanager.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/encoders.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/generator.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/header.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/iterators.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/message.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/policy.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/email/__pycache__/quoprimime.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/encodings/__pycache__/idna.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc does not match
checksum for /usr/local/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc does not match
Code:
/usr/local/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc should exist
/usr/local/lib/python3.10/__pycache__/genericpath.cpython-310.pyc should exist
Weiß evtl. jemand, was die Ursache für so ein Verhalten bzw. so eine Änderung sein kann? Danke.