Re: [PATCH-set] pyjailhouse: config_parser - jailhouse cell linux throws an error

2020-08-25 Thread Andrej Utz
Hi all, On 25/08/2020 16:17, Jan Kiszka wrote: Hi Thorsten, please maintain CC lists on reply (AKA reply-to-all). On 25.08.20 14:48, contact@gmail.com wrote: nope, changed to: Traceback (most recent call last):   File "tools/jailhouse-cell-linux", line 723, in     config = config_pars

Re: [PATCH-set] pyjailhouse: config_parser - jailhouse cell linux throws an error

2020-08-25 Thread Jan Kiszka
Hi Thorsten, please maintain CC lists on reply (AKA reply-to-all). On 25.08.20 14:48, contact@gmail.com wrote: > nope, > changed to: > > Traceback (most recent call last): >   File "tools/jailhouse-cell-linux", line 723, in >     config = config_parser.CellConfig.parse(args.config.read()) >

Re: [PATCH-set] pyjailhouse: config_parser - jailhouse cell linux throws an error

2020-08-25 Thread contact....@gmail.com
nope, changed to: Traceback (most recent call last): File "tools/jailhouse-cell-linux", line 723, in config = config_parser.CellConfig.parse(args.config.read()) File "tools/../pyjailhouse/config_parser.py", line 214, in parse self = cls.parse_class(cls, stream) File "tools/../pyjail

Re: [PATCH-set] pyjailhouse: config_parser - jailhouse cell linux throws an error

2020-08-25 Thread Jan Kiszka
On 25.08.20 10:37, contact@gmail.com wrote: > At the current head of the next branch, jailhouse cell linux throws  an > error: > > Traceback (most recent call last): >   File "tools/jailhouse-cell-linux", line 723, in >     config = config_parser.CellConfig(args.config.read()) > TypeError: __

Re: [PATCH-set] pyjailhouse: config_parser - jailhouse cell linux throws an error

2020-08-25 Thread contact....@gmail.com
At the current head of the next branch, jailhouse cell linux throws an error: Traceback (most recent call last): File "tools/jailhouse-cell-linux", line 723, in config = config_parser.CellConfig(args.config.read()) TypeError: __init__() takes 1 positional argument but 2 were given Thorst