From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 13:04:39 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 9895C106564A for ; Thu, 24 Jul 2008 13:04:39 +0000 (UTC) (envelope-from dimitar.vassilev@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 2EEA48FC0C for ; Thu, 24 Jul 2008 13:04:38 +0000 (UTC) (envelope-from dimitar.vassilev@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1984168fgb.35 for ; Thu, 24 Jul 2008 06:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=RmVTxcK3HBHDF+hNyT9lYIXRlDRslNq2HfQ+n/zhPww=; b=NRituqU56ja+68QRbhJn4WPTlDQyK4io1hl9RqkT+KUxGZmB1uMkb3sW1PMdVkmZPY 9Gy9gNqvqLXHfMAPx3T892qZ7X5P3CuWNrbIZ95A9FSzGTdOezJ/41xOLUMRmTO2ebZB qqtYLonY2Dm5dwQiRp7FybH2tsuOW7zdSYD5Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Fm5i19BoNZH9dnVaguIHyI5JSPkS8/zoPOB8FkzyiMVKwWscd2gb/dsREoGFQYNgVC MHz21M7xiVTPTX5WINgDYFIBYMco/GN3Wh/cT0UBvTP/uZnemFPGjg6tk78w1amVOhUs iwFpkVoQsSAUFqtBqG7sxAfmyZtSklo2DJsbI= Received: by 10.86.72.3 with SMTP id u3mr828570fga.62.1216904677697; Thu, 24 Jul 2008 06:04:37 -0700 (PDT) Received: by 10.86.100.10 with HTTP; Thu, 24 Jul 2008 06:04:37 -0700 (PDT) Message-ID: <59adc1a0807240604m51c75a89n4ab7c426db1455fb@mail.gmail.com> Date: Thu, 24 Jul 2008 16:04:37 +0300 From: "Dimitar Vasilev" To: "Kris Kennaway" In-Reply-To: <488853C5.9000500@FreeBSD.org> MIME-Version: 1.0 References: <59adc1a0807240122q7253bbeasff1f3a7b6c216561@mail.gmail.com> <488853C5.9000500@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:04:39 -0000 > > 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 Also HZ were 2000 instead of 1000, but at that time machine was a uniprocessor one. Best regards, Dimitar Vassilev