看板 FB_bugs 關於我們 聯絡資訊
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"