Ian Campbell
2015-Aug-22 08:00 UTC
[Pkg-xen-devel] Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
On Sat, 2015-08-22 at 00:24 +0200, Volker Klasen wrote:> Hi Ian, > > you can use the patch I posted in the original report,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'): stack.append([]) elif match.group('close'): Ian.
Volker Klasen
2015-Aug-23 14:33 UTC
[Pkg-xen-devel] 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-----
Ian Campbell
2015-Sep-04 13:11 UTC
[Pkg-xen-devel] Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
Control: tag -1 -moreinfo On Sun, 2015-08-23 at 16:33 +0200, Volker Klasen wrote:> > > > I've updated the feature/bug763102 with the following extra patch: > > With both your patches applied, xen-init-list works.Thanks for confirming. Ian.
Possibly Parallel Threads
- Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
- Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
- Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
- Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
- Bug#718898: marked as done (coreutils: cut no longer works with newline as delimiter)