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] xm create: Error: Device 0 (vif) could not be connected. Hot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
From: avinash singh <avi2003itbhu@xxxxxxxxx>
Date: Thu, 19 Nov 2009 17:27:56 +0530
Delivery-date: Thu, 19 Nov 2009 03:59:28 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=88jTgZqZESPmwmVzT5zphsTzf4TLehDLRDTuJw6ogOM=; b=skgdzs1rWgiyW39WDmp8zlsx09zQrisid76lRoUt7YSnQRB9LbZUD7IB9JHR4lkiZ2 B83k7rOyOHG44Ox3bxYvI8c9fsK5RtTmKdm/biwlper8rAV2yZmonO05A6hLxpgfutc0 1LMp4Mc2okm0++cHGEtVpYsrjIVRSohYcXJSY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IB67Uc+qscm1KI7Nj3MSYX5oCjfHVo81Iga2NTyTgZKuPJkZmQm5hIoOM2UTMAb5xl +snTubazcuq4xdHdPR3/blgP6HtEP26G889tjLUlnEDenMqV4g2QjL05UYuOj/juPREa Ut0OfH3L1HDMsd98Gbmoo4/LZ9kBYJA76veRE=
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 All,

I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs for lennovo T400.  I have installed all prerequisite component for running xen and booted it.

while I am trying to create DomU I am getting following error. I tried doing googling but none of suggested solution is working for me. Please guide me through my first experience with xen.for more details please see below,

root@localhost ~]# xm create /etc/xen/test
Using config file "/etc/xen/test".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.



 Along with that, I am attaching all perquisite installed rpms for xen (install_log). Please help me to fix this issue.


DOmU configuration file:

------------------------------
--------------------------
import os, re

arch_libdir = 'lib'
arch = os.uname()[4]
if os.uname()[0] == 'Linux' and re.search('64', arch):
    arch_libdir = 'lib64'

#----------------------------------------------------------------------------
# Kernel image file.
kernel = "/usr/lib/xen/boot/hvmloader"

# The domain build function. HVM domain uses 'hvm'.
builder='hvm'

# Initial memory allocation (in megabytes) for the new domain.
#
# WARNING: Creating a domain with insufficient memory may cause out of
#          memory errors. The domain needs enough memory to boot kernel
#          and modules. Allocating less than 32MBs is not recommended.
memory = 1024

# Shadow pagetable memory for the domain, in MB.
# If not explicictly set, xend will pick an appropriate value. 
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "winHVMDomain"
vcpus=1
#cpus = ""         # leave to Xen to pick
#cpus = "0"        # all vcpus run on CPU0
#cpus = "0-3,5,^1" # all vcpus run on cpus 0,2,3,5
#cpus = ["2", "3"] # VCPU0 runs on CPU2, VCPU1 runs on CPU3

vif = [ 'type=ioemu, bridge=eth0' ]


disk = [ 'file:/root/xen.img,hda,w', 'file:/root/win.iso,cdrom,r' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="cda"

vnc=1
vnclisten="127.0.0.1"
vncdisplay=1

stdvga=0



--
Avinash Singh
ECE-07 ITBHU Varanasi.

Bangalore.


Attachment: install_log.rtf
Description: RTF file

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>