I attempted to create an lxc container on my BQ Aquarius M10 as follows:
libertine-container-manager create -t lxc -d vivid -i lxc
After being asked for and entering my password the following was the result:
Traceback (most recent call last):
File "/usr/bin/libertine-container-manager", line 758, in
args.func(args)
File "/usr/bin/libertine-container-manager", line 387, in create
container = LibertineContainer(args.id)
File "/usr/lib/python3/dist-packages/libertine/Libertine.py", line 281, in __init__
from libertine.LxcContainer import LibertineLXC
ImportError: No module named 'libertine.LxcContainer'
Can anyone explain this?
Just to note - I am running OTA-11 and ssh'd into my tablet to get around any restricted terminal issues.
Usermode LXC is not supported on Linux 3.10, so the LXC back end of Libertine isn't even installed on that device. If you try to force the tools to perform such an unsupported option, you get an error message telling you that the back end is not available.
The solution to this problem is don't force the tools to use an unsupported option.
No comments:
Post a Comment