Re: [lxc-users] Status: Debian Jessie support for unprivileged containers?

2015-10-14 Thread Xavier Gendre
Although setting it up was not as straightforward as your tutorial: - Package "python3-all-dev" currently has dependency issues (https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1503382, http://askubuntu.com/a/683604/331398) I was able to solve this by adding a time.sleep(120) in

Re: [lxc-users] Status: Debian Jessie support for unprivileged containers?

2015-10-14 Thread Xavier Gendre
and i use this image in my Jessie host (where i tweak my cgroups through a custom systemd service in order to give ownerships to the unprivileged users). Could you maybe also share that custom systemd service configuration? Then I can continue to sit on my lazy butt and don't have to reinvent

Re: [lxc-users] Status: Debian Jessie support for unprivileged containers?

2015-10-14 Thread Christian Benke
On 14 October 2015 at 17:46, Xavier Gendre wrote: > If you have to do such things, i think that you try to apply my tutorial in > a Debian host. It will work but, as you notice, you will have to tweak > cgroup by hand. On my side, i create the Jessie image in a VM with

Re: [lxc-users] Status: Debian Jessie support for unprivileged containers?

2015-10-14 Thread Christian Benke
>>sudo service cgmanager start >>sudo cgm create all $USER >>sudo cgm chown all $USER $(id -u) $(id -g) >>sudo cgm movepid all $USER $$ > echo \$\$ >> /sys/fs/cgroup/perf_event/lxc-bobby/tasks; \ > echo \$\$ >> /sys/fs/cgroup/blkio/lxc-bobby/tasks; \ > echo \$\$ >>

[lxc-users] Using LXC as a live-cd live-usb possible?

2015-10-14 Thread Brian Allen Vanderburg II
This is just a crazy idea I was wondering about in the progress of determining how best to set up an easily customizable and changeable USB bootable installation that itself would be booted from a Grub2 multiboot setup. I already have a custom multi-boot USB drive I've created for various things