System stuck when shutdown

Share your ideas, questions or suggestions with us here.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: System stuck when shutdown

Post by ericbsd »

Code: Select all

sudo rc-update add savecache shutdown
ouaille_aime_scier_
Posts: 71
Joined: Sun Sep 01, 2019 1:38 pm

Re: System stuck when shutdown

Post by ouaille_aime_scier_ »

hunghung wrote: Tue Nov 05, 2019 9:02 am

Code: Select all

sudo rc-update delete savecache shutdown
This command worked. But how to rollback it? :)
sudo rc-update add savecache shutdown :-)
hunghung
Posts: 64
Joined: Tue Sep 24, 2019 1:31 pm

Re: System stuck when shutdown

Post by hunghung »

ouaille_aime_scier_ wrote: Tue Nov 05, 2019 3:52 pm
hunghung wrote: Tue Nov 05, 2019 9:02 am

Code: Select all

sudo rc-update delete savecache shutdown
This command worked. But how to rollback it? :)
sudo rc-update add savecache shutdown :-)
Thanks :)
hunghung
Posts: 64
Joined: Tue Sep 24, 2019 1:31 pm

Re: System stuck when shutdown

Post by hunghung »

I think the problem is with ACPI, not OpenRC's savecache itself.

With the old GhostBSD 19.09 even when successfully upgraded to 19.10 it still doesn't show additional information after Saving dependencies cache... I deleted the savecache server, the boot time seems to be a bit slower and shutdown a bit faster. So I think it doesn't worth to delete savecache, just keep it as is.

I downloaded GhostBSD 19.10 and did a fresh installation. This version does show additional information after Saving dependencies cache... This information really provide more insight into the problem.

I observed that it really done everything properly but finally dropped into a system halt instead of poweroff. This symptom is the same as on Linux some years ago :)
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: System stuck when shutdown

Post by ericbsd »

Thanks for the information!
hunghung
Posts: 64
Joined: Tue Sep 24, 2019 1:31 pm

Re: System stuck when shutdown

Post by hunghung »

ericbsd wrote: Wed Nov 06, 2019 7:53 am Thanks for the information!
I hope you could resolve this problem completely. I've not experienced it since the fresh install of GhostBSD 19.10 :)
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: System stuck when shutdown

Post by slughorn »

Post Reply