I too encountered the issue on a server install of 12.04.3 LTS.. The init script for xl2tpd is looking for the /etc/xl2tpd/xl2tdp.conf file on start up and can't find it. It is not created as part of the install. The following workaround should resolve.
as root: touch /etc/xl2tpd/xl2tpd.conf apt-get install -f This should allow the install of xl2tpd and, thereby, everything else.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012140 Title: package xl2tpd 1.3.1+dfsg-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xl2tpd/+bug/1012140/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
