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] Problem starting stubdomU

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>, jimm@xxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Problem starting stubdomU
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 29 Sep 2008 23:23:24 -0700 (PDT)
Cc:
Delivery-date: Mon, 29 Sep 2008 23:24:33 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=U71HuhYnYSa339QtY9ug8NjhCTFyg5dtZHgQDJJYmPVzNJDYmeklvONBJs217KHTfbKCLLlo+0rTFoseaYPbtM2VLHm4abPELh8ex+GFUa4z/PGkhUPrtHTkBuKsOZt3c7qAHvwuxCbquR7np1L3OAevOjLRTG1e4QtUFaMOMG4=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <48E0F4AF.8090708@xxxxxxxxxxxxxxx>
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>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


--- On Mon, 9/29/08, James Miller <jimm@xxxxxxxxxxxxxxx> wrote:
From: James Miller <jimm@xxxxxxxxxxxxxxx>
Subject: [Xen-users] Problem starting stubdomU
To: "xen-users" <xen-users@xxxxxxxxxxxxxxxxxxx>
Date: Monday, September 29, 2008, 11:30 AM

Hello everyone,

I have a Debian Lenny server running Xen 3.3 compiled from source. I'm
trying to start up a stubdomU and getting the error "VmError: (14,
'Bad
address')".

I'm assuming the error in in the vif statement. I've tried a few
variations of the vif line including just commenting it out but none if
that's working.

I would appreciate it if some of you more familiar with using stubdoms
would take a look at my config and let me know if I'm missing anything:
----------------------------------------
name = 'w2003web_template.vm'
kernel = '/usr/lib/xen/boot/ioemu-stubdom.gz'
builder='hvm'
boot='dca'
memory = 2048
# vif = [ 'ip=209.1x.2xx.4x', 'ip=209.1x.2xx.5x' ]
vif = [ '', '' ]
*****************************************************************************************************************************
It worked for me on Xen 3.3 CentOS 5.2 Dom0 :-

vif= [' ','bridge=xenbr0']

http://bderzhavets.wordpress.com/2008/09/27/getting-stubdom-working-on-xen-33-port-via-httpwwwgitcoderepoxen330-to-centos-52/
*****************************************************************************************************************************

device_model = '/usr/lib/xen/bin/stubdom-dm'
# vnc=0
#sdl=0
# opengl=0
cpus = ["1", "2"] # VCPU0 runs on CPU1 and VCPU1 runs on
CPU2
vcpus = "2"
disk = [ 'file:/win_iso_images/w2003web.iso,hdc:cdrom,r',
'phy:/dev/vg01/w2003web_template,hda,w' ]
acpi=1
vfb = [ 'type=vnc' ]


Thank you,
Jim



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

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