• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

The Yum utility failed to install the required packages

romand700

Regular Pleskian
Hello,
I uninstall webmail horde and fail2bn.. When I tried to reinstall have this error:

The Yum utility failed to install the required packages.

Any idea?

Regards,
Andrea
 
Also I tried with:
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component fail2bn

but

Warning: following component(s) not found in product plesk: 'fail2bn'

Regards..
 
Hi romand700,

the correct name for the Fail2Ban - Plesk - package is "fail2ban", so the correct command would be:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component fail2ban

If you would like to see all possible Plesk components for your current Plesk version, please use the command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options
 
Hi romand700,

the correct name for the Fail2Ban - Plesk - package is "fail2ban", so the correct command would be:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component fail2ban

If you would like to see all possible Plesk components for your current Plesk version, please use the command:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options
Hello UFHH01,
thanks for your reply.. But, why I can not install the various components of the installer plesk? Not even I can install webmail horde..

Regards,
 

Attachments

  • Schermata 2015-05-27 alle 15.36.52.png
    Schermata 2015-05-27 alle 15.36.52.png
    88.5 KB · Views: 4
Hi romand700,

sorry, but without decent log - entries, I only can guess, that you might have current unsolved dependencies issues with yum, which have to be corrected in the first place, before you can continue to add/remove components over the Plesk Control Panel. Please search for hints in log - files and post the entries here, if you need help with the investigations or would like some suggestions how to solve your issues.
 
Hi romand700,

sorry, but without decent log - entries, I only can guess, that you might have current unsolved dependencies issues with yum, which have to be corrected in the first place, before you can continue to add/remove components over the Plesk Control Panel. Please search for hints in log - files and post the entries here, if you need help with the investigations or would like some suggestions how to solve your issues.
Hello UFHH01,
where I can take the log?

regards
 
I tried with
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component fail2ban

######################
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Failed to install fail2ban:
Error while downloading packages metainfo: Cannot find a valid baseurl for repo: atomic. Trying again.
Could not retrieve mirrorlist http://updates.atomicorp.com/channels/mirrorlist/atomic/centos-6-x86_64 error was
12: Timeout on http://updates.atomicorp.com/channels/mirrorlist/atomic/centos-6-x86_64: (28, 'connect() timed out!')
PHP_5_2_17-dist | 2.9 kB 00:00
PHP_5_2_17-thirdparty | 2.9 kB 00:00
PHP_5_3_29-dist | 2.9 kB 00:00
PHP_5_3_29-thirdparty | 2.9 kB 00:00
PHP_5_4_41-dist | 2.9 kB 00:00
PHP_5_4_41-thirdparty | 2.9 kB 00:00
PHP_5_5_25-dist | 2.9 kB 00:00
PHP_5_5_25-thirdparty | 2.9 kB 00:00
PHP_5_6_9-dist | 2.9 kB 00:00
PHP_5_6_9-thirdparty | 2.9 kB 00:00
PPB_11_0_9-dist | 951 B 00:00
PPB_11_0_9-thirdparty | 951 B 00:00
PPB_12_0_18-dist | 951 B 00:00
PPB_12_0_18-thirdparty | 951 B 00:00
PSA_11.0.9-thirdparty | 2.9 kB 00:00
PSA_12_0_18-dist | 2.9 kB 00:00
PSA_12_0_18-thirdparty | 2.9 kB 00:00
SITEBUILDER_11.0.10-dist | 951 B 00:00
SITEBUILDER_11.0.10-thirdparty | 951 B 00:00
SITEBUILDER_12_0_7-dist | 951 B 00:00
SITEBUILDER_12_0_7-thirdparty | 951 B 00:00

Failed to install fail2ban:
Error while downloading packages metainfo: Cannot retrieve repository metadata (repomd.xml) for repository: atomic. Please verify its path and try again. Trying again.
Failed to install fail2ban:
Number of retries is exceeded.
RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: atomic. Please verify its path and try again

ERROR: The Yum utility failed to install the required packages.
Attention! Your software may not operate.
Contact technical support of the product.

:((
 
Last edited:
Hi romand700,

first, the additional options "q -O" defines "-q" = silent ( you will not get any output of the download progress ) and "-O" = defines, that the downloaded file should be concatenated, so that the file will be printed to the standard output - necessary, because you might instantly execute the "| sh" command. Please read more about additional options in the manual pages ( for wget it's "man wget" ).

If you need help with the atomic repo, please use the atomic forum at "https://www.atomicorp.com/forums/viewforum.php?f=11", as stated in the wiki-link above.
 
Hi romand700,

first, the additional options "q -O" defines "-q" = silent ( you will not get any output of the download progress ) and "-O" = defines, that the downloaded file should be concatenated, so that the file will be printed to the standard output - necessary, because you might instantly execute the "| sh" command. Please read more about additional options in the manual pages ( for wget it's "man wget" ).

If you need help with the atomic repo, please use the atomic forum at "https://www.atomicorp.com/forums/viewforum.php?f=11", as stated in the wiki-link above.
Thanks.. I run the command: wget -q -O - https://www.atomicorp.com/installers/atomic | sh... After I try update the clamav...

yum update clamav
Plugin abilitati:fastestmirror, security
Loading mirror speeds from cached hostfile

Could not retrieve mirrorlist http://updates.atomicorp.com/channels/mirrorlist/atomic/centos-6-x86_64 error was
12: Timeout on http://updates.atomicorp.com/channels/mirrorlist/atomic/centos-6-x86_64: (28, 'connect() timed out!')
Errore: Cannot find a valid baseurl for repo: atomic

Any idea?

Regards,
 
Back
Top