Skip to main content
Topic: openrc reboot hangs and is fixed with a simple parameter (Read 212 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

openrc reboot hangs and is fixed with a simple parameter

Tracking an issue with openrc and my system not restarting after a reboot, I've stumbled upon this thread.

As suggested, adding:
Code: [Select]
rc_need="!netmount"
in /etc/rc.conf fixes my issue.

I'm wondering if having that option in the packaged rc.conf would be a good idea?
Are there downsides?

 

Re: openrc reboot hangs and is fixed with a simple parameter

Reply #1
Yes, people setting up network shares and wonder why they don't get mounted at startup. It's a double-edged sword, really.
Your problem suggests (since you didn't post any other information) that you have active network mounts which become stale as networking shuts down before they're unmounted?