Hi<br><br>First I tried mavericks lxc 0.7.2-something sources. I think it was on source <a href="http://packages.ubuntu.com">packages.ubuntu.com</a> last week but was forced to drop it as all interactive sessions disconnected/broke after a couple key presses. Now I don't see it there any more, there is 0.7.2 dated as of yesterday. I only took lxc-ubuntu script from last weeks lxc sources there and used it on lucid-s stable lxc 0.6.5-1. I only use official stable lucid packages and it works. Maybe parts of it are useful for some future lxc 0.6.6 or 0.7.2?<br>
Example: Aren't most ubuntu users used to admin group user as administrator?<br><br>I am not sure I understand what you mean?<br>You mean I can use lxc 0.7.1 from your PPA in hosting Lucid server? <br>I don't need lxc in the container to use it, do I?<br>
<br>Regards<br><br><div class="gmail_quote">On Wed, Sep 8, 2010 at 2:30 PM, Serge E. Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@canonical.com">serge.hallyn@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Quoting user virtual (<a href="mailto:virtualusr@gmail.com">virtualusr@gmail.com</a>):<br>
</div><div class="im">> Hi Serge<br>
><br>
> Sorry for the missing link:<br>
> <a href="http://virtualusr.wordpress.com/2010/09/07/flying-linux-containers-on-xen-4-0-on-pv-ubuntu-10-04-lucid/" target="_blank">http://virtualusr.wordpress.com/2010/09/07/flying-linux-containers-on-xen-4-0-on-pv-ubuntu-10-04-lucid/</a><br>

><br>
> There was no networking setup and making one blocked upstart for me.<br>
<br>
</div>Hm, you're using lxc-ubuntu by hand.  Is that from lxc 0.6.5?  If not,<br>
do you get better results using lxc 0.7.1 and doing<br>
<br>
        cat >> /etc/lxc-basic.conf << EOF<br>
        lxc.network.type=macaddr<br>
        lxc.network.link=eth0<br>
        lxc.network.flags=up<br>
        EOF<br>
<br>
        lxc-create -n ubuntu1 -f /etc/lxc-basic.conf -t ubuntu<br>
<br>
?<br>
<br>
Note that in a lucid container you can get the lxc 0.7.1 package<br>
from ppa:serge-hallyn/virt (i.e. by doing:<br>
<br>
        add-apt-repository ppa:serge-hallyn/virt<br>
        apt-get update && apt-get dist-upgrade<br>
)<br>
<font color="#888888"><br>
-serge<br>
</font></blockquote></div><br>