From owner-freebsd-questions@FreeBSD.ORG Tue May 10 22:05:32 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 F3D6E16A4CE for ; Tue, 10 May 2005 22:05:31 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6700443D2D for ; Tue, 10 May 2005 22:05:31 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so31843wra for ; Tue, 10 May 2005 15:05:31 -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=qJniN3rf0YkJG80S/U2qd5DIVrJ+4iOUte/YWJtaPelIjXT9YmTkhnwRURPC9Nw1RW9LUhfG4VQ9tdmazF2boj9SWZDXUbD8nXhVsofvzbuIQSLPGtOw9DhUR5EE/pESb57bYbcQ9qkaAdvQScVSiVCiRRDf6OeuunODYuJBbDg= Received: by 10.54.26.45 with SMTP id 45mr12604wrz; Tue, 10 May 2005 15:05:30 -0700 (PDT) Received: by 10.54.71.9 with HTTP; Tue, 10 May 2005 15:05:30 -0700 (PDT) Message-ID: <781e2bc0050510150511a94055@mail.gmail.com> Date: Tue, 10 May 2005 15:05:30 -0700 From: Benjamin Keating 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: NFS "Can't enumerate maps" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benjamin Keating List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 22:05:32 -0000 Howdy Gang, Im trying to setup a NIS slave in a already NIS powered network based on the handbook rules http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.html. My masters relevant rc.conf ######## nis_client_enable=3D"YES" nisdomainname=3D"LONGNOW" nis_server_enable=3D"YES" rpc_ypupdated_enable=3D"YES" rpcbind_enable=3D"YES" nis_yppasswdd_enable=3D"YES" nis_yppasswdd_flags=3D"-t /etc/master.passwd -i" ######## My slaves relevant rc.conf ######## nis_client_enable=3D"YES" nisdomainname=3D"LONGNOW" nis_server_enable=3D"YES" rpc_ypupdated_enable=3D"YES" rpcbind_enable=3D"YES" ######## both the master and slave have /etc/hosts entries: 192.168.1.3 tic 192.168.1.11 bis and have verified at the CLI that each can be pinged from the other machine= . #NOPUSH=3D"True"=20 is commented out on the masters Makefile. Following the guide, on the slave I do: ######## $ sudo ypinit -s tic LONGNOW ######## and get: ######## Can't enumerate maps from tic. Please check that it is running. Note: using hardcoded maplist for map transfers. Server Type: SLAVE Domain: LONGNOW Master: tic Creating an YP server will require that you answer a few questions. Questions will all be asked at the beginning of the procedure. Do you want this procedure to quit on non-fatal errors? [y/n: n] ######## sockstat's (relevant services only): ######## MASTER: rpc.yppass rpc.ypupdate, ypbind, ypserv, rpcbind SLAVE: ypbind, rpc.ypupdate. rpcbind Why can't it enumerate maps from tic? Im lost and all google brings up is Linux related info complaining about ypinit having a bad rep in Linux.