Managed to do a workaroud as suggested by Bill Gatliff (bgat) in #38. git clone https://github.com/fgrehm/vagrant-lxc-base-boxes edit https://github.com/fgrehm/vagrant-lxc-base-boxes/blob/master/debian/install-extras.sh
in line 17 change PACAKGES to vim curl wget man-db bash-completion python-software-properties ca-certificates sudo ssh python rsync build-essential git subversion mc htop aptitude pbzip2 parallel pv debconf debconf-utils pbzip2 psmisc pwgen dh-make bzr-builddeb and add between lines 24 and 25: utils.lxc.attach dpkg-divert --local --add /etc/init.d/systemd-logind utils.lxc.attach ln -s /bin/true /etc/init.d/systemd-logind save, and invoke make trusty Attaching log, from such operation (well, I got some extra lines like locale-gen en_US.UTF-8 pl_PL.UTF-8 in line 23) ** Attachment added: "vagrant-base-trusty-amd64.log" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1325142/+attachment/4510098/+files/vagrant-base-trusty-amd64.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325142 Title: failure to update libpam-systemd in 14.04 due to missing logind init script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1325142/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
