On Wed, Dec 12, 2012 at 01:41:26PM +0100, Adrin wrote: > Hi, > > Thanks for the fast follow up. Two files are attached and this is the more > comprehensive report by adding set -x:
Thanks for the files. The trigger for the problem is "vpnagentd_init", which lacks LSB headers. But there's nothing strictly wrong with this in and of itself. And there's nothing explicitly tying it to laptop-mode. /etc/init.d/laptop-mode contains: # Should-Start: $all # Required-Start: $remote_fs Could you change this to # Should-Start: # Required-Start: $remote_fs $all and then retry the "apt-get install -f" command? I think the reason this is causing problems is that "Should-Start: $all" isn't strict enough, which leads to the loop in the dependency graph; making it required should fix things (I hope). Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools `- GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org