<div dir="ltr"><div><div><div><div>I'm trying to run python tests in virtualenv with tox and got this error: <br><br>failed to create lock<br>RuntimeError: Container_init:lxc.c:542: error during init for container '47a1e552-299a-11e7-a6f1-f832e4beeab7'.<br><br></div>however my tests run fine with "pytest tests -s -v"<br></div><br></div>I'm not sure that is the root of my issue, but the difference i see between the working setup and the failing automatized one using tox, is that <span class="gmail-pl-c1">lxc_global_config_value is not set to the correct value when I use tox.<br><br></span></div><div><span class="gmail-pl-c1">If I add this little print debug in the __init__ line 31 (<a href="https://github.com/lxc/lxc/blob/master/src/python-lxc/lxc/__init__.py#L31">https://github.com/lxc/lxc/blob/master/src/python-lxc/lxc/__init__.py#L31</a>)<br></span><br>default_config_path = _lxc.get_global_config_item("lxc.lxcpath")<br>print('LXCPATH: {}'.format(default_config_path))<br><br></div><div>then I got when I run pytest tests/ -s -v<br>LXCPATH: /home/lotso/.local/share/lxc<br></div><div><br></div><div>but when I run tox I have<br>LXCPATH: //.local/share/lxc<br><br></div><div>I dont know if it's because of a failed installation of lxc within tox or if that means the get_global_config_item function has an issue.<br></div><span class="gmail-pl-c1"></span><div><div><div><div><div><div><div><br></div><div>I'm no tox pro, but if anyone would have an idea or pointers at where to look at I'd be interested.<br><br><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">benoit barthelet<br><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0xF150E01A72F6D2EE" target="_blank">http://pgp.mit.edu/pks/lookup?op=get&search=0xF150E01A72F6D2EE</a><br></div></div></div></div>
</div></div></div></div></div></div></div></div>