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-devel

Re: [Xen-devel] one Newbe again :/

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] one Newbe again :/
From: "Mark A. Williamson" <mark.williamson@xxxxxxxxxxxx>
Date: Tue, 8 Feb 2005 01:47:53 +0000
Cc: Darko Hojnik <hojnik@xxxxxxxxxxxxx>
Delivery-date: Tue, 08 Feb 2005 01:49:16 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <4207FACC.2050100@xxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <4207FACC.2050100@xxxxxxxxxxxxx>
Reply-to: mark.williamson@xxxxxxxxxxxx
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.6.2
Welcome to the list!

Glad you've got Xen up and running on your hardware.  The problem you're 
seeing appears to be a minor glitch in your configuration.

> After part one i tried to create an virtual Machine like the exemple in
> the Doc's, so i have downloaded the file ttylinux-xen.bz2 and create a
> simple config like this
>
> kernel = "/boot/vmlinuz-2.6.10-xen0"
> memory = 64
> name = "ttylinux-xen"
> nics = 1
> ip = "192.168.1.100"

You've got one field too many for this disk:

> disk = ['file:/opt/ttylinux-xen,sda1,1,w']
                                       ^
---------------------------------------|
    
The extra 1 is confusing the tools into trying to configure a driver domain.  
Change that line to:

disk = ['file:/opt/ttylinux-xen,sda1,w']

And it should work.

HTH,
Mark

> root = "/dev/sda1 ro"
>
> My Problem, i can not start an virtual machiene and i do not know why.
> Maybe anybody can help me
>
> Server:~# xm create /root/test -c
> Using config file "/root/test".
> Error: Error creating domain: invalid backend domain
>
>
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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