Sean Bushby
2006-Mar-12 20:44 UTC
[Xen-devel] xen create - Unexpected error: exceptions.ValueError
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 xen-devel@lists.xensource.com 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Mar-13 11:00 UTC
Re: [Xen-devel] xen create - Unexpected error: exceptions.ValueError
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@lists.xensource.com > 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 unpackStefan, 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@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Mar-13 11:01 UTC
Re: [Xen-devel] xen create - Unexpected error: exceptions.ValueError
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@lists.xensource.com > 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 unpackAlso Sean, if you could file this in Bugzilla and attach that config file ("web") above, that would be great. Thanks, Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel