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

[Xen-users] Problem creating a vm

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem creating a vm
From: Jordi Prats <jprats@xxxxxxxx>
Date: Mon, 08 Jan 2007 23:52:08 +0100
Delivery-date: Mon, 08 Jan 2007 14:45:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.4 (X11/20060710)
Hi all,
I'm getting a strange problem. I've copied an image from a node to an
other one to act as a template. On source's node it boots correctly, but
when I copy it to the other node it fails to create the vm with the error:

# xm create /etc/xen/boumort.cfg
Using config file "/etc/xen/boumort.cfg".
Error: Kernel image does not exist: /boot/vmlinuz-2.6.9-42.0.2.EL.xs148xenU

But the file is present:

# ls -l /boot/vmlinuz-2.6.9-42.0.2.EL.xs148xenU
-rw-r--r-- 1 root root 1008342 Mar 22 21:40
/boot/vmlinuz-2.6.9-42.0.2.EL.xs148xenU

I've also checked that it is not corrupt with a md5.

vm's configuration file is:

kernel = "/boot/vmlinuz-2.6.9-42.0.2.EL.xs148xenU"
memory = 1024
name = "boumort"
disk = ['file:/etc/xen/boumort/boumort.img,sda1,w',
'file:/etc/xen/boumort/boumort.swap,sda2,w']
root = "/dev/sda1 ro"
vif = ['bridge=servei','bridge=dades']
extra = "netloop.nloopbacks=0"

What I'm missing?

-- 
......................................................................
        __
       / /          Jordi Prats Català
 C E / S / C A      Departament de Sistemes
     /_/            Centre de Supercomputació de Catalunya

 Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
 T. 93 205 6464 · F.  93 205 6979 · jprats@xxxxxxxx
......................................................................
pgp:0x5D0D1321
......................................................................

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem creating a vm, Jordi Prats <=