<div dir="ltr">Hi,<div><br></div><div>Though this was discussed several times I could not get through this. I use chef to provision base nodes on which I run unprivileged containers. So everything is programmatic and I leave a script which creates and starts containers in the base node. I use ubuntu-14.04 ami in Amazon.</div><div><br></div><div>Right after provisioning I cant start the containers unless I reboot the machine. The work around for this is to do the following in the sequence and after which I can start the containers.</div><div><br></div><div>"sudo cgm create all goatos && sudo cgm chown all user $(id -u user) $(id -g user)" </div><div><div><br></div><div>and then as the unprivileged user, </div><div><br></div><div>cgm movepid all user $$ > /dev/null 2>&1<br></div><div><br></div><div>Though this solves the problem, upon starting every container I get the following messages.</div><div><br></div><div><div>lxc_container: call to cgmanager_move_pid_abs_sync failed: invalid request</div><div>lxc_container: Failed to enter group /goatos/test</div><div>lxc_container: error communicating with child process</div></div><div><br></div><div>and everything else is fine. Container starts fine, gets an ip and communicates etc.</div><div><br></div><div>What is the significance of those messages and how to get rid of them?</div><div><br></div><div>Thanks,</div>-- <br>Medhamsh,<br><br>GPG Finger Print: BD16 E32E CA4D 83A3 1270  725D D766 7997 0ABC 20E9<br><a href="http://pascal.iiit.ac.in/~medhamsh/medhamsh.gpg" target="_blank">http://pascal.iiit.ac.in/~medhamsh/medhamsh.gpg</a>
</div></div>