<div dir="ltr"><div class="gmail_default" style="font-size:small">It is is not solved. It should work.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 13, 2015 at 11:01 AM, Alex Mestiashvili <span dir="ltr"><<a href="mailto:alex@biotec.tu-dresden.de" target="_blank">alex@biotec.tu-dresden.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It seem I found the problem, if I mount /run as tmpfs<br>
<br>
lxc.mount.entry = tmpfs run tmpfs<br>
nosuid,nodev,noexec,mode=0755,size=128m 0 0<br>
<br>
then telinit 0 inside the container doesn't work, though /run/initctl is<br>
present:<br>
<br>
ls -l /run/initctl<br>
prw------- 1 root root 0 Nov 13 15:54 /run/initctl<br>
<br>
I tried to remove nodev and noexec mount options, but even with<br>
<br>
lxc.mount.entry = tmpfs run tmpfs rw<br>
<br>
I get "timeout opening/writing control channel /run/initctl"<br>
<br>
it would be nice to know why it doesn't work, but as I only need<br>
/run/shm to be tmpfs, the problem can be considered resolved.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 11/13/2015 03:29 PM, Alex Mestiashvili wrote:<br>
> Hi All,<br>
><br>
> Is there a way to properly shutdown Jessie container on a Wheezy host ?<br>
> lxc version is 0.8.0~rc1-8+deb7u2<br>
><br>
>  lxc-shutdown -n $host  which is basically<br>
><br>
>  chroot /var/lib/lxc/${_CONTAINER}/rootfs telinit 0<br>
><br>
> ends up in:<br>
><br>
> "telinit: timeout opening/writing control channel /run/initctl"<br>
><br>
> with no change to the host.<br>
><br>
> Of course I can ssh/console to the container, run shutdown and then use<br>
> lxc-stop to kill it, but may be there is a workaround for a direct<br>
> shutdown ?<br>
><br>
> Thank you!<br>
> _______________________________________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org">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>
><br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">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></div></div></blockquote></div><br></div>