The following reply was made to PR bin/177781; it has been noted by GNATS.

From: Fabian Wenk <[email protected]>
To: [email protected]
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to