Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 17:03:26 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Blake Swensen <blake@pyramus.com>
Cc:        FreeBSD List <freebsd-questions@freebsd.org>
Subject:   Re: Yp server not pushing out maps
Message-ID:  <20030417220326.GD28037@dan.emsphone.com>
In-Reply-To: <3E9F1AFA.4080103@pyramus.com>
References:  <3E9F10A9.3050207@pyramus.com> <20030417205745.GB28037@dan.emsphone.com> <3E9F1AFA.4080103@pyramus.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <masterserver> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030417220326.GD28037>