From owner-freebsd-questions Tue Aug 19 11:19:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA24654 for questions-outgoing; Tue, 19 Aug 1997 11:19:53 -0700 (PDT) Received: from bryce.net (bryce@yoyo.bryce.net [207.55.172.42]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA24647 for ; Tue, 19 Aug 1997 11:19:46 -0700 (PDT) Received: from localhost (bryce@localhost) by bryce.net (8.8.7/8.8.6) with SMTP id NAA07371 for ; Tue, 19 Aug 1997 13:19:44 -0500 (CDT) Date: Tue, 19 Aug 1997 13:19:43 -0500 (CDT) From: Bryce Edwards To: freebsd-questions@freebsd.org Subject: NIS... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm running 2.2-STABLE on two machines, one NIS master & one slave server. Both are NIS clients bound to themselves using ypbind -s -S domain,host Everything works fine, & the maps get to the slave, but take a look at the messages I get when I do a make on the master in /var/yp. NIS Map update started on Tue Aug 19 13:03:39 CDT 1997 for domain bryce.net Updating ypservers... yppush: Transfer of map ypservers to server yoyo failed. yppush: status returned by ypxfr: Master's version not newer yppush: Transfer of map ypservers to server iggy failed. yppush: status returned by ypxfr: Master's version not newer Pushed ypservers map. Updating master.passwd.byname... yppush: Transfer of map master.passwd.byname to server yoyo failed. yppush: status returned by ypxfr: Master's version not newer yppush: Transfer of map master.passwd.byname to server iggy failed. yppush: status returned by ypxfr: Transfer request refused by ypserv Pushed master.passwd.byname map. -- SNIP SNIP -- All the rest are the same as the second map -- (Master's version not newer, Transfer request refused) Here is what the slave servers log says: Aug 19 13:04:54 iggy ypserv[90]: couldn't find master for map master.passwd.byname@bryce.net Aug 19 13:04:54 iggy ypserv[90]: host at yoyo.bryce.net (207.55.172.42) may be pulling my leg and the same for the rest of the maps... Notice the first map wasn't logging an error, but make reported the masters version wasnt newer. This is happening everytime I run make, after touching & editing files - even deleting the maps in /var/yp/domain/* My ypservers file looks like this: yoyo iggy Also, where in the source tree can I get the latest /var/yp/Makefile.dist? Thanks in advance, -- Bryce Edwards bryce@bryce.net