You are not logged in.

#1 2023-12-11 15:36:44

Sahil707
Member
Registered: 2023-12-11
Posts: 2

[SOLVED] Unable to reboot, hibernate or shutdown my system

Yesterday, I was tampering with my system and trying to add fzf(fuzzy finder) to my workflow. I was able to get it to work as a file explorer. But after some time, (some hours),
I realized my system is not able to shut down or reboot or hibernate unless I forcibly shutdown it.
I had also updated my system yesterday. I am using Lenovo Ideapad Gaming, Arch Linux, Kernel 6.6.5-arch1-1, with Qtile window manager.
I had also installed docker some days ago which I removed just in case it might be causing issues but to no avail.

When I close the lid, then on opening, the screen is already on and stays frozen for some time. It then resumes but the network manager doesn't restart. After some times, commands stop working in the terminal. Then on doing
"sudo systemctl reboot" or shutdown, it gets stuck in dark blue screen after some time.

Dec 11 20:41:17 archlinux systemd-sleep[133274]: Failed to put system to sleep. System resumed again: Device or resource busy
Dec 11 20:41:17 archlinux systemd[1]: systemd-suspend.service: Main process exited, code=exited, status=1/FAILURE
Dec 11 20:41:17 archlinux systemd[1]: systemd-suspend.service: Failed with result 'exit-code'.
Dec 11 20:41:17 archlinux kernel: PM: suspend exit
Dec 11 20:41:17 archlinux systemd[1]: Failed to start System Suspend.
Dec 11 20:41:17 archlinux systemd[1]: Dependency failed for Suspend.
Dec 11 20:41:17 archlinux systemd[1]: suspend.target: Job suspend.target/start failed with result 'dependency'.
Dec 11 20:41:17 archlinux systemd[1]: systemd-suspend.service: Consumed 1.003s CPU time.
Dec 11 20:41:17 archlinux systemd-logind[538]: Operation 'sleep' finished.
Dec 11 20:41:17 archlinux systemd[1]: Stopped target Sleep.

I have tries various things like checking processor microcrocode, removing docker, increasing swap size, setting qtile config to previous one but none have worked. Kindly
tell me what other things I should try.

Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1082] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1086] manager: NetworkManager state is now DISCONNECTING
Dec 11 18:58:45 archlinux dbus-daemon[551]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3>
Dec 11 18:58:45 archlinux dbus-daemon[551]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Dec 11 18:58:45 archlinux NetworkManager[568]: <warn>  [1702301325.1103] dispatcher: (9) failed (after 0.001 sec): Refusing activation, D-Bus is shutting down.
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1105] device (wlan0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1105] dhcp4 (wlan0): canceled DHCP transaction
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1105] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1105] dhcp4 (wlan0): state changed no lease
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1106] dhcp6 (wlan0): canceled DHCP transaction
Dec 11 18:58:45 archlinux NetworkManager[568]: <info>  [1702301325.1106] dhcp6 (wlan0): state changed no lease
Dec 11 19:00:15 archlinux systemd[1]: wpa_supplicant.service: State 'stop-sigterm' timed out. Killing.
Dec 11 19:00:15 archlinux systemd[1]: wpa_supplicant.service: Killing process 2512 (wpa_supplicant) with signal SIGKILL.
Dec 11 19:00:15 archlinux systemd[1]: NetworkManager.service: State 'stop-sigterm' timed out. Killing.
Dec 11 19:00:15 archlinux systemd[1]: NetworkManager.service: Killing process 568 (NetworkManager) with signal SIGKILL.

Last edited by Sahil707 (2023-12-11 17:49:13)

Offline

#2 2023-12-11 17:27:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: [SOLVED] Unable to reboot, hibernate or shutdown my system

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Also

Dec 11 20:41:17 archlinux systemd[1]: systemd-suspend.service: Main process exited, code=exited, status=1/FAILURE
Dec 11 20:41:17 archlinux systemd[1]: systemd-suspend.service: Failed with result 'exit-code'.

you could look at "systemctl status systemd-suspend.service"

Offline

#3 2023-12-11 17:44:52

Sahil707
Member
Registered: 2023-12-11
Posts: 2

Re: [SOLVED] Unable to reboot, hibernate or shutdown my system

I was about to downgrade my kernel, but thankfully I updated my system first one last time, and there was a new kernel update that fixed my issue.
So I guess the previous kernel had some issue with my system.
Thanks though, seth.

Offline

Board footer

Powered by FluxBB