• 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

autoinstaller fail

AlessioD

New Pleskian
every day autoinstaller run and fail, past I have a instable system and I must every time restart plesk services, this is log of autoinstaller3.log

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

Details: File downloading products.inf3: 100% was finished.
File downloading plesk.inf3: 10%..20%..30%..40%..51%..61%..71%..81%..91%..100% was finished.
File downloading ppsmbe.inf3: 49%..59%..100% was finished.
File downloading sitebuilder.inf3: 35%..74%..87%..100% was finished.
File downloading sso.inf3: 37%..78%..100% was finished.
File downloading setemplates.inf3: 69%..100% was finished.
File downloading pp-sitebuilder.inf3: 15%..24%..32%..40%..53%..65%..77%..90%..100% was finished.
File downloading billing.inf3: 15%..23%..36%..40%..52%..65%..77%..85%..90%..100% was finished.
File downloading mysql.inf3: 100% was finished.
File downloading apache.inf3: 100% was finished.
File downloading nginx.inf3: 100% was finished.
Checking for installed packages...
File downloading PSA_11.0.9/plesk-11.0.9-cos6-x86_64.inf3: 18%..21%..31%..41%..50%..63%..73%..85%..95%..100% was finished.
File downloading PSA_11.0.9/plesk-patches-11.0.9-cos6-x86_64.inf3: 13%..22%..31%..40%..50%..64%..70%..80%..91%..100% was finished.
File downloading SITEBUILDER_11.0.10/sitebuilder-11.0.10-rhall-all.inf3: 100% was finished.
File downloading BILLING_11.0.9/billing-11.0.9-rhall-all.inf3: 100% was finished.
File downloading NGINX_1.3.0/nginx-1.3.0-cos6-x86_64.inf3: 100% was finished.
Loaded plugins: fastestmirror, priorities, security
Cleaning repos: base epel extras rpmforge updates
Cleaning up Everything
Cleaning up list of fastest mirrors
Detecting installed product components.
Gathering information about installed license key...
Launching component checkers...
File downloading PSA_11.0.9/examiners/panel_preupgrade_checker.php: 11%..20%..30%..41%..51%..61%..71%..81%..90%..100% was finished.
File downloading PSA_11.0.9/examiners/php_launcher.sh: 100% was finished.
Loaded plugins: fastestmirror, priorities
WARNING: Third-party Yum repository 'epel' is enabled, installation may fail.
WARNING: Third-party Yum repository 'rpmforge' is enabled, installation may fail.

Since you use one or more 3rd-party repos (say, atomic), be careful when installing different package versions from different repos as this may lead to installation failures. For example, you may encounter a problem if you first install PHP from a 3rd-party repo and then upgrade it using the Parallels repo. To avoid such situations, install and upgdare packages from the same repo.

Loading mirror speeds from cached hostfile
Excluding mirror: centos.copahost.com
* base: mirror.optimate-server.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* epel: mirrors.n-ix.net
* extras: mirror.optimate-server.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
Excluding mirror: mirror.us.leaseweb.net
* rpmforge: mirror1.hs-esslingen.de
Excluding mirror: mirror.de.leaseweb.net
* updates: ftp.plusline.de
32 packages excluded due to repository priority protections
Package mod_python-3.3.1-14.el6.1.x86_64 already installed and latest version


Following amount of diskpace required in directories:
/usr/local: 1200.00 Mb.
Total required: 1200.00 Mb, available 177020.00 Mb.

Changing shell for popuser.
Shell not changed.
Changing shell for mhandlers-user.
Shell not changed.
===> Preparing upgrade
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
Stopping psa... done
psa is stopped
Stopping psa... done
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
===> Cumulative database upgrade has been started
===> Upgrade completed.
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
WARNING: Third-party Yum repository 'epel' is enabled, installation may fail.
WARNING: Third-party Yum repository 'rpmforge' is enabled, installation may fail.

Since you use one or more 3rd-party repos (say, atomic), be careful when installing different package versions from different repos as this may lead to installation failures. For example, you may encounter a problem if you first install PHP from a 3rd-party repo and then upgrade it using the Parallels repo. To avoid such situations, install and upgdare packages from the same repo.

Excluding mirror: centos.copahost.com
* base: mirror.optimate-server.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* epel: mirrors.n-ix.net
* extras: mirror.optimate-server.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
Excluding mirror: mirror.us.leaseweb.net
* rpmforge: mirror1.hs-esslingen.de
Excluding mirror: mirror.de.leaseweb.net
* updates: ftp.plusline.de
32 packages excluded due to repository priority protections
Package mod_python-3.3.1-14.el6.1.x86_64 already installed and latest version
Running rpm_check_debug
Exception: Scriptlet or other non-fatal errors occurred during transaction.

ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.
 
Usually it is caused by epel repository. Try to disable it with

# mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.bak
 
Back
Top