On Sunday 14 July 2024 11:02:24 Dr. Nikolaus Klepp via tde-users wrote:
for i in $(dpkg -l|awk '/^ii/ {print $2}'); do
dpkg -V $i | while read a;
do echo $i: $a; done; done acpi-support: ??5?????? c /etc/acpi/lid.sh
Okay, I think maybe Nik is on to something here.
When I woke up and realized that the power was out, but my laptop was still
running, I tried to get it to hibernate so that I could save my session and
return to my work.
I only use hibernate, out of the other powersaving features. Otherwise, I tend
to use performance mode, and disable everything else. I shut the lid on the
laptop to hibernate; and otherwise, I shut down completely.
So perhaps, just maybe, I have messed up something in the acpi?
Bill