<div style>Where does lxc-attach get its path for the tasks file?</div><div style>I created a rootfs and configfile with the lxc-debian script in /lxc/imunes and started the container with lxc-start -n imunes -f /lxc/imunes/config. It works but I can't execute anything because of a wrong filepath:</div>
<div style><br></div><div style><div># lxc-attach -n imunes /bin/bash</div><div>lxc-attach: No such file or directory - failed to open '/cgroup//lxc/lxc/imunes/tasks'</div></div><div style><br></div><div style>The tasks file is in /cgroup/lxc/imunes/tasks - there's an extra /lxc there, how do i remove it?</div>
<div style>I applied the patches to enable lxc-attach but am unable to test it.</div>