<div dir="ltr"><div class="gmail_default" style="font-size:small">Thanks</div><div class="gmail_default" style="font-size:small">Finally some help!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 25, 2019 at 9:07 PM Stéphane Graber <<a href="mailto:stgraber@ubuntu.com">stgraber@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, May 25, 2019 at 02:02:59PM -0400, Saint Michael wrote:<br>
> Thanks to all. I am sorry I touched a heated point. For me using<br>
> hard-virtualization for Linux apps is dementia. It should be kept only for<br>
> Windows VMs.<br>
> For me, the single point of using LXC is to be able to redeploy a complex<br>
> app from host to host in a few minutes. I use one-host->one-Container. So<br>
> what is the issue of giving all power to the containers?<br>
> <br>
> On Sat, May 25, 2019 at 1:56 PM jjs - mainphrame <<a href="mailto:jjs@mainphrame.com" target="_blank">jjs@mainphrame.com</a>> wrote:<br>
> <br>
> > Given the developers stance, perhaps a temporary workaround is in order,<br>
> > e.g. ssh-key root login to physical host e.g. "ssh <host> sysctl<br>
> > key=value..."<br>
> ><br>
> > Jake<br>
> ><br>
> > On Mon, May 20, 2019 at 9:25 AM Saint Michael <<a href="mailto:venefax@gmail.com" target="_blank">venefax@gmail.com</a>> wrote:<br>
> ><br>
> >> I am trying to use sysctl -p inside an LXC container and it says<br>
> >> read only file system<br>
> >> how do I give my container all possible rights?<br>
> >> Right now I have<br>
> >><br>
> >> lxc.mount.auto = cgroup:mixed<br>
> >> lxc.tty.max = 10<br>
> >> lxc.pty.max = 1024<br>
> >> lxc.cgroup.devices.allow = c 1:3 rwm<br>
> >> lxc.cgroup.devices.allow = c 1:5 rwm<br>
> >> lxc.cgroup.devices.allow = c 5:1 rwm<br>
> >> lxc.cgroup.devices.allow = c 5:0 rwm<br>
> >> lxc.cgroup.devices.allow = c 4:0 rwm<br>
> >> lxc.cgroup.devices.allow = c 4:1 rwm<br>
> >> lxc.cgroup.devices.allow = c 1:9 rwm<br>
> >> lxc.cgroup.devices.allow = c 1:8 rwm<br>
> >> lxc.cgroup.devices.allow = c 136:* rwm<br>
> >> lxc.cgroup.devices.allow = c 5:2 rwm<br>
> >> lxc.cgroup.devices.allow = c 254:0 rwm<br>
> >> lxc.cgroup.devices.allow = c 10:137 rwm # loop-control<br>
> >> lxc.cgroup.devices.allow = b 7:* rwm    # loop*<br>
> >> lxc.cgroup.devices.allow = c 10:229 rwm #fuse<br>
> >> lxc.cgroup.devices.allow = c 10:200 rwm #docker<br>
> >> #lxc.cgroup.memory.limit_in_bytes = 92536870910<br>
> >> lxc.apparmor.profile= unconfined<br>
> >> lxc.cgroup.devices.allow= a<br>
> >> lxc.cap.drop=<br>
> >> lxc.cgroup.devices.deny=<br>
> >> #lxc.mount.auto= proc:rw sys:ro cgroup:ro<br>
> >> lxc.autodev= 1<br>
<br>
Set:<br>
<br>
lxc.mount.auto=<br>
lxc.mount.auto=proc:rw sys:rw cgroup:rw<br>
lxc.apparmor.profile=unconfined<br>
<br>
<br>
This for a privileged container should allow all writes through /proc and /sys.<br>
As some pointed out, not usually a good idea for a container, but given<br>
it's the only thing on your system, that may be fine.<br>
<br>
-- <br>
Stéphane Graber<br>
Ubuntu developer<br>
<a href="http://www.ubuntu.com" rel="noreferrer" target="_blank">http://www.ubuntu.com</a><br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
</blockquote></div>