[SOLVED] Stuck on "System is going down now!!" 01 May 2021, 17:31:14 When ever i try to reboot or shutdown in s6 I get a warning about my pc shutting off, But it doesn't even turn off. What do I do? Last Edit: 03 May 2021, 00:01:07 by nous
Re: Stuck on "System is going down now!!" Reply #1 – 01 May 2021, 17:43:17 File size would let me upload the image
Re: Stuck on "System is going down now!!" Reply #2 – 01 May 2021, 18:46:05 There are a lot of possibilities here, and not enough information to work with. Just for start:How old is your computer? Do you have ACPI enabled? Have you tried shutting down with other OSes? Do you see the final message, stating the system is halted? Does any of the following commands work:(shutdown:)sudo shutdown -h nowsudo loginctl poweroff(reboot:)sudo shutdown -r nowsudo loginctl rebootSome pointers:https://bbs.archlinux.org/viewtopic.php?id=24513/etc/elogind/logind.confCan you post your /etc/elogind/logind.conf and sudo inxi -F output (need sudo and inxi installed)?
Re: Stuck on "System is going down now!!" Reply #3 – 01 May 2021, 19:04:27 My pc is 2 years old, I have apci enabled, I have shut down my pc countless times with and without systemd, I don’t see the final message the first two commands listed for shut down doesn’t work, reboot commands don’t work either.Elogind config:Inxi output: Last Edit: 01 May 2021, 19:10:43 by 1
Re: Stuck on "System is going down now!!" Reply #4 – 01 May 2021, 19:13:44 Quote from: 1 – on 01 May 2021, 19:04:27 how to install programs into a usb.I don't understand, you are running a live system? If so, you can't install anything on it permanently, but you can temporarily install programs in the loaded live system (they won't be there when you restart):Code: [Select]$ su# pacman -Syyu# pacman -S sudo inxiAbout the picture you posted, you just pressed Ctrl+Alt+Del there? Can you try actually entering one of the commands from my previous post? Also, system logs would be helpful. See here: https://forum.artixlinux.org/index.php/topic,1923.0.htmlEdit: Also, what is the output of cat /proc/cmdline (https://askubuntu.com/a/882993)? You might need to edit kernel command line in Grub to include acpi=force. Last Edit: 01 May 2021, 19:27:42 by strajder
Re: Stuck on "System is going down now!!" Reply #5 – 01 May 2021, 19:25:20 https://youtu.be/o670aoWS11shttps://youtu.be/hjLwMiz-hwchttps://youtu.be/mfMW1UkRB0ohttps://youtu.be/Cu2HMTVZzdI
Re: Stuck on "System is going down now!!" Reply #6 – 01 May 2021, 19:27:59 I've actually noticed this can occur on the live usb which appears to be what you're using here. I never got around to figuring out why exactly this happens. s6-linux-init appears to run all of its shutdown scripts but hangs at some point before sending TERM to every process. It shouldn't be too big of a deal though since it doesn't happen on a real system. It might have something to do with the buildiso scripts. 2 Likes
Re: Stuck on "System is going down now!!" Reply #7 – 01 May 2021, 19:37:52 Live USB isn't meant to be used for much else anyway, other than installing the system on the computer, or recovering the system. Both not something one would be doing very often.
Re: Stuck on "System is going down now!!" Reply #8 – 01 May 2021, 19:50:21 Well it's not the best first impression so probably I should get to the bottom of it eventually. The previous stable iso actually had a far more serious bug that somehow only a couple of people complained about so it's still better overall.
Re: Stuck on "System is going down now!!" Reply #9 – 01 May 2021, 21:22:51 Heh, turned out the problem was just metalog hanging. That was a lot simpler than expected. 1 Likes