Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2015 09:08:38 +0100
From:      =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <roger.pau@citrix.com>
To:        <lausts@acm.org>
Cc:        <freebsd-xen@freebsd.org>
Subject:   Re: Does a Xen Dom0 require X to function
Message-ID:  <563C6006.2030206@citrix.com>
In-Reply-To: <563BBE08.32089.ECACD@lausts.acm.org>
References:  <5633A2B0.22403.45280A@lausts.acm.org> <563B631D.22122.FDB9F@lausts.acm.org> <563B7357.3040002@citrix.com> <563BBE08.32089.ECACD@lausts.acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <guest_cfg>` 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563C6006.2030206>