so… I was updating my system as usual (I use sudo dnf offline-upgrade download --refresh for that, followed by sudo dnf offline-upgrade reboot). I restarted my computer, it started installing packages, but at the last packages, it seemed to auto-restart my computer before it even said “Complete”. It still had like 1 or 2 more packages to go, too.
is there any way to look at the details of the last system update to see if any errors happened?
hmm… everything seems ok there, it says “Complete” in the logs. I just can’t see the total amount of packages, so idk if it completed all of them. I guess it probably did.
I also have a lot of post-uninstall scriptlet callbacks returned with return code 0 for some reason, here’s one example:
for some reason, specifically with systemd, it returned them like 8 times. But it returned them with other packages too.
I hope nothing’s wrong here haha. Because I don’t understand anything here (not a tech user).
thanks for doing that, haha.
I haven’t checked the entire log for errors, there’s a lot to read… but if it said “Complete” and “Restarting”, I’m gonna assume that there were no errors. Otherwise it would probably tell me right as it happened… although I do tend to look away while it’s updating.