Page 2 of 2

Re: System stuck when shutdown

Posted: Tue Nov 05, 2019 9:12 am
by ericbsd

Code: Select all

sudo rc-update add savecache shutdown

Re: System stuck when shutdown

Posted: Tue Nov 05, 2019 3:52 pm
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 :-)

Re: System stuck when shutdown

Posted: Tue Nov 05, 2019 11:01 pm
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 :)

Re: System stuck when shutdown

Posted: Tue Nov 05, 2019 11:13 pm
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 :)

Re: System stuck when shutdown

Posted: Wed Nov 06, 2019 7:53 am
by ericbsd
Thanks for the information!

Re: System stuck when shutdown

Posted: Wed Nov 06, 2019 12:01 pm
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 :)

Re: System stuck when shutdown

Posted: Wed Jan 01, 2020 4:22 pm
by slughorn