From owner-freebsd-xen@freebsd.org Fri Nov 6 08:08:45 2015 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1892DA26BC2 for ; Fri, 6 Nov 2015 08:08:45 +0000 (UTC) (envelope-from prvs=7454c2131=roger.pau@citrix.com) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Verizon Public SureServer CA G14-SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3E391930 for ; Fri, 6 Nov 2015 08:08:44 +0000 (UTC) (envelope-from prvs=7454c2131=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.20,251,1444694400"; d="scan'208";a="310788217" Subject: Re: Does a Xen Dom0 require X to function To: References: <5633A2B0.22403.45280A@lausts.acm.org> <563B631D.22122.FDB9F@lausts.acm.org> <563B7357.3040002@citrix.com> <563BBE08.32089.ECACD@lausts.acm.org> CC: From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= X-Enigmail-Draft-Status: N1110 Message-ID: <563C6006.2030206@citrix.com> Date: Fri, 6 Nov 2015 09:08:38 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <563BBE08.32089.ECACD@lausts.acm.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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, 06 Nov 2015 08:08:45 -0000 El 05/11/15 a les 21.37, Thomas Laus ha escrit: >> Is there anything else in the Qemu logs? >> >> Also, can you post the output of `xl -vvv create ` and `xl >> list` while the domain is running? >> > I can't capture the 'xl -vvv create freebsd.cfg output to a file. This > computer doesn't have a functioning 'X' installation. The redirect to a file > '>' does not capture anything. xl debug messages go to stderr, not stdout, so you have to use "2>" instead of ">" in order to do the redirection. Setting up a ssh server on the Dom0 and using it remotely will also help ;). > ======== > The output of 'xl list': > > Name ID Mem VCPUs Stat Time(s) > Domain-0 0 2048 4 r----- 23.5 > FreeBSD 1 512 1 ------ 0.0 It looks like the guest called FreeBSD is not running at all. Can you paste the configuration file of your domain also? Can you also paste the output of `xl dmesg` after trying to launch the guest? Which revision of FreeBSD are you running in the Dom0? Roger.