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
|