Re: bin/177781: rpc.statd / rpc.lockd do not start when used wit

看板FB_bugs作者時間12年前 (2013/04/27 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
The following reply was made to PR bin/177781; it has been noted by GNATS. From: Fabian Wenk <fabian@wenks.ch> To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/177781: rpc.statd / rpc.lockd do not start when used with -p option and ipv6_ipv4mapping=&quot;YES&quot; is set in /etc/rc.conf Date: Sun, 21 Apr 2013 18:36:26 +0200 I just realized, that by mistake I did inverted 0 and 1 for the sysctl commands. Below the correct commands: The mention workaround should be: sysctl net.inet6.ip6.v6only=1 /etc/rc.d/statd start /etc/rc.d/lockd start sysctl net.inet6.ip6.v6only=0 And in the How-To-Repeat section it should be: and reboot, or use the following commands: sysctl net.inet6.ip6.v6only=0 /etc/rc.d/statd start bye Fabian _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1HUrkap4 (FB_bugs)
文章代碼(AID): #1HUrkap4 (FB_bugs)