Upgrade funktioniert nicht erhalte Fehler

derju

Member
Hallo Zusammen,

folgenden Fehler erhalte ich beim apt-get upgrade hat mir jemand einen Tipp wie ich das löse?
Code:
The following packages have been kept back:
  hhvm
The following packages will be upgraded:
  roundcube roundcube-core roundcube-mysql roundcube-plugins
4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
3 not fully installed or removed.
Need to get 0 B/2,581 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 62723 files and directories currently installed.)
Preparing to unpack .../roundcube-plugins_1.1.5+dfsg.1-1~bpo8+4_all.deb ...
Unpacking roundcube-plugins (1.1.5+dfsg.1-1~bpo8+4) over (1.1.5+dfsg.1-1~bpo8+2) ...
Preparing to unpack .../roundcube_1.1.5+dfsg.1-1~bpo8+4_all.deb ...
Unpacking roundcube (1.1.5+dfsg.1-1~bpo8+4) over (1.1.5+dfsg.1-1~bpo8+2) ...
Preparing to unpack .../roundcube-core_1.1.5+dfsg.1-1~bpo8+4_all.deb ...
Unpacking roundcube-core (1.1.5+dfsg.1-1~bpo8+4) over (1.1.5+dfsg.1-1~bpo8+2) ...
dpkg: warning: subprocess old post-removal script returned error exit status 10
dpkg: trying script from the new package instead ...
dpkg: ... it looks like that went OK
Preparing to unpack .../roundcube-mysql_1.1.5+dfsg.1-1~bpo8+4_all.deb ...
Unpacking roundcube-mysql (1.1.5+dfsg.1-1~bpo8+4) over (1.1.5+dfsg.1-1~bpo8+2) ...
Setting up roundcube-mysql (1.1.5+dfsg.1-1~bpo8+4) ...
Setting up roundcube-core (1.1.5+dfsg.1-1~bpo8+4) ...
dbconfig-common: writing config to /etc/dbconfig-common/roundcube.conf
Replacing config file /etc/roundcube/debian-db.php with new version
dpkg: error processing package roundcube-core (--configure):
 subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of roundcube-plugins:
 roundcube-plugins depends on roundcube-core (= 1.1.5+dfsg.1-1~bpo8+4); however:
  Package roundcube-core is not configured yet.

dpkg: error processing package roundcube-plugins (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of roundcube:
 roundcube depends on roundcube-core (= 1.1.5+dfsg.1-1~bpo8+4); however:
  Package roundcube-core is not configured yet.

dpkg: error processing package roundcube (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 roundcube-core
 roundcube-plugins
 roundcube
E: Sub-process /usr/bin/dpkg returned an error code (1)

LG - derJu
 

nowayback

Well-Known Member
Code:
apt-get update
dpkg-reconfigure roundcube-core
apt-get install roundcube-core
apt-get install --fix-missing

Wenn das nicht hilft, dann hilft evtl einfach alles runter und wieder drauf...
Code:
apt-get remove roundcube*
apt-get install roundcube roundcube-core roundcube-mysql roundcube-plugins
 

Werbung

Top