From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 13:42:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FDA410657F5 for ; Thu, 24 Jul 2008 13:42:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE3278FC23; Thu, 24 Jul 2008 13:42:46 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <488886D8.4030400@FreeBSD.org> Date: Thu, 24 Jul 2008 15:42:48 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Dimitar Vasilev References: <59adc1a0807240122q7253bbeasff1f3a7b6c216561@mail.gmail.com> <488853C5.9000500@FreeBSD.org> <59adc1a0807240604m51c75a89n4ab7c426db1455fb@mail.gmail.com> In-Reply-To: <59adc1a0807240604m51c75a89n4ab7c426db1455fb@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: nightrecon@verizon.net, freebsd-questions@freebsd.org Subject: Re: calcru went backwards on 7 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 13:42:49 -0000 Dimitar Vasilev wrote: >> The "calcru went backwards" message can have two causes: >> >> 1) Your time counter really went backwards and is too broken to use. >> >> 2) Something caused clock interrupts to be delayed for extremely long >> periods of time. This happens if you break to DDB for example. It can also >> happen if there are kernel bugs, maybe in a driver etc. Try to enable >> additional debugging (WITNESS, INVARIANTS, etc; see the developers handbook) >> and see where it gets you. >> >> Kris >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > Thanks Kris, > > Last time I tried to set the date there was a problem with the year - I > could not set the date beyond 2007 That doesn't sound like a FreeBSD bug. > Also HZ were 2000 instead of 1000, but at that time machine was a > uniprocessor one. HZ=1000 by default, so are you saying you set it to 2000? Kris