Date: Sat, 26 Feb 2000 13:40:04 -0800 (PST) From: Brad Lanam <bit-bucket@gentoo.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/14782: ypbind can not bind to Solaris NIS master server Message-ID: <200002262140.NAA91908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/14782; it has been noted by GNATS.
From: Brad Lanam <bit-bucket@gentoo.com>
To: freebsd-gnats-submit@FreeBSD.org, mjacob@feral.com,
tony.maher@eBioinformatics.com, bauer@genprofile.com
Cc:
Subject: Re: bin/14782: ypbind can not bind to Solaris NIS master server
Date: Sat, 26 Feb 2000 13:37:48 -0800
This problem is an issue with the /etc/rc.network
script and in other configuration scripts somewhere.
Something in the configuration/installation process set
'network_interfaces' in /etc/rc.conf to "tx0 auto".
The /etc/rc.network script will not process this
correctly, as the "auto" value is only expanded at
the top level, not within the loop that processes
network interfaces.
This means that the loopback (lo0) interface never
comes up, and all sorts of rpc stuff will fail to
work.
-- Brad
--
-- Brad Lanam bll@gentoo.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002262140.NAA91908>
