You're right, I don't want to remove systemdI've tried to install the dependencies and this is what I keep getting:
:~# apt-get install udev libpam-systemdReading package lists... DoneBuilding dependency treeReading state information... DoneYou might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies:libpam-systemd : Depends: systemd (= 215-17+deb8u7) but 215-17+deb8u12 is to be installedDepends: systemd-shim (>= 8-2) but it is not going to be installed orsystemd-sysv but it is not going to be installedudev : Depends: libudev1 (= 215-17+deb8u7) but 215-17+deb8u12 is to be installedE: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Okay, I think the issue may be that you have backports enabled
currently.
Edit, ah yes, definitely:
libsystemd0/jessie-backports 230-7~bpo8+2 i386 [upgradable from: 215-17+deb8u12]libudev1/jessie-backports 230-7~bpo8+2 i386 [upgradable from: 215-17+deb8u12]systemd/jessie-backports 230-7~bpo8+2 i386 [upgradable from: 215-17+deb8u12]
# Debian Security Releases
deb
http://apt-cacher.lon.bitfolk.com/debian/security.debian.org/debian-security
jessie/updates main contrib
deb http://security.debian.org/
jessie/updates main contrib non-free
deb-src
http://apt-cacher.lon.bitfolk.com/debian/security.debian.org/debian-security
jessie/updates main contrib
deb-src http://security.debian.org/
jessie/updates main contrib non-free
Once done, please run `apt-get update` again and then try
`apt-get upgrade` and see if that resolves the issue.
Thanks
Gavin