You cannot set the system default to use PHP-FPM. You do not have the PHP-FPM package for your systems default PHP version installed.
Hi all,
I have a series of errors wich I think are all connected to one another. I hope you can help..
Here I go:
1. Wordpress is asking for FTP credentials
A common issue here on the forum when WP folders are nog given the right chmod settings. But in this case the folders do have the right permission. Which is why I looked up the PHP-FPM settings to fix the issue. In Home " Software " MultiPHP Manager " User Domain Settings behind every account the PHP-FPM says 'Unavailable".
2. "You cannot set the system default to use PHP-FPM. You do not have the PHP-FPM package for your system"s default PHP version installed."
When I go to MultiPHP Manager to check on the PHP-FPM settings it gives me the error that it is nog installed:
"You cannot set the system default to use PHP-FPM. You do not have the PHP-FPM package for your system"s default PHP version installed."
When I click the install button a new windows opens and WHM tries to "prepare the selected packages for review".
3. Preparing selected packages for review
On this page mydomain.com:2087/cpsess7372651602/scripts7/EasyApache4/review?install=ea-php74-php-fpm the preparing does not come to an end. The indicator just keeps spinning and resulting in an error referring to 'python-packman' with 'error code 1' reported. See #4 for error.
4. Error code 1
After a while this is the error code that appears:
5. Some things I did So I wanted to clear the cache:
So I tried to rebuild cache:
So I tried to update everything:
So I tried to upgrade everything:
All of the above end up with not being able to upate or connect to WP-toolkit's URL: [Errno 256] No more mirrors to try.
Error: "/usr/local/cpanel/bin/python-packman" reported error code "1" when it ended: Traceback (most recent call last): File "/usr/local/cpanel/bin/packman_get_list_json", line 14, in packman.init_yum() File "/usr/local/cpanel/bin/packman_lib/yum_impl.py", line 51, in init_yum pkgSack = yb.pkgSack File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1075, in pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.7/site-packages/yum/repos.py", line 347, in populateSack self.doSetup() File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup self.retrieveAllMD() File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD dl = repo._async and repo._commonLoadRepoXML(repo) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1482, in _commonLoadRepoXML result = self._getFileRepoXML(local, text) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1259, in _getFileRepoXML size=102400) # setting max size as 100K File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1042, in _getFile raise e yum.Errors.NoMoreMirrorsRepoError: failure: repodata/repomd.xml from wp-toolkit-thirdparties: [Errno 256] No more mirrors to try. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::1: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::1: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::1: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::1: Network is unreachable" https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::1: Network is unreachable" w/ /usr/local/cpanel/bin/packman_get_list_json installed Often errors like this can be resolved by running `yum makecache`
cPanel provides the most recent stable versions of PHP. If you require legacy versions of PHP, such as PHP 4.4, 5.1, 5.2, and 5.3, CloudLinux provides hardened and secured PHP versions that are patched against all known vulnerabilities. To learn more about CloudLinux Advanced PHP Features, please read Hardened PHP versions on CloudLinux.5. Some things I did So I wanted to clear the cache:
yum clear allSo I tried to rebuild cache:
yum makecacheSo I tried to update everything:
yum updateSo I tried to upgrade everything:
yum upgradeAll of the above end up with not being able to upate or connect to WP-toolkit's URL: [Errno 256] No more mirrors to try.
-
Hey there! Sorry to hear about these issues you're having with the system. It definitely seems like there is an issue with Yum on the system, but I'd like to point out the correct command is "yum clean all" and not "yum clear all" - can you try running that block again with the clean command to see if that helps? yum clean all yum makecache yum update
If there are still errors after performing that work just let me know!0 -
Hello, it was a type. But still, I did what you asked and below is the overview of the things in ssh. You can see there are WP-Toolit for cPanel errors. I tried to install it manually and it resulted in the same errors about the unreachable host. A few updates were made. The PHP-FPM is now available in MultiPHP Manager (new) and the old version. One thing remains: the loading profiles process is loading slow, here -> Home " Software " EasyApache 4. It takes around 3 minutes to have it load the profiles. And clicking the 'Customise'-button also makes me wait for 3 minutes. This always was very fast, like seconds. # yum clean all Loaded plugins: universal-hooks Cleaning repos: EA4 cpanel-addons-production-feed cpanel-plugins MariaDB103 base extras mysql-connectors-community mysql-tools-community mysql57-community updates wp-toolkit-cpanel : wp-toolkit-thirdparties Other repos take up 39 M of disk space (use --verbose for details) [~]# yum makecache Loaded plugins: universal-hooks EA4 | 2.9 kB 00:00:00 cpanel-addons-production-feed | 2.9 kB 00:00:00 cpanel-plugins | 2.9 kB 00:00:00 MariaDB103 | 2.9 kB 00:00:00 base | 3.6 kB 00:00:00 extras | 2.9 kB 00:00:00 mysql-connectors-community | 2.6 kB 00:00:00 mysql-tools-community | 2.6 kB 00:00:00 mysql57-community | 2.6 kB 00:00:00 updates | 2.9 kB 00:00:00 https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::4: Network is unreachable" Trying other mirror. (1/31): cpanel-addons-production-feed/x86_64/filelists_db | 14 kB 00:00:00 (2/31): cpanel-addons-production-feed/x86_64/primary_db | 19 kB 00:00:00 (3/31): cpanel-addons-production-feed/x86_64/other_db | 15 kB 00:00:00 (4/31): cpanel-plugins/x86_64/primary_db | 34 kB 00:00:00 (5/31): cpanel-plugins/x86_64/other_db | 15 kB 00:00:00 (6/31): cpanel-plugins/x86_64/filelists_db | 280 kB 00:00:00 (7/31): EA4/7/x86_64/primary_db | 1.4 MB 00:00:00 (8/31): EA4/7/x86_64/filelists_db | 1.9 MB 00:00:00 (9/31): EA4/7/x86_64/other_db | 769 kB 00:00:00 (10/31): MariaDB103/primary_db | 55 kB 00:00:00 (11/31): base/7/x86_64/group_gz | 153 kB 00:00:00 (12/31): MariaDB103/other_db | 10 kB 00:00:00 (13/31): base/7/x86_64/filelists_db | 7.2 MB 00:00:00 (14/31): base/7/x86_64/primary_db | 6.1 MB 00:00:00 (15/31): base/7/x86_64/other_db | 2.6 MB 00:00:00 (16/31): extras/7/x86_64/filelists_db | 224 kB 00:00:00 (17/31): extras/7/x86_64/primary_db | 222 kB 00:00:00 (18/31): extras/7/x86_64/other_db | 134 kB 00:00:00 (19/31): mysql-connectors-community/x86_64/primary_db | 68 kB 00:00:00 (20/31): mysql-connectors-community/x86_64/filelists_db | 91 kB 00:00:00 (21/31): mysql-connectors-community/x86_64/other_db | 19 kB 00:00:00 (22/31): mysql-tools-community/x86_64/filelists_db | 297 kB 00:00:00 (23/31): mysql-tools-community/x86_64/primary_db | 83 kB 00:00:00 (24/31): mysql-tools-community/x86_64/other_db | 18 kB 00:00:00 (25/31): mysql57-community/x86_64/primary_db | 247 kB 00:00:00 (26/31): mysql57-community/x86_64/other_db | 70 kB 00:00:00 (27/31): mysql57-community/x86_64/filelists_db | 1.4 MB 00:00:00 (28/31): updates/7/x86_64/filelists_db | 2.1 MB 00:00:00 (29/31): updates/7/x86_64/other_db | 226 kB 00:00:00 (30/31): updates/7/x86_64/primary_db | 3.7 MB 00:00:00 (31/31): MariaDB103/filelists_db | 306 kB 00:00:01 Metadata Cache Created [root@ ~]# yum update Loaded plugins: universal-hooks https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/wp-toolkit/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::2: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" Trying other mirror. https://wp-toolkit.plesk.com/cPanel/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a02:6ea0:c700::3: Network is unreachable" Trying other mirror. Resolving Dependencies --> Running transaction check ---> Package MariaDB-client.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-client.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package MariaDB-common.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-common.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package MariaDB-compat.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-compat.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package MariaDB-devel.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-devel.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package MariaDB-server.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-server.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package MariaDB-shared.x86_64 0:10.3.25-1.el7.centos will be updated ---> Package MariaDB-shared.x86_64 0:10.3.27-1.el7.centos will be an update ---> Package cpanel-analytics.noarch 0:1.3.13-36.1 will be updated ---> Package cpanel-analytics.noarch 0:1.3.14-11.1 will be an update --> Finished Dependency Resolution Dependencies Resolved ====================================================================================================================================================================================== Package Arch Version Repository Size ====================================================================================================================================================================================== Updating: MariaDB-client x86_64 10.3.27-1.el7.centos MariaDB103 11 M MariaDB-common x86_64 10.3.27-1.el7.centos MariaDB103 81 k MariaDB-compat x86_64 10.3.27-1.el7.centos MariaDB103 2.2 M MariaDB-devel x86_64 10.3.27-1.el7.centos MariaDB103 7.1 M MariaDB-server x86_64 10.3.27-1.el7.centos MariaDB103 24 M MariaDB-shared x86_64 10.3.27-1.el7.centos MariaDB103 112 k cpanel-analytics noarch 1.3.14-11.1 cpanel-plugins 54 k Transaction Summary ====================================================================================================================================================================================== Upgrade 7 Packages Total download size: 45 M Is this ok [y/d/N]: y Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. (1/7): MariaDB-common-10.3.27-1.el7.centos.x86_64.rpm | 81 kB 00:00:00 (2/7): MariaDB-compat-10.3.27-1.el7.centos.x86_64.rpm | 2.2 MB 00:00:02 (3/7): MariaDB-client-10.3.27-1.el7.centos.x86_64.rpm | 11 MB 00:00:05 (4/7): MariaDB-devel-10.3.27-1.el7.centos.x86_64.rpm | 7.1 MB 00:00:02 (5/7): MariaDB-shared-10.3.27-1.el7.centos.x86_64.rpm | 112 kB 00:00:00 (6/7): cpanel-analytics-1.3.14-11.1.noarch.rpm | 54 kB 00:00:00 (7/7): MariaDB-server-10.3.27-1.el7.centos.x86_64.rpm | 24 MB 00:00:02 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 6.2 MB/s | 45 MB 00:00:07 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : MariaDB-common-10.3.27-1.el7.centos.x86_64 1/14 Updating : MariaDB-compat-10.3.27-1.el7.centos.x86_64 2/14 Updating : MariaDB-client-10.3.27-1.el7.centos.x86_64 3/14 Updating : MariaDB-server-10.3.27-1.el7.centos.x86_64 4/14 Updating : MariaDB-shared-10.3.27-1.el7.centos.x86_64 5/14 Updating : MariaDB-devel-10.3.27-1.el7.centos.x86_64 6/14 Updating : cpanel-analytics-1.3.14-11.1.noarch 7/14 Cleanup : MariaDB-server-10.3.25-1.el7.centos.x86_64 8/14 Cleanup : MariaDB-client-10.3.25-1.el7.centos.x86_64 9/14 Cleanup : MariaDB-devel-10.3.25-1.el7.centos.x86_64 10/14 Cleanup : MariaDB-shared-10.3.25-1.el7.centos.x86_64 11/14 Cleanup : MariaDB-compat-10.3.25-1.el7.centos.x86_64 12/14 Cleanup : MariaDB-common-10.3.25-1.el7.centos.x86_64 13/14 Cleanup : cpanel-analytics-1.3.13-36.1.noarch 14/14 /etc/yum/universal-hooks/pkgs/MariaDB-server/posttrans/100-build_mysql_conf: running in the background. Verifying : MariaDB-shared-10.3.27-1.el7.centos.x86_64 1/14 Verifying : MariaDB-compat-10.3.27-1.el7.centos.x86_64 2/14 Verifying : MariaDB-common-10.3.27-1.el7.centos.x86_64 3/14 Verifying : cpanel-analytics-1.3.14-11.1.noarch 4/14 Verifying : MariaDB-client-10.3.27-1.el7.centos.x86_64 5/14 Verifying : MariaDB-server-10.3.27-1.el7.centos.x86_64 6/14 Verifying : MariaDB-devel-10.3.27-1.el7.centos.x86_64 7/14 Verifying : MariaDB-devel-10.3.25-1.el7.centos.x86_64 8/14 Verifying : MariaDB-shared-10.3.25-1.el7.centos.x86_64 9/14 Verifying : MariaDB-client-10.3.25-1.el7.centos.x86_64 10/14 Verifying : MariaDB-compat-10.3.25-1.el7.centos.x86_64 11/14 Verifying : MariaDB-common-10.3.25-1.el7.centos.x86_64 12/14 Verifying : MariaDB-server-10.3.25-1.el7.centos.x86_64 13/14 Verifying : cpanel-analytics-1.3.13-36.1.noarch 14/14 Updated: MariaDB-client.x86_64 0:10.3.27-1.el7.centos MariaDB-common.x86_64 0:10.3.27-1.el7.centos MariaDB-compat.x86_64 0:10.3.27-1.el7.centos MariaDB-devel.x86_64 0:10.3.27-1.el7.centos MariaDB-server.x86_64 0:10.3.27-1.el7.centos MariaDB-shared.x86_64 0:10.3.27-1.el7.centos cpanel-analytics.noarch 0:1.3.14-11.1 Complete! [root@ ~]# sh <(curl https://wp-toolkit.plesk.com/cPanel/installer.sh || wget -O - https://wp-toolkit.plesk.com/cPanel/installer.sh) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (7) Failed to connect to 2a02:6ea0:c700::3: Network is unreachable --2020-12-17 19:48:52-- https://wp-toolkit.plesk.com/cPanel/installer.sh Resolving wp-toolkit.plesk.com (wp-toolkit.plesk.com)... 195.181.175.54, 195.181.175.51, 195.181.175.48, ... Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|195.181.175.54|:443... failed: Connection refused. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|195.181.175.51|:443... failed: Connection refused. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|195.181.175.48|:443... failed: Connection refused. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|195.181.175.46|:443... failed: Connection refused. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|2a02:6ea0:c700::1|:443... failed: Network is unreachable. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|2a02:6ea0:c700::4|:443... failed: Network is unreachable. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|2a02:6ea0:c700::3|:443... failed: Network is unreachable. Connecting to wp-toolkit.plesk.com (wp-toolkit.plesk.com)|2a02:6ea0:c700::2|:443... failed: Network is unreachable. #0 -
Can you try performing a lookup of the wp-toolkit.plesk.com domain? a simple "dig wp-toolkit.plesk.com" would show us if there are more basic networking issues rather than a problem with Yum. 0
Please sign in to leave a comment.
Comments
3 comments