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

[Xen-users] Problem during VM creation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem during VM creation
From: Virajith Jalaparti <virajith.j@xxxxxxxxx>
Date: Thu, 24 Feb 2011 13:19:34 -0600
Delivery-date: Thu, 24 Feb 2011 11:20:58 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Iv63W05iFJ7xwRcJdLfzl+YqB5qY5uOWYCN47dFWSug=; b=PQKLTGzVzksRIuUyZztQoqsNxxpaOVDQlc59GLwNzz2/bNcmkinyJgkIPMHxw5qSJN E1zUh6Fd8bWElsD/u47TT4y72bPySQvnDLVAOreQkPpkYz2A4alnmYP0L2j23msz2RM2 ugBrUtJrwDPif7XqrrhUFw+tSxEuCzeUNvLes=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=G4CUoM4M/t2avygRV+CxFeSMwBpHqWSHZVXBcs+qXWLf10L7ENC4y4iJjgxIHRNfJm +2RDhB806VNuup9te6YpiZSccBao7wi5Mf3VOeaBINpoV2Xc6Q5094EvJm8k4Nt0Op/O S6VMZaWHbgE2fSHsfqGiaA58CtoxfMWYAIwQE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am using Xen-3.4.3 compiled from source on CentOS 5.5. When I try to create a domU using the virt-install command, I get the following message and the process stops: (btw, I am using drbd for the disk)

]# virt-install --prompt
Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. yes
What is the name of your virtual machine? vm0
How much RAM should be allocated (in megabytes)? 1000
What would you like to use as the disk (file path)? /dev/drbd2
What is the install CD-ROM/ISO or URL? http://mirrors.kernel.org/centos/5.5/os/x86_64/   
 
Starting install...
Retrieving file .treeinfo...                                                                                       |  417 B     00:00    
Retrieving file boot.iso...                                                                                        |  10 MB     00:01    
Creating domain...                                                                                                 |    0 B     00:01    
Domain installation still in progress. You can reconnect to
the console to complete the installation process.

When I try to connect to the domU using "virt-viewer vm0", I get a seg fault. Doing  "vnc-viewer vm0" gives me an error saying "main:        unable to resolve host by name: No such file or directory (2)".

Can anyone help me get around this problem so that I can continue with the domU install?

Thanks a lot
Virajith
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem during VM creation, Virajith Jalaparti <=