Hello, recently I've encountered this problem when doing a server-installation with FAI from CD. There seems to be some security updates that break the dependencies I rely on.
As of now I've disabled the security repository on the install-CD and enable it when the server is rebooted and do a regular apt-get update && apt-get upgrade at which point I can install the security updates as expected. ------------------------------ The following packages have unmet dependencies: libmysqlclient18 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u6 is installed. libcurl3 : Depends: libc6 (>= 2.17) but 2.13-38+deb7u6 is installed. Depends: librtmp1 (>= 2.4+20131018.git79459a2-3~) which is a virtual package. Depends: libssh2-1 (>= 1.2.6) but it is not going to be installed. libgd2-xpm : Conflicts: libgd2 which is a virtual package. Conflicts: libgd2-noxpm but 2.0.36~rc1~dfsg-6.1 is to be installed. libcurl3-gnutls : Depends: libc6 (>= 2.17) but 2.13-38+deb7u6 is installed. Depends: libgnutls-deb0-28 (>= 3.3.0) but it is not going to be installed. Depends: librtmp1 (>= 2.4+20131018.git79459a2-3~) which is a virtual package. Depends: libssh2-1 (>= 1.2.6) but it is not going to be installed. libgd2-noxpm : Conflicts: libgd2 which is a virtual package. Conflicts: libgd2-xpm but 2.0.36~rc1~dfsg-6.1 is to be installed. The following actions will resolve these dependencies: Keep the following packages at their current version: 1) bsd-mailx [Not Installed] 2) etckeeper [Not Installed] 3) exim4 [Not Installed] 4) exim4-daemon-heavy [Not Installed] 5) fusiondirectory [Not Installed] 6) fusiondirectory-plugin-asterisk [Not Installed] 7) fusiondirectory-plugin-autofs [Not Installed] 8) fusiondirectory-plugin-database-connector [Not Installed] 9) fusiondirectory-plugin-dhcp [Not Installed] 10) fusiondirectory-plugin-sudo [Not Installed] 11) fusiondirectory-plugin-systems [Not Installed] 12) git [Not Installed] 13) icinga [Not Installed] 14) icinga-cgi [Not Installed] 15) icinga-common [Not Installed] 16) icinga-core [Not Installed] 17) libcurl3 [Not Installed] 18) libcurl3-gnutls [Not Installed] 19) libgd2-xpm [Not Installed] 20) libmysqlclient18 [Not Installed] 21) php-mdb2-driver-mysql [Not Installed] 22) php5-curl [Not Installed] 23) php5-gd [Not Installed] 24) php5-mysql [Not Installed] ----------------------------- My sources.list: deb http://http.debian.net/debian/ wheezy main deb http://security.debian.org/ stable/updates main deb http://http.debian.net/debian/ wheezy-updates main ## Backports repository: deb http://http.debian.net/debian/ wheezy-backports main # fusiondirectory repository deb http://repos.fusiondirectory.org/debian wheezy main # fusiondirectory debian-extra repository deb http://repos.fusiondirectory.org/debian-extra wheezy main ----------------------------- Any ideas on how to fix this? Seems to me to be a problem with the security updates, but perhaps I've just missed something. If you wish to test this behaviour, go to http://sverigelinux.github.io and download the torrent iso-file and do an install from that image. Kindest regards, Mathias