From owner-cvs-sys Mon Jan 15 17:47:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA29530 for cvs-sys-outgoing; Mon, 15 Jan 1996 17:47:20 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA29510 Mon, 15 Jan 1996 17:47:09 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id JAA00965; Tue, 16 Jan 1996 09:46:59 +0800 (WST) Date: Tue, 16 Jan 1996 09:46:58 +0800 (WST) From: Peter Wemm To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa clock.c In-Reply-To: <199601152112.NAA08841@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Mon, 15 Jan 1996, Poul-Henning Kamp wrote: > Modified: sys/i386/isa clock.c > Log: > Soren called an said that I screwed up badly, so I backup until > I find out how... Sorry. You can say that again!! :-) I had a major fright last light after just getting some major extenstions to the linux emulator working... when I booted it, xntpd had a heart attack about the large (50 years) discrepancy, and trying to change it made things worse.. I was too tired to investigate and went into "panic mode" and backed out the kernel image.. BTW: I discovered that if you have a named doing zone transfers and they get bogus timestamps on them, the quickest way out is to "touch -m 01010101 *" on the transfered db files and restart named. It may have eventually recovered by hand, but I was not willing to wait.. :-) Cheers, -Peter