• 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.

Resolved Centos mirrors ovh

LaurentQ

New Pleskian
Hello all,
I work for a client who has a Plesk environment hosted by OVH.
I try to install an additional php5.3 extension, through ssh access, but despite modifying the /root/.autoinstallerrc file, I still get errors due to the fact that yum points to OVH mirrors (Index of /ftp.centos.org/...)
How to point to Plesk mirrors?
 
Thanks IgorG.

I do this change. But to install a specific php extension, I have to do it via ssh. And each time I try to install with
Code:
/opt/plesk/php/5.6/bin/pecl install mcrypt
, the response is
Code:
/opt/plesk/php/5.6/bin/phpize not found. Run 'yum install plesk-php56-devel' to install it
. And when I run 'yum' install command:
Code:
# yum install plesk-php56-devel
Loaded plugins: presto
Setting up Install Process
http://centos.mirrors.ovh.net/ftp.centos.org/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://centos.mirrors.ovh.net/ftp.centos.org/6/extras/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
plesk-php-5.6                                                                                                                                    | 2.9 kB     00:00     
http://centos.mirrors.ovh.net/ftp.centos.org/6/updates/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Resolving Dependencies
--> Running transaction check
---> Package plesk-php56-devel.x86_64 0:5.6.40-centos6.19011112 will be installed
--> Processing Dependency: automake for package: plesk-php56-devel-5.6.40-centos6.19011112.x86_64
--> Processing Dependency: autoconf for package: plesk-php56-devel-5.6.40-centos6.19011112.x86_64
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================================
 Package                                   Arch                           Version                                           Repository                             Size
========================================================================================================================================================================
Installing:
 plesk-php56-devel                         x86_64                         5.6.40-centos6.19011112                           plesk-php-5.6                         738 k
Installing for dependencies:
 autoconf                                  noarch                         2.63-5.1.el6                                      base                                  781 k
 automake                                  noarch                         1.11.1-4.el6                                      base                                  550 k

Transaction Summary
========================================================================================================================================================================
Install       3 Package(s)

Total size: 2.0 M
Total download size: 1.3 M
Installed size: 8.6 M
Is this ok [y/N]:
All calls are to ovh mirrors.
 
IgorG, I have already made this change, as stated in my previous response. ;)

Maybe the 24 hours are not over yet. I made this file name change at 5pm yesterday.

And from what I see, these are not calls to the 'parallel' mirrors, but to the 'centos' mirrors of OVH. I'm thinking that a different configuration is there?
 
I'm thinking that a different configuration is there?
Yes, using Centos mirror is on the OVH side and not related to Plesk.
I think you have to contact OVH support for reconfiguring the CentOS mirror.
 
After searches on the update of ovh mirrors, I found the solution by updating the /etc/yum.repo.d/CentOS-Base.repo with new links.
 
Back
Top