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] operation="profile_load" info="unsupported interface version

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] operation="profile_load" info="unsupported interface version"
From: gherzig@xxxxxxxxxxx
Date: Fri, 2 Oct 2009 16:25:46 -0300 (ART)
Delivery-date: Fri, 02 Oct 2009 12:27:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.15
Hi all. New to xen here. Following some tutorial [0], i have make an iso
from a suse version, and im triyng to use that image for making a new vm.

So the config file looks like
linux-mbu9:/machines/images/gerardo # cat gerardo.cfg
kernel = "/boot/vmlinuz-2.6.27.7-9-xen"
ramdisk = "/boot/initrd-2.6.27.7-9-xen"
memory = 512
name = "GerardoGuest"
vif = [ '' ]
dhcp = "dhcp"
disk = ['tap:aio:/machines/images/gerardo/gerardo.img,xvda1,w',
'tap:aio:/machines/images/gerardo/gerardo.swp,xvda2,w']
root = "/dev/xvda1 ro"

When i make a
inux-mbu9:/home/gherzig # xm create /machines/images/gerardo/gerardo.cfg -c
Using config file "/machines/images/gerardo/gerardo.cfg".
Started domain GerardoGuest
                           Initializing cgroup subsys cpuset
[snip]
PCI: Fatal: No config space access function                              
found
PCI: setting up Xen PCI frontend stub
ACPI: Interpreter disabled.
[snip again]
XENBUS: Device with no driver: device/vbd/51713
XENBUS: Device with no driver: device/vbd/51714
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/console/0
EXT3 FS on xvda1, internal journal
type=1505 audit(1254509563.725:2): operation="profile_load"
info="unsupported interface version" pid=633
type=1505 audit(1254509563.741:3): operation="profile_load"
info="unsupported interface version" pid=637
type=1505 audit(1254509563.781:4): operation="profile_load"
info="unsupported interface version" pid=638
type=1505 audit(1254509563.829:5): operation="profile_load"
info="unsupported interface version" pid=641
type=1505 audit(1254509563.877:6): operation="profile_load"
info="unsupported interface version" pid=643

And it get stucked right there.
I have copied the lines who may help somebody to point me some tips about
what can be wrong.

This is xen 3.0 over a opensuse 11.1. The machine is a HP with 3 scsi disk
(new install from opensuse 11.1 dvd)

thanks!
Gerardo


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] operation="profile_load" info="unsupported interface version", gherzig <=