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-devel

Re: [Xen-devel] xen create - Unexpected error: exceptions.ValueError

To: Sean Bushby <sean.bushby@xxxxxxxxx>
Subject: Re: [Xen-devel] xen create - Unexpected error: exceptions.ValueError
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Mon, 13 Mar 2006 11:00:41 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 13 Mar 2006 11:01:41 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <c09f237f0603121244q318ba85bh@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <c09f237f0603121244q318ba85bh@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Sun, Mar 12, 2006 at 08:44:38PM +0000, Sean Bushby wrote:

> Getting this error and it advised to mail you.
> 
> [root@server ~]# xm create web
> Using config file "web".
> Unexpected error: exceptions.ValueError
> 
> Please report to [1]xen-devel@xxxxxxxxxxxxxxxxxxx
> Traceback (most recent call last):
>   File "/usr/sbin/xm", line 10, in ?
>     main.main(sys.argv)
>   File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 710, in
> main
>     rc = cmd(args)
>   File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 176, in
> xm_create
>     create.main(args)
>   File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 825, in
> main
>     preprocess(opts, opts.vals)
>   File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 718, in
> preproc
> ess
>     preprocess_vifs(opts, vals)
>   File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 593, in
> preproc
> ess_vifs
>     (k, v) = b.strip().split('=', 1)
> ValueError: need more than 1 value to unpack

Stefan, it looks like the preprocess_vtpm code needs to be a little more
careful -- can I punt this one to you?

Sean, it looks like you are using a vtpm config option that's not correctly
formed -- it should be a list of key=value pairs.

Cheers,

Ewan.

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

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