Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2013 16:40:01 GMT
From:      Fabian Wenk <fabian@wenks.ch>
To:        freebsd-bugs@FreeBSD.org
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
Message-ID:  <201304211640.r3LGe1rt067666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304211640.r3LGe1rt067666>