System stuck when shutdown
System stuck when shutdown
It's stuck at Saving dependencies cache... My keyboard was already turned off but other part of the system still on. It stucked for 30 mins so I decided to hit reset. I'm posting this from MX Linux, don't know if my GhostBSD installation would boot up properly after this incident or just broken
Re: System stuck when shutdown
It should be fine, to boot back in.
Re: System stuck when shutdown
Yes, it was fine. But with OpenRC shutdown is slower than plain FreeBSD and sometime unreliable as it just stucks at Saving dependencies cache... I don't know why it is but I still appreciate your works to modernize FreeBSD's init system
Re: System stuck when shutdown
I think caching was added to speed up the boot with OpenRC I would probably test the boot without caching to see how much of a difference that it makes.
Re: System stuck when shutdown
Today it stucked again. I've to reset manually and it booted OK after that. Not a serious bug but it's annoying, though
Re: System stuck when shutdown
You can try: that will remove save cache
Code: Select all
rc-update delete savecache
Re: System stuck when shutdown
What does it mean?ericbsd wrote: ↑Mon Nov 04, 2019 12:59 pm You can try:that will remove save cacheCode: Select all
rc-update delete savecache
Code: Select all
* rc-update: service `savecache' is not in the runlevel `default'
Re: System stuck when shutdown
The command above didn't work. It's still started with Caching service dependencies... and stopped with Saving service dependencies...
Re: System stuck when shutdown
Oh sorry I forgot the last part
Code: Select all
sudo rc-update delete savecache shutdown
Re: System stuck when shutdown
This command worked. But how to rollback it?ericbsd wrote: ↑Tue Nov 05, 2019 8:05 am Oh sorry I forgot the last partCode: Select all
sudo rc-update delete savecache shutdown