You are not logged in.

#1 2023-05-17 17:18:03

BackToUSSR
Member
Registered: 2023-05-17
Posts: 26

[SOLVED] Problems with a long reboot of the system

After a fresh installation of the system with i3, I encountered the following problem:
Rebooting the system takes 10-15 seconds, it happens randomly, sometimes everything is fine and the system reboots in 2-3 seconds. I would like to understand how to find the source and solution of this problem.

Last edited by BackToUSSR (2023-05-17 20:22:52)

Offline

#2 2023-05-17 18:37:05

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

Re: [SOLVED] Problems with a long reboot of the system

Is the slow part the shutdown or the subsequent boot or inbetween (the firmware)?
Did you check the system journal for whether something shows up during the delay?

Offline

#3 2023-05-17 19:05:10

BackToUSSR
Member
Registered: 2023-05-17
Posts: 26

Re: [SOLVED] Problems with a long reboot of the system

seth wrote:

Is the slow part the shutdown or the subsequent boot or inbetween (the firmware)?
Did you check the system journal for whether something shows up during the delay?

No, unfortunately I don't know how to use journalctl correctly and with what parameters in this case. The system was installed step by step using the official documentation. And everything was fine until the installation of the Xorg, i3-wm, sddm and picom. The system also has networkmanager and dhcpcd installed.

Last edited by BackToUSSR (2023-05-17 20:26:23)

Offline

#4 2023-05-17 19:18:44

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

Re: [SOLVED] Problems with a long reboot of the system

https://wiki.archlinux.org/title/Systemd/Journal
"-b" for the current and "-b -1" for the previous boot.

The system also has networkmanager and dhcpcd installed.

Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Offline

#5 2023-05-17 19:35:48

BackToUSSR
Member
Registered: 2023-05-17
Posts: 26

Re: [SOLVED] Problems with a long reboot of the system

seth wrote:

https://wiki.archlinux.org/title/Systemd/Journal
"-b" for the current and "-b -1" for the previous boot.

The system also has networkmanager and dhcpcd installed.

Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

find output

Last edited by BackToUSSR (2023-05-17 21:22:01)

Offline

#6 2023-05-17 19:40:10

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

Re: [SOLVED] Problems with a long reboot of the system

Disable dhcpcd, NM has a built-in dhcp client. See the NM wiki page if you want to make it use dhcpcd as backend.
Don't run services competitively.

2656 May 17 23:49:42 alm507 sddm[526]: Display server stopping...
2657 May 17 23:49:47 alm507 sddm[526]: QProcess: Destroyed while process ("/usr/bin/X") is still running.
2658 May 17 23:49:57 alm507 kernel: nouveau 0000:01:00.0: Xorg[19346]: failed to idle channel 1 [Xorg[19346]]
2659 May 17 23:50:02 alm507 kernel: nouveau 0000:01:00.0: fifo:c00000:0001:[Xorg[19346]] rc scheduled
2660 May 17 23:50:02 alm507 kernel: nouveau 0000:01:00.0: fifo:c00000: rc scheduled
2661 May 17 23:50:02 alm507 kernel: nouveau 0000:01:00.0: fifo:c00000:0001:0001:[Xorg[19346]] errored - disabling channel
2662 May 17 23:50:02 alm507 sddm[526]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
2663 May 17 23:50:02 alm507 systemd[1]: sddm.service: Deactivated successfully.
2664 May 17 23:50:02 alm507 systemd[1]: Stopped Simple Desktop Display Manager.

Try https://aur.archlinux.org/packages/sddm-git (if you want to use a DM at all)

Offline

#7 2023-05-17 20:17:21

BackToUSSR
Member
Registered: 2023-05-17
Posts: 26

Re: [SOLVED] Problems with a long reboot of the system

seth wrote:

Try https://aur.archlinux.org/packages/sddm-git (if you want to use a DM at all)

Yes, it really helped! After uninstalling sddm and installing sddm-git, the system now reboots without delay!
Thank you!

Last edited by BackToUSSR (2023-05-17 20:19:23)

Offline

#8 2023-05-17 20:19:17

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

Re: [SOLVED] Problems with a long reboot of the system

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB