You are not logged in.
Pages: 1
I updated my distro, and I made one big mistake, and that's doing it before bedtime. Since I'm still in school, I have to sleep early, and before I slept, it displayed the "The screen locker is broken" screen (apologies for redundancy), and I left the computer. When I woke up, my laptop still had the power light, but after I came back to my home, it ran out of power (the battery is already bad before I switched to linux). When i power it on, everything seems to work fine, BUT, I'm worried something might go wrong, so I'm asking, will something go wrong?
Offline
When i power it on, everything seems to work fine
Can you update normally now? Does running pacman -Syu give you any errors? you sure pacman finished its job before the battery died; No partial upgrades? if yes I guess you're good to go back and study ![]()
Offline
Check the /var/log/pacman.log when the last update finished - if that was hours before the system lost power there's unlikely to be any problem and any mild filesystem corruption would have automatically been fixed on reboot.
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backupwill tell you whether there major file deviations (nb. that some single files will typically be altered, worst case is broken or missing mtrees)
Offline
When i power it on, everything seems to work fine
Can you update normally now? Does running pacman -Syu give you any errors? you sure pacman finished its job before the battery died; No partial upgrades? if yes I guess you're good to go back and study
So far, everything's fine (hopefully).
Offline
Pages: 1