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] Error on xm create

To: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Subject: Re: [Xen-users] Error on xm create
From: Andrew Turnbull <abturnbull@xxxxxxxxx>
Date: Fri, 25 Nov 2005 14:02:03 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 25 Nov 2005 14:02:03 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VU383laaV1gt0MFk4tMqJkeOq8UED/qjRrO/U22lB/dqGQJ1qTjfd2HRHl79HNajcWU4hhPD5PWfaLV4HVr7JKNf5gt+i52A+mfEi5Az/nCpaIcfjFllTRaTB0DM/jUcA/Pw27J/8CwmTUIUjgKgbaFath0lIl9AIFmRF5+3jyw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1EfdqV-00005F-00@xxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <abturnbull@xxxxxxxxx> <bff20ae20511250313i57d6c517m@xxxxxxxxxxxxxx> <E1EfdqV-00005F-00@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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