Collapse

Announcement

Collapse
No announcement yet.

cPanel installation error : yum failed 6 times

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cPanel installation error : yum failed 6 times

    I am getting the following error while installing the cPanel on the server:

    HTML Code:
    2020-01-14 03:49:02  414 [4123] (DEBUG):       tzdata-2019c-1.el7.noarch: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):       jansson-2.10-1.el7.x86_64: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):       7:device-mapper-1.02.158-2.el7_7.2.x86_64: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):       libcurl-7.29.0-54.el7_7.1.x86_64: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):       kexec-tools-2.0.15-33.el7.x86_64: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):       1:grub2-common-2.02-0.80.el7.centos.noarch: [Errno 256] No more mirrors to try.
    2020-01-14 03:49:02  414 [4123] (DEBUG):
    2020-01-14 03:49:02  414 [4123] (ERROR):      - ssystem [EXIT_CODE] '/usr/bin/yum' exited with 1 (ignored)
    2020-01-14 03:49:02  414 [4123] (DEBUG):      - ssystem [END]
    2020-01-14 03:49:02  418 [4123] (FATAL):       yum failed 6 times. The installation process cannot continue.
    Please advise on this.

  • #2
    Kindly try the following commands to fix this issue.

    ```
    rpm -e --nodeps bind-chroot
    rpm -e --nodeps bind
    yum install bind
    ```


    After that, just execute the following command on the server under the /home directory to re-initiate the cPanel installation.

    ```
    sh latest
    ```

    That's it!!

    Comment


    • #3
      Thank you sir...
      It works...

      Comment

      Working...
      X