Hi all, I'm running ispconfig 3.0.5.4p8 on an updated debian 7. All works fine but when I try to upgrade to Jessie (debian 8) Apache stop to works and apt-get dist-upgrade command stop with these errors: The following packages have unmet dependencies: php5-imagick : Depends: phpapi-20100525 Depends: php5-common (= 5.4.42-1~dotdeb+7.4) but 5.6.9+dfsg-0+deb8u1 is to be installed php5-memcache : Depends: phpapi-20100525 Depends: php5-common (= 5.4.42-1~dotdeb+7.4) but 5.6.9+dfsg-0+deb8u1 is to be installed php5-memcached : Depends: phpapi-20100525 Depends: php5-common (= 5.4.42-1~dotdeb+7.4) but 5.6.9+dfsg-0+deb8u1 is to be installed E: Unable to correct problems, you have held broken packages. I Checked my source.list and it's like this: deb http://ftp.us.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free please may anyone help me?
The problem is that you have used the dotdeb repository on Debian 7 and now the sources.list does not contain dot deb anymore. Try to add the dot deb lines for Jessie in sources.list and then run the dist upgrade again so it can install the matching packages from dotdeb.
Hi Till, this is my source.list now, but it doesn't work.. deb http://ftp.us.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free deb http://packages.dotdeb.org jessie all deb-src http://packages.dotdeb.org jessie all do you have any repo to suggest?