<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Thanks Fajar for the explanations!<br>I am going to stick to utopic for the time being :-)<br><span><font size="2" face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif"><div><font size="2" face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif"><span><font size="2"><br>David</font></span></font><br></div></font></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 9:16<br>Subject: Re: [lxc-users] no network in vivid image? - addendum<br><br><div><font size="2" face="Courier New,Courier,monospace">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 the<br>>> image.<br>>> After installing utopic fresh in an unprivileged container I've got an 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></font></div></lxc-users-bounces@lists.linuxcontainers.org></list@fajar.net></div></div><div></div></font>