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] WinS2003_H.cfg:9: expecting an assignment

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] WinS2003_H.cfg:9: expecting an assignment
From: Martin Gombač <martin@xxxxxx>
Date: Wed, 28 Apr 2010 15:54:27 +0200
Delivery-date: Wed, 28 Apr 2010 06:55:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4BD5B811.3070409@xxxxxx>
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>
References: <4BD5B811.3070409@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.24 (Macintosh/20100228)
To follow up to my post.
HVM live migration works perfectly. I just forgot to create another config file on other node. :-)

I still can't figure out that warning from libvirt i posted in the topic. Can someone please help? Apr 28 14:32:01 ibm1 libvirtd: 14:32:01.993: error : /etc/xen/WinS2003_H.cfg:9: expecting an assignment

Everything seems to work with it, but i don't like to have erros in my config. :-)

Thank you,
regards,
M.


Martin Gombač wrote:
Hi,

i'm getting this error when starting my HVM. It works otherwise, except for live migration. I want get rid of this error report before i take a look why live migration only works for PVs on my system.

Here is the relevant config part. Config was used from one of the examples.

#  -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using 'xm create'.
# You use a separate script for each domain you want to create, or
# you can set the parameters for the domain on the xm command line.
#============================================================================

import os, re
arch = os.uname()[4]
if re.search('64', arch):
   arch_libdir = 'lib64'
else:
   arch_libdir = 'lib'

#----------------------------------------------------------------------------
# Kernel image file.
kernel = "/usr/lib/xen/boot/hvmloader"

# The domain build function. HVM domain uses 'hvm'.
builder='hvm'



Please advise me.
Regards,
M.

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

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

<Prev in Thread] Current Thread [Next in Thread>