From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 15:03:28 2003 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 9B87A37B401 for ; Thu, 17 Apr 2003 15:03:28 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB8243F75 for ; Thu, 17 Apr 2003 15:03:27 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h3HM3Qlp046386; Thu, 17 Apr 2003 17:03:26 -0500 (CDT) (envelope-from dan) Date: Thu, 17 Apr 2003 17:03:26 -0500 From: Dan Nelson To: Blake Swensen Message-ID: <20030417220326.GD28037@dan.emsphone.com> References: <3E9F10A9.3050207@pyramus.com> <20030417205745.GB28037@dan.emsphone.com> <3E9F1AFA.4080103@pyramus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E9F1AFA.4080103@pyramus.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: FreeBSD List Subject: Re: Yp server not pushing out maps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 22:03:28 -0000 In the last episode (Apr 17), Blake Swensen said: > Ya, Dan. > > ypmatch YP_LAST_MODIFIED master.passwd.byuid reports: > Slave: 1050612393 > Master: 1050611746 > > slave: -rw------- 1 root wheel 40960 Apr 17 13:15 master.passwd.byuid > Master:-rw------- 1 root wheel 40960 Apr 17 13:35 master.passwd.byuid > > The clocks are the same > Slave: Thu Apr 17 14:23:22 PDT 2003 > Master: Thu Apr 17 14:23:22 PDT 2003 $ TZ=PST8PDT date -r 1050612393 Thu Apr 17 13:46:33 PDT 2003 $ TZ=PST8PDT date -r 1050611746 Thu Apr 17 13:35:46 PDT 2003 What's strange is that YP_LAST_MODIFIED on the slave is 30 minutes older than the timestamp of its db file on disk. Try running "/usr/libexec/ypxfr -f -h master.passwd.byuid" on the slave to force a pull, or touch master.passwd on the master and run "make" again. -- Dan Nelson dnelson@allantgroup.com