On 25/11/05, Steven Hand <Steven.Hand@xxxxxxxxxxxx> wrote:
>
> > Hopefully two files are attached.
> >
> > Xend is running, as I can do xm info, xm list etc.
>
> Hmm - so it looks like you're getting an error deep within
> xc_linux_build. This might fail due to a bogus (or inaccessible)
> kernel image - is /boot/vmlinuz-2.6.12-xenU valid?
ls -al /boot/vm*
-rw-r--r-- 1 root root 5823337 Nov 24 20:20 /boot/vmlinux-syms-2.6.12.6-xen0
-rw-r--r-- 1 root root 3063902 Nov 24 20:20 /boot/vmlinux-syms-2.6.12.6-xenU
-rw-r--r-- 1 root root 2251607 Nov 24 20:20 /boot/vmlinuz-2.6.12.6-xen0
-rw-r--r-- 1 root root 1187173 Nov 24 20:20 /boot/vmlinuz-2.6.12.6-xenU
lrwxrwxrwx 1 root root 21 Nov 24 20:20 /boot/vmlinuz-2.6.12-xen0
-> vmlinuz-2.6.12.6-xen0
lrwxrwxrwx 1 root root 21 Nov 24 20:20 /boot/vmlinuz-2.6.12-xenU
-> vmlinuz-2.6.12.6-xenU
-rw-r--r-- 1 root root 1465200 Oct 27 18:54 /boot/vmlinuz-2.6.9-22.0.1.EL
-rw-r--r-- 1 root root 1426548 Oct 27 19:38 /boot/vmlinuz-2.6.9-22.0.1.ELsmp
-rw-r--r-- 1 root root 1465080 Oct 9 00:49 /boot/vmlinuz-2.6.9-22.EL
-rw-r--r-- 1 root root 1426682 Oct 9 02:12 /boot/vmlinuz-2.6.9-22.ELsmp
lrwxrwxrwx 1 root root 21 Nov 24 20:20 /boot/vmlinuz-2.6-xen0 ->
vmlinuz-2.6.12.6-xen0
lrwxrwxrwx 1 root root 21 Nov 24 20:20 /boot/vmlinuz-2.6-xenU ->
vmlinuz-2.6.12.6-xenU
>
> As far as I can see most error paths should issue something on stderr
> - can you check /var/log/xend-debug.log?
ERROR: Error constructing guest OS
Traceback (most recent call last):
File
"/root/xen-unstable/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py",
line 77, in op_create
dominfo = self.xd.domain_create(config)
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/XendDomain.py",
line 219, in domain_create
dominfo = XendDomainInfo.create(config)
File
"/root/xen-unstable/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 182, in create
vm.initDomain()
File
"/root/xen-unstable/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 1118, in initDomain
channel_details = self.image.createImage()
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py",
line 115, in createImage
return self.createDomain()
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py",
line 134, in createDomain
result = self.buildDomain()
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py",
line 183, in buildDomain
ramdisk = self.ramdisk)
error: (22, 'Invalid argument')
>
when I issue this command
xm create xen01
Using config file "/etc/xen/xen01".
Error: Error creating domain: (22, 'Invalid argument')
>
> cheers,
>
> S.
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|