WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] domU mandriva onto dom0 Debian

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] domU mandriva onto dom0 Debian
From: Fabiano Francesconi <fabiano.francesconi@xxxxxxxxx>
Date: Wed, 14 Apr 2010 17:27:18 +0200
Delivery-date: Wed, 14 Apr 2010 08:28:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=TTI+JG21pybic+sab4jg1cEJkoEzTh5qVedUKg4DJjo=; b=M08QJVq+ARxxKRg+bFFHz3qAEe/brFoS/PqSHk4h7c3QxUiGRpGFXJb1VKNgZFDWv/ wc5c6o6t0jlLU4o1rcyITO+QvgU0vT1MxbHC+3y0kGwXWd42OCmMjeAlWtUKgdhyrrou HSgxQfLt2BBwM9JurTU8hYqrkcrU76jKkY3H8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=R0ZcLvzJjyT1NO0w4L5AkJhE+prdj4y0td0/mQycVHaDsC+BcnwNCc1V6M3eHdiajn Xyfc8+G6edunaVbLHhG0zliodKjS/4nre0xNgOQUDgCLIE6zDRPdKR227rnWvH4Z4riE CeL+M37f/ZIy28GFYZVdt7CL6oL543fWprgtg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <h2x3b42dded1004140806h3a6b80afma6d6b48f6f3783f4@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: xen-users@xxxxxxxxxxxxxxxxxxx
References: <k2x3b42dded1004140805gf0398e13l8f0c01885bd5054b@xxxxxxxxxxxxxx> <h2x3b42dded1004140806h3a6b80afma6d6b48f6f3783f4@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
On Wed, Apr 14, 2010 at 05:06:13PM +0200, Susanna Martinelli wrote:
> Hi all,
> i'm trying to run a mandriva domu on debian dom0 (Debian
> 2.6.18.dfsg.1-22etch2).
> the xen Hypervisor is at version 3.2, xm dmesg returns:
> (XEN) Xen version 3.2-1 (Debian 3.2.1-2) (waldi@xxxxxxxxxx) (gcc version
> 4.3.1 (Debian 4.3.1-2) ) Sat Jun 28 15:25:00 UTC 2008
> 
> I've made the configuration file for domU machine like this:
> #
> # Configuration file for the Xen instance prova, created
> # by xen-tools 3.9 on Fri Apr  2 11:55:00 2010.
> #
> 
> #
> #  Kernel + memory size
> ##
> kernel      = '/boot/vmlinuz-2.6.18.8-xen-3.3.0-2mdv'
> ramdisk     = '/boot/initrd-xen-2.6.18.8-xen-3.3.0-2mdv.img'
> 
> memory      = '512'
> 
> #
> #  Disk device(s).
> #
> root        = '/dev/sda1 ro'
> disk        =
> ['file:/home/xen/domains/xtreemos/xos-node1_base.img,sda1,w','file:/home/xen/domains/xtreemos/xos-node1_swap.img,sda2,w']
> #disk        =
> ['tap:aio:/home/xen/domains/mandriva/Mandriva_base.img,sda1,w','tap:aio:/home/xen/domains/mandriva/Mandriva_swap.img,sda2,w']
> 
> 
> #
> #  Hostname
> #
> name        = 'xos-node1.isti.cnr.it'
> 
> #
> #  Networking
> #
> dhcp        = 'dhcp'
> vif         = [ 'mac=00:16:3E:04:FA:F7' ]
> 
> #
> #  Behaviour
> #
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
> 
> BTW the domU machine doesn't start properly, after "xm create -c
> /etc/xen/configuration.cfg"  it blocks after the last instruction in the
> following list:
> http://pastebin.com/0ATJ73AG
> Do you have an idea about the problem? Could it  be a compatibility problem?
> Thanks
> 
> 
> 
> -- 
> "Reality is that which, when you stop believing in it, doesn't go away" --
> Philip K. Dick

> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
Ciao,
this is usually not a problem of the machine itself but a problem
reaching the right console device.

Try adding:
        extra = "console=xvc0"
to your domU configuration file.

This could help you reaching the right console.

If I've misunderstood your issue, please forgive me.

--
Fabiano Francesconi [GPG key: 0x81E53461]

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>