unmet dependencies when updating to 1.03? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: unmet dependencies when updating to 1.03? (/thread-9038.html) |
unmet dependencies when updating to 1.03? - soomon - 01-01-2010 09:24 PM hi i just wanted to update my ispcp to 1.03, but at: aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`) i get the following message: Code: Reading package lists... Done my system is debian lenny and my ispcp version is: ispCP 1.0.0 OMEGA build: 20090225 Codename: Priamos my sources.lst: deb http://ftp.de.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib non-free deb-src http://security.debian.org/ lenny/updates main contrib non-free what do i have to do? thanks!! Code: xx:~/ispcp-omega-1.0.3# aptitude install apache2-mpm-itk RE: unmet dependencies when updating to 1.03? - kilburn - 01-02-2010 09:22 AM apt-get remove libapache2-mod-php5 Ispcp doesn't use mod_php, it uses fastcgi/fcgid + php5-fcgi instead RE: unmet dependencies when updating to 1.03? - soomon - 01-02-2010 12:20 PM hi. thanks, everything seems to run fine, but i can't access my control panel via httpS any more... i now get error 403 (forbidden). this worked before.. do you know what could cause this? and btw.. great update script! keep up the good work! RE: unmet dependencies when updating to 1.03? - Nuxwin - 01-02-2010 03:32 PM Hello ; Currently, the SSL support is not fully supported. So, you should probably check your exotic configuration. Indeed, the update script was probably removed all your exotic changes. Cheers ; RE: unmet dependencies when updating to 1.03? - kilburn - 01-02-2010 08:25 PM Code: sed 's/exotic/manual/g' RE: unmet dependencies when updating to 1.03? - Nuxwin - 01-02-2010 08:26 PM (01-02-2010 08:25 PM)kilburn Wrote: RE: unmet dependencies when updating to 1.03? - soomon - 01-14-2010 07:19 AM my "exotic" configuration resulted from this manual: http://www.isp-control.net/documentation/doku.php?id=howto:security:create_your_own_ssl_ca_and_secure_multiple_services so i guess it's not that exotic. i could get some pages running by just re-enableing them. but the ispcp gui still doesn't want to work. the certificate is trusted (by my firefox), but seems sth has changed and i have to recreate this certificate to match the rigth server name .. RE: unmet dependencies when updating to 1.03? - kilburn - 01-14-2010 04:55 PM We can't diagnose without seeing the configuration and/or log files. |