I’m trying to upgrade from leap 42.2 to 42.3.
Using YAST/Software-Repositories, I changed all the URLs 42.2 to 42.3
Then I did
sudo zypper verify
sudo zypper ref
sudo zypper dup
which downloaded and installed ~700 items.
Then I did a
rcrpmconfigcheck
which resulted in
Searching for unresolved configuration files done
Please check the following files (see /var/adm/rpmconfigcheck):
/etc/plymouth/plymouthd.conf.rpmnew
/etc/postfix/main.cf.rpmnew
/etc/postfix/master.cf.rpmnew
/etc/sddm.conf.rpmnew
/etc/sysconfig/SuSEfirewall2.rpmnew
and then I did
journalctl --verify
which produced alot of output that looks like
000000: Invalid tail monotonic timestamp
File corruption detected at /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000@d45ac4a8ba104278804940c7b7eb15fe-000000000000aa9f-000567547b7e4467.journal:604550 (of 8388608 bytes, 75%).
FAIL: /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000@d45ac4a8ba104278804940c7b7eb15fe-000000000000aa9f-000567547b7e4467.journal (Bad message)
PASS: /var/log/journal/55250210f075675e2a72e00e58dfd7ed/user-1000.journal
Are these tiny details or is this a big problem?
Thank you