Announcement

Collapse
No announcement yet.

Error Package on "yum update" (upgrade CloudLinux Repository…)

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

  • Error Package on "yum update" (upgrade CloudLinux Repository…)

    Hello,

    Yesterday, some CloudLinux repositories was down.

    I am not sure my issue is linked to the repositories down, sorry.

    Today, when I try to update my server softwares, I get this error :

    Finished Dependency Resolution
    Error: Package: 1:ea-apache24-mod_lsapi-1.1-55.el7.cloudlinux.x86_64 (cloudlinux-ea4-rollout-4)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest
    (XID 83u5qj) “/usr/bin/yum” reported error code “1” when it ended:
    checkyum version 22.3 (excludes: bind-chroot ruby)

    yum update --skip-broken
    and
    yum clean all
    doesnt fix the issue.

    Do you have any idea for me ? Is it a temporary issue from the repository like yesterday ?

    Thanks !

  • #2
    Hi, First, execute [code type="markup"] yum clean all yum makecache [/code] Then, update the mod_lsapi components (see Immediate update section) as described in the latest https://blog.cloudlinux.com/tag/mod-lsapi]blog article[/url] If this is of no help, please submit a ticket at https://cloudlinux.zendesk.com to fix a possible RPM db issue.

    Comment


    • #3
      Hi,

      First, execute

      Code:
      yum clean all
      
      yum makecache
      Then, update the mod_lsapi components (see Immediate update section) as described in the latest blog article

      If this is of no help, please submit a ticket at https://cloudlinux.zendesk.com to fix a possible RPM db issue.

      Comment


      • #4
        Thanks a lot Alexandre !

        I did everything, expected this :

        Code:
        yum update liblsapi liblsapi-devel ea-apache24-mod_lsapi --enablerepo=cloudlinux-rollout-4-bypass --enablerepo=cloudlinux-ea4-rollout-4-bypass
        I get :

        Error getting repository data for cloudlinux-rollout-4-bypass, repository not found

        Here my repo list :

        Code:
        [root@mango ~]# cd /etc/yum.repos.d/
        
        [root@mango yum.repos.d]# ls
        
        centos-extras.repo                cloudlinux-ea4-rollout.repo  cPAddons.repo            imunify-rollout.repo  Mysql57.repo
        
        cl-mysql.repo                     cloudlinux-ea4-testing.repo  cpanel-plugins.repo      kernelcare.repo       wp-toolkit-cpanel.repo
        
        cloudlinux-ea4-experimental.repo  cloudlinux-imunify360.repo   imunify360.repo          MariaDB102.repo
        
        cloudlinux-ea4.repo               cloudlinux.repo              imunify360-testing.repo  MariaDB103.repo
        My bad : I was not able to find how to install / where to find
        - cloudlinux-rollout-4-bypass.repo
        - cloudlinux-ea4-rollout-4-bypass.repo

        Can you show me the way ? Thanks again!

        Comment


        • #5
          Hi,

          Could you please try updating cloudlinux-release and rhn-client-tools packages before updating mod_lsapi components?
          You can use this command:

          Code:
          yum upgrade -y cloudlinux-release rhn-client-tools

          Comment


          • #6
            Alexandre, thanks! It works like a charm now.

            Code:
            Updated:
            
            ea-apache24-mod_lsapi.x86_64 1:1.1-55.el7.cloudlinux      liblsapi.x86_64 1:1.1-55.el7.cloudlinux      liblsapi-devel.x86_64 1:1.1-55.el7.cloudlinux
            
            Complete!
            Code:
            Update Server Software
            
            Complete!
            
            checkyum version 22.3  (excludes: bind-chroot ruby)

            Comment

            Working...
            X