NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/39605: rpcbind seems to ignore MKINET6/USE_INET6=no



On Mon, 22 Sep 2008, Ephaeton%gmx.net@localhost wrote:

Number:         39605
Synopsis:       rpcbind seems to ignore MKINET6/USE_INET6=no
[...]
rpcbind: Cannot get information for `tcp6'
It shouldn't be trying to "get information for `*6'" in the first place as it 
was built with MKINET6=no.
How-To-Repeat:
Build kernel without INET6 support. Build distribution with MKINET6=no. Boot & 
install that. Start rpcbind on that system. Watch output.

        I think you'll find this is rpcbind reading the lines in
        /etc/netconfig that contain udp6 or tcp6 and not being
        able to parse them due to missing INET6 support.

        Try commenting out the udp6/tcp6 lines in /etc/netconfig

--
                David/absolute       -- www.NetBSD.org: No hype required --


Home | Main Index | Thread Index | Old Index