https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200784
Bug ID: 200784
Summary: Slow shutdown on r283297 amd64
Product: Base System
Version: 11.0-CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 157630
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157630&action=edit
FreeBSD 11-CURRENT shutdown.patch
The slow shutdown is caused by some remote smbfs shares mounted via openvpn:
the remote drives are unmounted after the openvpn daemon termination, this
induces some long timeouts. The solution is to unmount the smbfs shares in a
shutdown script before the openvpn daemon termination. I have discovered this
issue with this ‘dirty’ patch that displays the unmounted fs at shutdown.
For testing the the patch apply it in /sys/kern, rebuild and install the
kernel.
Set the new OID:
# sysctl kern.shutdown.show_umountfs=1
Halt the system:
# shutdown -h now
The full history at:
https://lists.freebsd.org/pipermail/freebsd-current/2015-June/056174.html
Regards,
Maurizio
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"