Meseira / mithlond

Manage control groups for LXC unprivileged containers
GNU General Public License v3.0
4 stars 0 forks source link

Not working on Debian Stretch (Testing). #1

Open Dwedit opened 7 years ago

Dwedit commented 7 years ago

I tried this tool out, and it doesn't seem to be working on Debian Stretch.

I can install it okay, I can add users to the list, and I can manually start the LXC containers by starting the service, but I'm getting nothing at bootup.

I even threw some 'echo "Hello World"' lines into the script file, and see no text in the service log.

I really don't understand how to use systemd, so I'm lost here.

Meseira commented 7 years ago

Hello Dwedit,

the script mithlond is quite old now and a bit useless. Indeed, cgroup management has been widely improved and tricks like this script are not needed since, at least, LXC version 2.0.

On my servers, I do not use mithlond anymore. The reasons that pushed me to write it are now well handled with LXC 2.0.7 in Debian Jessie.

Maybe, you can explain what are your needs and why do you try to use mithlond in your Debian Stretch... I will try to help you if I can ;-)