bin/177781: rpc.statd / rpc.lockd do not start when used with -p option and ipv6_ipv4mapping="YES" is set in /etc/rc.conf
Fabian Wenk
fabian at wenks.ch
Sun Apr 21 16:40:02 UTC 2013
The following reply was made to PR bin/177781; it has been noted by GNATS.
From: Fabian Wenk <fabian at wenks.ch>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: bin/177781: rpc.statd / rpc.lockd do not start when used with
-p option and ipv6_ipv4mapping="YES" 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
More information about the freebsd-bugs
mailing list