Julius wrote: > can you tell us which line you comment in thoses scripts ?
my quick-fix work-around was to change the exit code errors into warnings: apt-get -q update # on 32bit version: sed -i -e 's/exit $?/exit 0/' \ "/var/lib/dpkg/info/libpam-systemd:i386.prerm" service systemd-logind stop apt-get --yes install systemd-services sed -i -e 's/exit $?/exit 0/' \ "/var/lib/dpkg/info/libpam-systemd:i386.postinst" apt-get --yes install libpam-systemd apt-get -f install --yes sed -i -e 's/exit $?/exit 0/' \ "/var/lib/dpkg/info/whoopsie.prerm" apt-get --yes remove whoopsie libwhoopsie0 apt-get --yes upgrade Hamish -- 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
