• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Update fails - 12.0.18 Update #43 was the last successful update

EPICENTER

New Pleskian
Hi!
The update 12.0.18 #43 was the last successful update on my debian 7.1 system.
Now - the automatic update doesnt work - a manuel update with the CLI doesent work and the web updater in the Plesk panel shows only a white page!
I checked the error log and it shows me a 500 error - it seems the system cant reach the package server - but I dont why! I downloaded a new autoinstaller - but the same! Tried to start the installer with different parameter - but without success.

Now Im searching for help in this forum!

By the way - this is the autoupdater log:

Code:
Execution failed.
Command: autoinstaller
Arguments: Array
(
    [0] => --select-product-id
    [1] => plesk
    [2] => --select-release-current
    [3] => --upgrade-installed-components
)

Details: Doing restart of Parallels Installer...
File downloading products.inf3: 100% was finished.
File downloading plesk.inf3: 10%..22%..30%..44%..50%..64%..70%..82%..90%..100% was finished.
File downloading ppsmbe.inf3: 100% was finished.
File downloading sitebuilder.inf3: 100% was finished.
File downloading sso.inf3: 100% was finished.
File downloading setemplates.inf3: 100% was finished.
File downloading pp-sitebuilder.inf3: 15%..33%..40%..53%..71%..90%..100% was finished.
File downloading billing.inf3: 13%..29%..34%..47%..63%..83%..100% was finished.
File downloading mysql.inf3: 100% was finished.
File downloading apache.inf3: 100% was finished.
File downloading nginx.inf3: 72%..100% was finished.
File downloading php56.inf3: 100% was finished.
File downloading php55.inf3: 100% was finished.
File downloading php54.inf3: 100% was finished.
File downloading php53.inf3: 100% was finished.
File downloading php52.inf3: 100% was finished.
Checking for installed packages...
File downloading PSA_12.0.18/plesk-12.0.18-deb7.0-x86_64.inf3: 22%..48%..64%..78%..100% was finished.
File downloading PSA_12.0.18/plesk-patches-12.0.18-deb7.0-x86_64.inf3: 19%..30%..42%..52%..63%..79%..90%..100% was finished.
File downloading SITEBUILDER_12.0.7/sitebuilder-12.0.7-deball-all.inf3: 100% was finished.
File downloading BILLING_12.0.18/billing-12.0.18-deball-all.inf3: 100% was finished.
File downloading NGINX_1.6.0/nginx-1.6.0-deb7.0-x86_64.inf3: 100% was finished.
Registering i386 architecture support
Synchronizing the Debian APT package index files...
Ign http://autoinstall.plesk.com wheezy Release.gpg
Ign http://autoinstall.plesk.com all Release.gpg
Ign http://autoinstall.plesk.com all Release.gpg
Ign http://autoinstall.plesk.com wheezy Release
Ign http://autoinstall.plesk.com all Release
Ign http://autoinstall.plesk.com all Release
Hit http://autoinstall.plesk.com wheezy/all amd64 Packages
Hit http://autoinstall.plesk.com wheezy/all i386 Packages
Hit http://autoinstall.plesk.com all/all amd64 Packages
Hit http://autoinstall.plesk.com all/all i386 Packages
Hit http://autoinstall.plesk.com all/all amd64 Packages
Hit http://autoinstall.plesk.com all/all i386 Packages
Reading package lists...

ERROR: Not found source for system packages (release 7.1) in APT software sources configuration:
Package files:
100 /var/lib/dpkg/status
     release a=now
500 http://autoinstall.plesk.com/debian/BILLING_12.0.18/ all/all i386 Packages
     origin autoinstall.plesk.com
500 http://autoinstall.plesk.com/debian/BILLING_12.0.18/ all/all amd64 Packages
     origin autoinstall.plesk.com
500 http://autoinstall.plesk.com/debian/SITEBUILDER_12.0.7/ all/all i386 Packages
     origin autoinstall.plesk.com
500 http://autoinstall.plesk.com/debian/SITEBUILDER_12.0.7/ all/all amd64 Packages
     origin autoinstall.plesk.com
500 http://autoinstall.plesk.com/debian/PSA_12.0.18/ wheezy/all i386 Packages
     origin autoinstall.plesk.com
500 http://autoinstall.plesk.com/debian/PSA_12.0.18/ wheezy/all amd64 Packages
     origin autoinstall.plesk.com

Hope you can support me!

Thanks!
Martin
 
Hello,
Check if there are wheezy sources in /etc/apt/sources.list:
Code:
# cat /etc/apt/sources.list
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://http.debian.net/debian wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free

If there are only sources from autoinstall.plesk.com - remove them, remove file /etc/apt/sources.list.ai_back and add lines above
then run:
# apt-get update
and you will possible need to update debian GPG keys:
# apt-get install debian-archive-keyring
 
Back
Top