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
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())
>
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
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: __
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