From owner-freebsd-xen@FreeBSD.ORG Sun Apr 24 12:46:00 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F33106566B for ; Sun, 24 Apr 2011 12:46:00 +0000 (UTC) (envelope-from florian.heigl@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9939D8FC08 for ; Sun, 24 Apr 2011 12:46:00 +0000 (UTC) Received: by iwn33 with SMTP id 33so1895551iwn.13 for ; Sun, 24 Apr 2011 05:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=fO2ba3x+J91p98oIvp0Z9ZvYJNetYdw/JN0lBuMUXsA=; b=VvFaKFI7ZfglCMHIkzuOmreFDlE927gEgrkAJtViy+HEwq5uYSzZhV03EWtOBHMwOz bh/dYShdFxobLWvJGWjf8k1pJvb02yfboZPEv/U7DcUqn3Mn6HscCn5lTL9EXJmhHhCQ Bq3XOmATfs7rLi4QiPFq0KXK7LTQkMRbzL5QI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AOOAlKmEVcPFOvFahKkD1GcRdw2elPKfUNCrDjPZJXtd7O9Kf2ATVtFfTuIML8kkkv uhxp2LlBy+We9B4qQ+iDrbZIZV4Yjb3pbss7xMDfiLy44LneCJL/GDDfD/iZj+8wFfKM DEeqmxEMgfzs6eiirpOkm84hmpp7BD4jMh+L4= MIME-Version: 1.0 Received: by 10.42.97.69 with SMTP id m5mr3449072icn.116.1303649159936; Sun, 24 Apr 2011 05:45:59 -0700 (PDT) Received: by 10.42.189.6 with HTTP; Sun, 24 Apr 2011 05:45:59 -0700 (PDT) In-Reply-To: References: Date: Sun, 24 Apr 2011 14:45:59 +0200 Message-ID: From: Florian Heigl To: admin@dmarkey.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-xen@freebsd.org Subject: Re: a little lost: Xen HVM acpi shutdown? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 12:46:00 -0000 Hi, 2011/4/24 David Markey : I've done some more searching on this (remember those people that say you don't need to know, you just need to look up? I wonder if they imagined hours of googling instead of *knowing*) > I'm not sure FreeBSD has anything listening on the guest side. Interesting read: http://lists.xensource.com/archives/html/xen-changelog/2009-04/msg00067.html So I checked for "xm trigger" on my dom0 and it had the command (Xen 4.0.1) It has the following options and is not documented in the xm manpage. "waxh0002:~# xm trigger Usage: xm trigger [] Send a trigger to a domain." Using xm trigger xen08 power the FreeBSD domU immediately started shutdown (at usual FreeBSD speed, so it was gone roughly 1-2 seconds later). I'll try to find out why it's not hooked into xm shutdown per Default and I very strongly assume it's the typical Xen problem of the last 3 years: Actually enabling the features is an exercise left for the reader. :) I would be interested if anyone could test this on Xen 4.1. - it might be already working there - it might be working when using "xl" isntead of "xm" - it might have been forgotten in "xl" and not work in "xm" Thanks for your help so far! Greetings, Florian -- the purpose of libvirt is to provide an abstraction layer hiding all xen features added since 2006 until they were finally understood and copied by the kvm devs. From owner-freebsd-xen@FreeBSD.ORG Mon Apr 25 11:07:14 2011 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E5E21065670 for ; Mon, 25 Apr 2011 11:07:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 31DB88FC27 for ; Mon, 25 Apr 2011 11:07:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PB7EvY084776 for ; Mon, 25 Apr 2011 11:07:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PB7DSd084774 for freebsd-xen@FreeBSD.org; Mon, 25 Apr 2011 11:07:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Apr 2011 11:07:13 GMT Message-Id: <201104251107.p3PB7DSd084774@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-xen@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-xen@FreeBSD.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 11:07:14 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/155468 xen [xen] Xen PV i386 multi-kernel CPU system is not worki o kern/155353 xen [xen] [patch] put "nudging TOD" message under boot_ver o kern/154833 xen [xen]: xen 4.0 - DomU freebsd8.2RC3 i386, XEN kernel. o kern/154473 xen [xen] xen 4.0 - DomU freebsd8.1 i386, XEN kernel. Not o kern/154472 xen [xen] xen 4.0 - DomU freebsd8.1 i386 xen kernel reboot o kern/154428 xen [xen] xn0 network interface and PF - Massive performan o kern/154302 xen [xen] [panic] [patch] xn0: Error 2 parsing device/vif/ o kern/153789 xen [xen] [regression] FreeBSD 8.2-RC1 crashes under Solar o kern/153674 xen [xen] i386/XEN idle thread shows wrong percentages o kern/153672 xen [xen] [panic] i386/XEN panics under heavy fork load o kern/153620 xen [xen] Xen guest system clock drifts in AWS EC2 (FreeBS o kern/153477 xen [xen] XEN pmap code abuses vm page queue lock o kern/153150 xen [xen] xen/ec2: disable checksum offloading on interfac o kern/152228 xen [xen] [panic] Xen/PV panic with machdep.idle_mwait=1 o kern/144629 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/143398 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor o kern/143340 xen [xen] FreeBSD 8-RELEASE XEN pvm networking doesn't wor f kern/143069 xen [xen] [panic] Xen Kernel Panic - Memory modified after f kern/135667 xen ufs filesystem corruption on XEN DomU system f kern/135421 xen [xen] FreeBSD Xen PVM DomU network failure - netfronc. f kern/135178 xen [xen] Xen domU outgoing data transfer stall when TSO i p kern/135069 xen [xen] FreeBSD-current/Xen SMP doesn't function at all f i386/124516 xen [xen] FreeBSD-CURRENT Xen Kernel Segfaults when config o kern/118734 xen [xen] FreeBSD 6.3-RC1 and FreeBSD 7.0-BETA 4 fail to b 24 problems total. From owner-freebsd-xen@FreeBSD.ORG Wed Apr 27 00:32:51 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 608061065675 for ; Wed, 27 Apr 2011 00:32:51 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id 357728FC13 for ; Wed, 27 Apr 2011 00:32:51 +0000 (UTC) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id D3746A13; Wed, 27 Apr 2011 00:21:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id tyorX7icULyl; Wed, 27 Apr 2011 00:21:01 +0000 (UTC) Received: from [192.168.1.1] (a94-132-1-126.cpe.netcabo.pt [94.132.1.126]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id 3B096A10; Wed, 27 Apr 2011 00:21:01 +0000 (UTC) Message-ID: <4DB7616F.9060109@barafranca.com> Date: Wed, 27 Apr 2011 01:21:03 +0100 From: Hugo Silva User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: port-xen@netbsd.org, freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 00:32:51 -0000 Hello, Just as the subject says. dom0 is NetBSD 5.99.49/Xen 3.3.2 and domU is FreeBSD 8.2-STABLE (same happens with -RELEASE). If I create a FreeBSD VM and use file:, XENHVM will boot to completion. If I vnconfig that same file, then it will hang. On lvm storage it will also hang. So it seems to be related to using phy:. I'm not sure if this is a FreeBSD problem or a NetBSD problem. Any theories? Regards, Hugo From owner-freebsd-xen@FreeBSD.ORG Fri Apr 29 10:35:48 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 878C4106566B for ; Fri, 29 Apr 2011 10:35:48 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF868FC12 for ; Fri, 29 Apr 2011 10:35:48 +0000 (UTC) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id 972DBEAF; Fri, 29 Apr 2011 10:35:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id AuIsv9QGSOCb; Fri, 29 Apr 2011 10:35:09 +0000 (UTC) Received: from [192.168.1.1] (a94-132-1-126.cpe.netcabo.pt [94.132.1.126]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id EEAB3EAC; Fri, 29 Apr 2011 10:35:08 +0000 (UTC) Message-ID: <4DBA945C.3060904@barafranca.com> Date: Fri, 29 Apr 2011 11:35:08 +0100 From: Hugo Silva User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: port-xen@netbsd.org, freebsd-xen@freebsd.org References: <4DB7616F.9060109@barafranca.com> In-Reply-To: <4DB7616F.9060109@barafranca.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 10:35:48 -0000 On 04/27/11 01:21, Hugo Silva wrote: > Hello, > > Just as the subject says. > > dom0 is NetBSD 5.99.49/Xen 3.3.2 and domU is FreeBSD 8.2-STABLE (same > happens with -RELEASE). > > If I create a FreeBSD VM and use file:, XENHVM will boot to completion. > > If I vnconfig that same file, then it will hang. On lvm storage it will > also hang. > > So it seems to be related to using phy:. > > > > I'm not sure if this is a FreeBSD problem or a NetBSD problem. > Any theories? > > Regards, > > Hugo Anyone? I've seen this since at least NetBSD 5.99.25, maybe I'm doing something wrong.. Are *you* able to run FreeBSD domUs with phy: on a NetBSD dom0 ?