Background: <br><br>I am in the middle of researching a switch from VMware's free ESXi server to Linux containers.  I have found somewhat spotty documentation which in general does not bother me, but I have come to a bit of a roadblock.<br>
<br>I use  Gentoo as my distribution of choice (I have many machines running Gentoo and I am not likely to switch anytime soon).  <br><br>Gentoo has an unsupported script called lxc-gentoo that will go through the motions of setting up a container.  I have used this script to create a container.<br>
<br>Problem:<br><br>While the container starts succesfully, it is not without a few messages that concern me:<br><br>* Remounting root filesystem read-only ...<br>mount: / is busy                                                          [ !! ]<br>
<br>/lib64/rcscripts/sh/rc-services.sh: line 412: /etc/init.d/udev-postmount: Permission denied<br><br>Everything proceeds as expected with me being able to ssh into the new IP address, etc.  The problem comes when I perform a <br>
<br>shutdown -h now<br><br>Once this command is run from within the container, I can no longer start the container again with failure messages that look as such:<br><br>lxc-start: Permission denied - failed to create pty #0<br>
lxc-start: failed to create the ttys<br>lxc-start: failed to initialize the container<br><br><br>These symptoms sound strikingly similar to the following email on this list:<br><br><a href="http://www.mail-archive.com/lxc-users@lists.sourceforge.net/msg00867.html">http://www.mail-archive.com/lxc-users@lists.sourceforge.net/msg00867.html</a><br>
<br>I do see some speculation in the emails, but I am not finding a ready solution that I see to implement.<br><br>Any help to resolve the above situations would be appreciated.<br><br>Cheers,<br><br>Buzz<br><br><br>