From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 23:39:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327BD16A4CE for ; Wed, 27 Apr 2005 23:39:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA40143D31 for ; Wed, 27 Apr 2005 23:39:19 +0000 (GMT) (envelope-from m87carlson@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so392246wra for ; Wed, 27 Apr 2005 16:39:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t7YHfpZnTrQNQnfXxQMUMfT0207gbuEzSw+0WiQoaWHZiFCDSc0YU04SAU/Fd8m2LaLrBP9Vki3ON2FTSypovnjQM7ZjG9lA1+8kazIjx+HXqrZAFzEyl84M+pTxcul61V8rhRxwj90EQ1kTSKko+4d8XBEU5kKQtuagWpR/c0o= Received: by 10.54.79.8 with SMTP id c8mr810261wrb; Wed, 27 Apr 2005 16:39:14 -0700 (PDT) Received: by 10.54.69.17 with HTTP; Wed, 27 Apr 2005 16:39:13 -0700 (PDT) Message-ID: Date: Wed, 27 Apr 2005 16:39:13 -0700 From: Mike Carlson To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD NIS client and Solaris NIS server problem... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Carlson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 23:39:20 -0000 Hello, I'm having a bit of trouble getting my FreeBSD workstation ( 5.4 PRERELEASE ) binding to our Solaris 8 NIS server. I do not get any warnings or errors when ypbind starts up, but if I do a 'rpcinfo localhost', it takes a very long time to come back with anything(stays in a 'nanslp' state the whole time), and trying to do a 'ypcat hosts' ( or an equivalent ypcat query ) times out with the error: $ ypcat hosts ypcat: no such map hosts.byaddr. reason: Can't bind to server which serves this domain if I run rpcbind manually with the -d flag I get the following message: =20 $ rpcbind -d rpcbind debugging enabled. can't get local ip6 address: hostname nor servname provided, or not known Now, I dont have ipv6 compiled in the kernel, but is rpcbind dependent on i= t? Here are the parameters I'm using in rc.conf for nis: rpcbind_enable=3D"YES" nisdomainname=3D"delta" nis_client_enable=3D"YES" nis_client_flags=3D"-S delta,engr-nis1,engr-nis2" Any info is appreciated, I would like to access my NFS home directory from my workstation :) Mike C