Control: tags -1 + moreinfo Hi
On Sun, May 23, 2021 at 01:04:13PM +0300, jim_p wrote: > Package: src:linux > Version: 5.10.38-1 > Severity: important > X-Debbugs-Cc: pitsior...@gmail.com > > Preface. > I have disabled sleep, hibernate etc via systemd as you can see below. > > $ systemctl status sleep.target suspend.target hibernate.target hybrid- > sleep.target > ● sleep.target > Loaded: masked (Reason: Unit sleep.target is masked.) > Active: inactive (dead) > > ● suspend.target > Loaded: masked (Reason: Unit suspend.target is masked.) > Active: inactive (dead) > > ● hibernate.target > Loaded: masked (Reason: Unit hibernate.target is masked.) > Active: inactive (dead) > > ● hybrid-sleep.target > Loaded: masked (Reason: Unit hybrid-sleep.target is masked.) > Active: inactive (dead) > > and I have set my keyboard's sleep button to shutdown the system via systemctl > > <keybind key="XF86Sleep"> > <action name="Execute"> > <command>systemctl poweroff</command> > </action> > </keybind> > > So when I press the sleep button, the system shuts down. And I have been using > it like so for the last 5+ years. > > But today, after I upgraded to 5.10.38 and rebooted, I pressed sleep and the > system... must have gone to sleep. Pressing the powerbutton did not get me to > post or grub or anything. It was just working with nothing on screen. I could > ssh to it from my phone or my laptop, so I ran reboot and it hypothetically > rebooted. I say "hypothetically", because there was no post, grub, boot > messages or desktop again. I rebooted it with reisub, but same thing happened. > Both network (leds on nic) and usb (light on optical mouse) showed that it was > really powered on, on all the forementioned situations. > > Since I can ssh to it, I ran dmesg and it showed nothing weird. > Systemd-analyze > blade showed no delays or issues too. I installed 5.10.28 again (because I > remove every old kernel when the new one works) and now I am able to see my > desktop and write all this. > > Right now, I am on 5.10.28 (package linux-image-5.10.0-6-amd64) and I am > trying > to figure out why all this happened. It looks from the attached information that you have a tainted kernel, with proprietary modules loaded (nvidia at least?). Could you please try without those loading? Regards, Salvatore