From owner-freebsd-current@FreeBSD.ORG Wed Dec 20 01:45:34 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A505216A407 for ; Wed, 20 Dec 2006 01:45:34 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04A843CCD for ; Wed, 20 Dec 2006 01:44:57 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBK1ivEr026648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Dec 2006 17:44:57 -0800 X-Auth-Received: from [128.208.4.96] (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBK1iuKL011401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 19 Dec 2006 17:44:57 -0800 Message-ID: <45889598.3030408@u.washington.edu> Date: Tue, 19 Dec 2006 17:44:56 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (X11/20061108) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <790a9fff0612190915va75678at895efa0bc93ac3a1@mail.gmail.com> <458843B8.1060704@u.washington.edu> <45887857.903@paradise.net.nz> <45887A31.4050801@paradise.net.nz> <790a9fff0612191741r656fbbe0ic8660a9c59ba632b@mail.gmail.com> In-Reply-To: <790a9fff0612191741r656fbbe0ic8660a9c59ba632b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.19.172932 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: settimeofday function taking 24 - 30 minutes to complete X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:45:34 -0000 Scot Hetzel wrote: > On 12/19/06, Mark Kirkwood wrote: >> Mark Kirkwood wrote: >> >> > Just tried out this on 6-STABLE >> >> > I can't get the hang at all (with or without thee extra includes): >> > >> > # time ./settimetest >> > INFO: Saved current time >> > INFO: settimeofday completed sucessfully >> > INFO: Reset time to original value >> > 0.000u 0.002s 0:00.00 0.0% 0+0k 0+0io 0pf+0w >> > >> >> Oops - thought I was reading -stable instead of -current list >> (doh).. sorry! Well at least you know it can work on *some* version of >> FreeBSD!....(I don't have any machines running -current at the moment to >> test). >> > > Here's the time for the test on FreeBSD/amd64 -CURRENT, update yesterday. > > hp010# date ; time ./t1 ; date > Tue Dec 19 19:07:33 CST 2006 > INFO: Saved current time > INFO: settimeofday completed sucessfully > INFO: Reset time to original value > 0.000u 1469.241s 0:00.00 0.0% 5+175k 0+0io 0pf+0w > Tue Dec 19 19:07:33 CST 2006 > hp010# date 200612191933 > Tue Dec 19 19:33:00 CST 2006 > > Scot Well, I'll find a random unused machine, setup FreeBSD on it with vmware and then try that out. Seems interesting that it takes 30 minutes to run instead of being done almost instantaneously. -Garrett