Plesk 9.3 - kein Upgrade mehr möglich

subTH

New Member
Hallo zusammen,

nach einem Upgrade von Etch auf Lenny funktioniert das Upgraden von Plesk nicht mehr:

Code:
# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  sw-engine
The following packages will be upgraded:
  psa-awstats-configurator psa-backup-manager-vz psa-firewall psa-horde psa-imp psa-ingo psa-kronolith psa-mail-driver-common psa-migration-agents psa-mimp
  psa-mnemo psa-passwd psa-spamassassin psa-turba psa-watchdog
15 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
Need to get 0B/17.3MB of archives.
After this operation, 12.3kB disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  psa-watchdog psa-awstats-configurator psa-backup-manager-vz psa-firewall psa-horde psa-imp psa-ingo psa-kronolith psa-mail-driver-common psa-migration-agents
  psa-mimp psa-mnemo psa-passwd psa-spamassassin psa-turba
Install these packages without verification [y/N]? y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "de_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up psa (9.3.0-debian5.0.build93091230.07) ...
 Trying to register service xinetd...  using /usr/sbin/update-rc.d
 System startup links for /etc/init.d/xinetd already exist.
done
 Trying to restart service xinetd... Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
done
Setting the default locale
The default locale is set to en-US (ENGLISH, UNITED STATES)
Setting the services information on VZ mode.

    Unable to upgrade. You have  9.3.0 version installed,
    but upgrader is incompatible with this version.
    To install new Plesk copy, please move '/opt/psa'
    to another place manually.
dpkg: error processing psa (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 psa
E: Sub-process /usr/bin/dpkg returned an error code (1)


/var/lib/dpkg/status meldet:

Code:
Package: psa
Status: install ok half-configured
Priority: extra
Section: non-free/net
Installed-Size: 40660
Maintainer: <[email protected]>
Architecture: i386
Version: 9.3.0-debian5.0.build93091230.07
Config-Version: 9.3.0-debian4.0.build93091230.07
Replaces: psa-hotfix (<< 9.3.0), psa-hotfix2 (<< 9.3.0), psa-key, psa-manual-custom-skin-guide (<< 9.0.1)
Provides: psa-9.3.0
Depends: libboost-filesystem1.34.1 (>= 1.34.1-8), libc6 (>= 2.7-1), libcurl3 (>= 7.16.2-1), libdb4.6, libgcc1 (>= 1:4.1.1), libidn11 (>= 0.5.18), libmysqlclient15off (>= 5.0.27-1), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpq5 (>= 8.3~beta1), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1), libxml2 (>= 2.6.27), libxslt1.1 (>= 1.1.18), psa-locale-base-9.3.0, psa-proftpd-start, apache2, bind9, libexpat1, libapache2-mod-perl2, webalizer, awstats, file, cron, sharutils, unzip, ntpdate, awk, dpkg (>= 1.10.27), psa-api (>= 9.3.0), adduser, libpam-plesk, gnupg, psa-php5-configurator (>= 1.5.1) | psa-php4-configurator (>= 1.5.1), passwd, psmisc, dnsutils, python-libxml2, plesk-skins-9.3.0, mailx, psa-mail-qc-driver | psa-mail-driver, rsync
Pre-Depends: gawk, mysql-server-5.0 | mysql-server, sw-cp-server (>= 1.0-3), plesk-base (>= 9.3.0)
Conflicts: mysql-server (<< 3.23.52), plesk-billing (<< 6.0.1), psa-autoinstaller (<< 3.0.1), psa-hotfix (<< 9.3.0), psa-hotfix2 (<< 9.3.0), psa-key, psa-mail-driver-common (<< 9.3.0), psa-manual-custom-skin-guide (<< 9.0.1)
Description: Plesk Interface and Utilities
 Plesk is used to provide a web-based interface for setup and
 control of a complete virtual hosting environment on one server.
 It can be used to control the use of qmail, proftp, apache, bind, as well
 as other packages:  mysql, frontpage, phpmyadmin, imp-webmail, and
 webalizer. It offers three levels of administration:  Admin
 (owner/operator of the server), Client (owner of domains) and Domain.
 Important!!! After package is installed, run web-browser with address
 https://<hostname>:8443/ and complete the initial setup.


hat jemand eine Idee, wie ich wieder einen upgradefähigen Zustand herstellen kann?
 
habe Plesk neu installiert

Code:
alle psa-pakete löschen:
	apt-get --purge remove psa
	apt-get --purge remove psa-api
	...

alle plesk-pakete löschen:
	apt-get --purge remove plesk-base
	apt-get --purge remove plesk-skins
        ...

neu installieren:
        apt-get install psa
        ...
 
Back
Top