Displaying 3 results from an estimated 3 matches for "bug763102".
2015 Aug 22
2
Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
...Uh, how on earth did I miss it!
> there are two
> places that need to be fixed. I'm using it since November.
Thanks. Since loads is a classmethod I think the right fix for that
issue is to s/self/cls/ in the body rather than s/cls/self/ in the
declaration.
I've updated the feature/bug763102 with the following extra patch:
@@ -14,7 +14,7 @@ class SXPParser(object):
def loads(cls, input):
data = []
stack = []
- for match in self.tokenizer_re.finditer(input):
+ for match in cls.tokenizer_re.finditer(input):
if match.group('open')...
2015 Aug 21
2
Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
...()(p)
+ s = SXPParser.loads(p)
self.data = d = {}
for i in s:
if i and i[0] == 'domain':
Please can you try making that change to /usr/lib/xen-common/bin/xen
-init-list and report whether or not it works?
I've also published the fix to the feature/bug763102 branch of the pkg
-xen git repository.
Thanks,
Ian
2015 Aug 23
0
Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> I've updated the feature/bug763102 with the following extra patch:
With both your patches applied, xen-init-list works.
Cheers,
Volker
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEARECAAYFAlXZ2cgACgkQgKD4KXUzSrhELACg2CCtFNUPtHxNz7XgpQjaYH6b
Gn4An26yNob9A7vhz1L8RTWTMCrfc6RY
=M2dx
-----END PGP SIGNATURE-----