From owner-freebsd-current@FreeBSD.ORG Sat Sep 18 16:42:51 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09B08106566B for ; Sat, 18 Sep 2010 16:42:51 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 850178FC08 for ; Sat, 18 Sep 2010 16:42:50 +0000 (UTC) Received: by bwz15 with SMTP id 15so4487685bwz.13 for ; Sat, 18 Sep 2010 09:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=aGqx/K8759BPQkGsJ4KU/gKj0oDwigaGjX4G3ZIdF8U=; b=vAsxVkR3/RhTKiif1JWfc1a+NnHWeS4WuFpIJf4SscEpG+Yx5hjgNLPvSxMOmOgfM7 jk9el/1nYzN6wGJ0xlioobfGgolGK71b8ya5v3lc3/Dv2H8nCSNeS8AMFPQNnzysZkvi +ZtZ5YFI9G+22teU6hrHS+FZiMm5upegjJiQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=CcK8NjZXRtq+ps1hOUysaJCfuz3zsjX+YGH7ewWUP1bZIDd3/Br7b5H9Keguh2DTws GVEQXpYdmFYCW3tffJ0qacCaR0Sq6KpXMKB/Mny3d7Yq9lRb/kZqSA3nAVkRW0cLcWRw Nyi0k/i9mn4J3N0zPg012o2R3+03LQgJanYhI= Received: by 10.204.77.212 with SMTP id h20mr5163646bkk.33.1284828168724; Sat, 18 Sep 2010 09:42:48 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 11sm4815976bkj.11.2010.09.18.09.42.46 (version=SSLv3 cipher=RC4-MD5); Sat, 18 Sep 2010 09:42:47 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C94EC05.4070406@FreeBSD.org> Date: Sat, 18 Sep 2010 19:42:45 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Bruce Cran References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: One-shot timer broken on Xen 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: Sat, 18 Sep 2010 16:42:51 -0000 Hi. Bruce Cran wrote: > I built a new kernel from HEAD on my Xen domU today and found that it > hung after the following messages: > > smist0: on cpu0 > device_attach: smist0 attach returned 6 > Device configuration finished. > procfs registered > Timecounter "TSC" frequency 2000118476 Hz quality 800 > lapic: Divisor 2, Frequency 50001605 Hz > > Setting kern.eventtimer.periodic to 1 allows the system to boot. This doesn't tells much. What event timers found by the system there and what of them was used? Looking on kern.eventtimer.periodic support, I assume you are using HVM? PV kernel wasn't refactored yet, but I think it would be nice. May be you could give me an access to some Xen machine? -- Alexander Motin