I am trying to install Plesk 12 on an clean installation of CentOS 7 with the following command
The installation process unfortunately stops with a drweb problem:
I don't know why it says that yum could not be executed.
And trying to run
gives following result:
What do I need to do, to fix this problem? I already cleaned the yum catch with
Thanks
Flözen
Code:
wget -O - http://autoinstall.plesk.com/one-click-installer | sh
The installation process unfortunately stops with a drweb problem:
Code:
urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:08
drweb-bases_6.0.2.4-1302271534+plesk~el5_noarch.rpm | 99 MB 02:22
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-7-x86_64/opt/drweb/drweb-bases_6.0.2.4-1302271534%2Bplesk%7Eel5_noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=PSA_12_0_18-dist clean metadata
Trying other mirror.
Error while preparing to install packages: [u'Errors were encountered while downloading packages.', u'drweb-bases-6.0.2.4-1302271534pleskel5.noarch: [Errno 256] No more mirrors to try.']. Trying again.
drweb-bases_6.0.2.4-1302271534+plesk~el5_noarch.rpm | 99 MB 01:39
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-7-x86_64/opt/drweb/drweb-bases_6.0.2.4-1302271534%2Bplesk%7Eel5_noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=PSA_12_0_18-dist clean metadata
Trying other mirror.
Error while preparing to install packages: [u'Errors were encountered while downloading packages.', u'drweb-bases-6.0.2.4-1302271534pleskel5.noarch: [Errno 256] No more mirrors to try.']. Trying again.
drweb-bases_6.0.2.4-1302271534+plesk~el5_noarch.rpm | 99 MB 01:38
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-7-x86_64/opt/drweb/drweb-bases_6.0.2.4-1302271534%2Bplesk%7Eel5_noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=PSA_12_0_18-dist clean metadata
Trying other mirror.
Number of retries is exceeded.
YumDownloadError: [u'Errors were encountered while downloading packages.', u'drweb-bases-6.0.2.4-1302271534pleskel5.noarch: [Errno 256] No more mirrors to try.']
ERROR: Das Dienstprogramm Yum konnte nicht ausgeführt werden.
Das Dienstprogramm Yum konnte nicht die erforderlichen Pakete installieren.
Achtung! Ihre Software ist vielleicht nicht betriebsbereit.
Bitte kontaktieren Sie den technischen Produktsupport.
I don't know why it says that yum could not be executed.
And trying to run
Code:
yum --enablerepo=PSA_12_0_18-dist clean metadata
Code:
[root@Acer-Server ~]# yum --enablerepo=PSA_12_0_18-dist clean metadata
Error getting repository data for PSA_12_0_18-dist, repository not found
What do I need to do, to fix this problem? I already cleaned the yum catch with
Code:
yum clean all
Thanks
Flözen