Artix Linux Forum

Init systems => runit => Topic started by: qqhgs on 04 June 2021, 12:33:25

Title: Cant shutdown my computer
Post by: qqhgs on 04 June 2021, 12:33:25
Hello, need help.
First try artix runit. I cant shutdown my laptop. Was try some command from googling but the behavior is reboot so my laptop keep turn on by it self.
# poweroff
# poweroff && exit
# shutdown -P  now
# runit-init 0
# loginctl poweroff
# halt now

🐧
Title: Re: Cant shutdown my computer
Post by: ####### on 04 June 2021, 12:46:40
What is the laptop model? Perhaps there is something specific to the hardware, you might try searching say model shutdown linux or similar. Also perhaps check if there are any settings in the BIOS menu that might help?  Sounds like pretty annoying behaviour anyway!
Title: Re: Cant shutdown my computer
Post by: alium on 04 June 2021, 16:56:51
PLEASE READ FIRST! https://forum.artixlinux.org/index.php/topic,1923.0.html
Title: Re: Cant shutdown my computer
Post by: qqhgs on 04 June 2021, 17:33:58
PLEASE READ FIRST! https://forum.artixlinux.org/index.php/topic,1923.0.html

Sorry, my bad. Thank you.
Title: Re: Cant shutdown my computer
Post by: alium on 04 June 2021, 18:00:28
you must not apologize, just put here some irelevant infos  ;)
Title: Re: Cant shutdown my computer
Post by: VictorBrand on 04 June 2021, 23:43:01
Try to run
Code: [Select]
sudo dmesg | grep -P '(rror|ailed)'
and provide the output.