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

Resolved Some errors occured during installation Plesk Obsidian Version 18.0.26

bokishaNET

New Pleskian
Hello,

I can't update Plesk on latest version. How to resolve? I always get this issue. I'm not a professional SYS.

OS: I have CentOS Linux 7.7.1908 (Core)

Code:
Installation started in background
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 24 kB 00:00
* base: mirror.alpix.eu
* elrepo: ftp.nluug.nl
* epel: mirrors.n-ix.net
* extras: mirror.checkdomain.de
* updates: mirror.checkdomain.de
PHP_5_6-thirdparty | 2.9 kB 00:00
PHP_7_2-thirdparty | 2.9 kB 00:00
PHP_7_3-thirdparty | 2.9 kB 00:00
PHP_7_4-thirdparty | 2.9 kB 00:00
PLESK_17_PHP56 | 2.9 kB 00:00
PLESK_17_PHP72 | 2.9 kB 00:00
PLESK_17_PHP73 | 2.9 kB 00:00
PLESK_17_PHP74 | 2.9 kB 00:00
PLESK_18_0_26-dist | 2.9 kB 00:00
PLESK_18_0_26-extras | 2.9 kB 00:00
PLESK_18_0_26-thirdparty | 2.9 kB 00:00
base | 3.6 kB 00:00
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

Failed to install libaps@x86_64:
Error while downloading packages metainfo: failure: repodata/repomd.xml from docker-main-repo: [Errno 256] No more mirrors to try.
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found. Trying again.
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
Failed to install libaps@x86_64:
Error while downloading packages metainfo: failure: repodata/repomd.xml from docker-main-repo: [Errno 256] No more mirrors to try.
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found. Trying again.
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
Failed to install libaps@x86_64:
Number of retries is exceeded.
NoMoreMirrorsRepoError: failure: repodata/repomd.xml from docker-main-repo: [Errno 256] No more mirrors to try.
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Visit https://support.plesk.com/ to search for a solution.
 
Looks like the problem with yum.dockerproject.org third-party repository. Find the correct name of this repository with the command:

# yum repolist

And then disable it with

# yum --disablerepo=reponame
 
Ok, this is all repolist. I try with ur command line and not work.

Code:
[root@server ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.alpix.eu
 * elrepo: mirror.imt-systems.com
 * epel: mirrors.n-ix.net
 * extras: mirror.checkdomain.de
 * updates: mirror.checkdomain.de
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
repo id                                      repo name                                                                  status
PLESK_17_PHP56                               PHP 5.6 for Plesk 17                                                           33
PLESK_17_PHP72                               PHP 7.2 for Plesk 17                                                           39
PLESK_17_PHP73                               PHP 7.3                                                                        39
PLESK_17_PHP74                               PHP 7.4                                                                        39
PLESK_18_0_26-extras                         PLESK_18_0_26 extras                                                           32
base/7/x86_64                                CentOS-7 - Base                                                            10,070
docker-main-repo                             Docker main Repository                                                          0
elrepo                                       ELRepo.org Community Enterprise Linux Repository - el7                        158
epel/x86_64                                  Extra Packages for Enterprise Linux 7 - x86_64                             13,253
extras/7/x86_64                              CentOS-7 - Extras                                                             392
kernelcare/7/x86_64                          kernelcare                                                                     46
patchman/7/x86_64                            CentOS-7 (x86_64) - Patchman                                                    4
plesk-ext-docker/x86_64                      docker extension repository                                                    70
plesk-ext-grafana                            grafana extension repository                                                  216
plesk-ext-panel-migrator                     panel-migrator extension repository                                            18
updates/7/x86_64                             CentOS-7 - Updates                                                            240
repolist: 24,649
 
I would call suspicious repo is docker-main-repo or elrepo
 
Code:
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found. Trying again.
 
https://yum.dockerproject.org/repo/main/centos/7/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

Looks like you still not disable this repo as it was suggested above...
 
Back
Top