| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] RE:xen on SMP
 
To: xen-users@xxxxxxxxxxxxxxxxxxxFrom: Sweekar Pinto <sweekarpinto@xxxxxxxxx>Date: Wed, 5 Oct 2005 16:57:13 +0530Cc: Ted Kaczmarek <tedkaz@xxxxxxxxxxxxx>Delivery-date: Wed, 05 Oct 2005 11:24:53 +0000Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=HsDMx4Mu7FBT5ZPZSkSSR47D12B9+woco9h7PJc9n5CtgJp7BLLO2csvoSMP+i7evGufJb8ZPpCiNZQtrUkNdd7NQSL2mqwb9RRC7hj+UAgcyIyWVSL9IaqSzPhsIm9RIc00gqO5UOEXBZbzEobpNtxxpzlQnesAOjI+5lbTo28=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 
 
 On 10/5/05, Ted Kaczmarek <tedkaz@xxxxxxxxxxxxx> wrote:
On Wed, 2005-10-05 at 09:52 +0530, Sweekar Pinto wrote:> Hi,
 > This is what my domU config file looks like
 >
 > kernel = "/boot/vmlinuz-2.6.12-xen0"
 > memory = 256
 > name = "rhas"
 > nics = 1
 > disk = ['file:/root/fedora.img,sda1,w']
 > root = "/dev/sda1"
 > extra = "ro selinux=0 3"
 >
 > xend-log:
 >
 > Traceback (most recent call last):
 >   File
 > "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py",
 > line 78, in op_create
 >     dominfo = self.xd.domain_create(config)
 >   File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line
 > 292, in domain_create
 >     dominfo = XendDomainInfo.create(self.dbmap, config)
 >   File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
 > line 161, in create
 >     
vm.construct(config)
 >   File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
 > line 558, in construct
 >     self.init_domain()
 >   File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
 > line 741, in init_domain
 >     id = self.image.initDomain(self.id, self.memory, self.ssidref,
 > cpu, self.cpu_weight)
 >   File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 159,
 > in initDomain
 >     xc.domain_memory_increase_reservation(dom, mem_kb)
 > error: (14, 'Bad address')
 >
 > Thanks,
 > Sweekar
 
 Make sure xm info says you have free memory.
 
 The 
xc.domain_memory_increase_reservation(dom, mem_kb) ????
 
 How much memory does your box have and how much is assigned to the domO?
 
 Regards,
 Ted
 
 
 Hi,
 Well, I had enough memory  (2 GB) and was being over generous by giving dom0 512M!
 Anyway, I reformatted the whole dammn  thing and started again from srcatch.... and guesss what ... It worked!
 Thanks for the support, I'm sure I'll be back with another problem soon! :))
 Regards,
 Sweekar
 
 
 
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |