You are not logged in.
Pages: 1
I disabled graphical boot and therefore see system messages on startup. On shutdown, I instead see a frozen part of the boot messages before entering the graphical target. As sometimes the shutdown hangs, it would be useful to see what is stalling the shutdown process.
Last edited by Mailaender (2023-05-30 11:44:37)
Offline
journalctl -r -b -1
-r stands for reverse order
-b -1 says which boot (here -1)
probably an sddm (in case you use it) issue (installing sddm-git should help)
Last edited by jl2 (2023-05-30 13:17:58)
Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...
Offline
Moved, by request
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
sddm-git did change from frozen startup screen to a black screen with no information, so the problem seems related to it.
journalctl -r -b -1:
https://gist.github.com/Mailaender/8c28 … 2c40b2d780
Offline
I don't see any shutdown hangs. sddm-git has a fix for that.
if you want to see the issue, wait/try rebooting for the issue and then post the output.
sddm-git did change from frozen startup screen to a black screen with no information, so the problem seems related to it.
was your sddm(not git)/boot broken or what is the problem you are trying to resolve?
Last edited by jl2 (2023-05-30 13:58:38)
Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...
Offline
I am not complaining about the hangs, as I assume these are just long timeouts. On openSUSE, I was able to see the systemd log also on shutdown, not just on boot. I am trying to restore this behavior with Arch Linux.
Offline
maybe this? https://wiki.archlinux.org/title/SDDM#K … and_reboot
EDIT: it works on my machine, so it isn't distro-specific. I guess you do not have a splash/quiet/loglevel parameters?
Last edited by jl2 (2023-05-30 14:04:58)
Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...
Offline
The journal shows a reboot/shutdown taking place in <= 2s - is that the time of the objected stall?
Online
After https://wiki.archlinux.org/title/SDDM#K … and_reboot the reboot is super quick that I no longer really need to look at any command line output on shutdown.
Also tried https://wiki.archlinux.org/title/SDDM#B … phics_card but that only added some screen flicker to the boot and didn't help with my initial problem.
Another weird thing that I noticed is that F1 to F6 don't generate a new text login prompt even after https://wiki.archlinux.org/title/SDDM#S … ad_of_tty7
Offline
I guess you do not have a splash/quiet/loglevel parameters?
I have quiet splash removed and nowatchdog added because I thought that was the reason for the stall.
options root=PARTUUID=053a01b7-05f4-4596-8611-dd47288d82c0 rw intel_pstate=no_hwp nvidia_drm.modeset=1 rootfstype=ext4 nowatchdogOffline
Pages: 1