• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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