FrancescoH
New Pleskian
This is an odd question.
I run Plesk 11.0.9 Update #54 on Ubuntu 12.04 server (update #54 and latest ubuntu updates completed today, the following is older and persistent).
bind9 depends on previous packages versions, so I cannot run it (or even complete a package installation without error)
I am not the only one suffering from this on the web, but I could'nt find any useful solution.
I cannot apt-get -f install bind9 and its dependencies due to this, and i cannot even remove it without removing psa (I need it of course).
/etc/apt/sources.list has just this line added
How can I fix this?
Thank you for caring
I run Plesk 11.0.9 Update #54 on Ubuntu 12.04 server (update #54 and latest ubuntu updates completed today, the following is older and persistent).
bind9 depends on previous packages versions, so I cannot run it (or even complete a package installation without error)
Code:
The following packages have unmet dependencies.
bind9 : Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: libisccc80 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
Depends: bind9utils (= 1:9.8.1.dfsg.P1-4ubuntu0.5) but 1:9.8.1.dfsg.P1-4ubuntu0.6 is installed
I am not the only one suffering from this on the web, but I could'nt find any useful solution.
I cannot apt-get -f install bind9 and its dependencies due to this, and i cannot even remove it without removing psa (I need it of course).
Code:
$ sudo apt-get -f autoremove
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED
bind9 plesk-core plesk-l10n pp-sitebuilder psa psa-atmail psa-health-monitor
psa-horde psa-imp psa-ingo psa-kronolith psa-mimp psa-mnemo psa-passwd
psa-spamassassin psa-turba psa-updates psa-vhost psa-watchdog
0 upgraded, 0 newly installed, 19 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 431 MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
/etc/apt/sources.list has just this line added
Code:
deb http://autoinstall.plesk.com/ubuntu/PSA11 precise all
How can I fix this?
Thank you for caring