<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Thanks Fajar for the suggestions.<br>I am going to stick to vivid + upstart unprivileged for now and upgrade to wily as soon as it will be out.<br><br>Even though this is for production, I don't need feature/syntax stability right now since we are just starting out. Also, Trusty does not seem to have everything quite ready for running a container based environment so quite some PPAs and patching would be required.<br>After more than 10 years of preferring Debian over any other distribution I have chosen Ubuntu Server for the business solely for its leading LXC environment.<br>I think we may settle for the next LTS next year if we grow enough until then.<br>As long as there are not many constraints on feature updates  due to customizations I don't see any reason not to go with the short term support releases.<br>And that again is one of the reasons I want to use a container based infrastructure: so I can run different releases/distributions for different tasks without conflicts.<br><br>David<br><span></span><br><font color="#990099">-----"lxc-users" <lxc-users-bounces@lists.linuxcontainers.org> wrote: -----</font><div class="iNotesHistory" style="padding-left:5px;"><div style="padding-right:0px;padding-left:5px;border-left:solid black 2px;">To: LXC users mailing-list <lxc-users@lists.linuxcontainers.org><br>From: "Fajar A. Nugraha" <list@fajar.net><br>Sent by: "lxc-users" <lxc-users-bounces@lists.linuxcontainers.org><br>Date: 05/05/2015 10:03<br>Subject: Re: [lxc-users] no network in vivid image? - addendum<br><br><div><font size="2" face="Courier New,Courier,monospace">You DO know that utopic will reach end of life in July?<br><a href="https://wiki.ubuntu.com/Releases">https://wiki.ubuntu.com/Releases</a><br><br>If you absolutely want the latest released version, I'd suggest using<br>vivid in privileged mode (if you have some software that depends on<br>systemd), or vivid + upstart in unprivileged. Bear in mind though that<br>vivid will be EOLed in January, so be sure to upgrade before then.<br><br>If this is for production/long term use, then I highly suggest<br>sticking with trusty instead, adding ppa's to get latest version of<br>whatever-specific-software-you-need.<br><br>-- <br>Fajar<br><br>On Tue, May 5, 2015 at 2:50 PM,  <david.andel@bli.uzh.ch> wrote:<br>> Thanks Fajar for the explanations!<br>> I am going to stick to utopic for the time being :-)<br>><br>> David<br>><br>> -----"lxc-users" <lxc-users-bounces@lists.linuxcontainers.org> wrote: -----<br>> To: LXC users mailing-list <lxc-users@lists.linuxcontainers.org><br>> From: "Fajar A. Nugraha"<br>> Sent by: "lxc-users"<br>> Date: 05/05/2015 9:16<br>> Subject: Re: [lxc-users] no network in vivid image? - addendum<br>><br>> Longer version:<br>><br>> /lib/systemd/system/ifup@.service has<br>> BindsTo=sys-subsystem-net-devices-%i.device, which doesn't work on<br>> unprivileged container. You can do either one of these workaround:<br>><br>> (1) remove the dependency, by creating a mask (inside the container),<br>> and then install the service manually<br>><br>> cp /lib/systemd/system/ifup@.service /etc/systemd/system/<br>> edit /etc/systemd/system/ifup@.service, comment-out Before and BindsTo<br>><br>> add these lines<br>> ###<br>> [Install]<br>> WantedBy=network.target<br>> ###<br>><br>> systemctl daemon-reload<br>> systemctl enable ifup@eth0<br>> reboot<br>><br>> Note that even with this method you'd still have other problems with<br>> systemd on unprivileged container, like the fact that<br>> systemd-journald.service is dead. These problems doesn't happen on<br>> privileged container.<br>><br>> (2) use upstart as init<br>><br>> apt-get install upstart-sysv<br>><br>> You'd then use upstart to manage system services, the same way you do<br>> on trusty/utopic.<br>><br>> --<br>> Fajar<br>><br>> On Tue, May 5, 2015 at 12:53 PM, Fajar A. Nugraha <list@fajar.net> wrote:<br>>> Short version: don't run systemd unpriviledged containers yet<br>>> (including vivid). Priviledged containers should work fine.<br>>><br>>> On Tue, May 5, 2015 at 3:51 AM,  <david.andel@bli.uzh.ch> wrote:<br>>>> It definitely is a problem of vivid in the container, although not only<br>>>> the<br>>>> image.<br>>>> After installing utopic fresh in an unprivileged container I've got an<br>>>> ipv4<br>>>> address and connectivity, as I wrote below.<br>>>> However, after running a do-release-upgrade to vivid the ipv4 address<br>>>> disappeared.<br>>>><br>>>> David<br>> _______________________________________________<br>> lxc-users mailing list<br>> lxc-users@lists.linuxcontainers.org<br>> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>><br>> _______________________________________________<br>> lxc-users mailing list<br>> lxc-users@lists.linuxcontainers.org<br>> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>_______________________________________________<br>lxc-users mailing list<br>lxc-users@lists.linuxcontainers.org<br><a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></div></lxc-users-bounces@lists.linuxcontainers.org></list@fajar.net></div></div><div></div></font>