Announcement

Collapse
No announcement yet.

yum update problem

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

  • yum update problem

    Ive just experienced this on one server, never had this happen before.

    root@cpanel2 [~]# yum upd ate
    Loaded plugins: fastestmirror, presto, rhnplugin
    Loading mirror speeds from cached hostfile
    * cloudlinux-x86_64-server-6: cl.banahosting.com
    Se tting up Update Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package kernel-headers.x86_64 0:2.6.32-379.11.1.lve1.1.9.8.2.el6 will be updated
    ---> Package kernel-headers.x86_64 0:2.6.32-379.14.1.lve1.1.9.9.el6 will be an update
    ---> Package liblve.x86_64 0:1.1-0.40.el6.cloudlinux will be updated
    ---> Package liblve.x86_64 0:1.2-0.1.el6.cloudlinux will be an update
    ---> Package liblve-devel.x86_64 0:1.1-0.40.el6.cloudlinux will be updated
    ---> Package liblve-devel.x86_64 0:1.2-0.1.el6.cloudlinux will be an update
    ---> Package libtiff.x86_64 0:3.9.4-6.el6_3 will be updated
    ---> Package libtiff.x86_64 0:3.9.4-9.el6_3 will be an update
    ---> Package libtiff-devel.x86_64 0:3.9.4-6.el6_3 will be updated
    ---> Package libtiff-devel.x86_64 0:3.9.4-9.el6_3 will be an update
    ---> Package lve.x86_64 0:1.1-0.40.el6.cloudlinux will be updated
    ---> Package lve.x86_64 0:1.2-0.1.el6.cloudlinux will be an update
    --> Processing Dependency: kmod-lve >= 1.2 for package: lve-1.2-0.1.el6.cloudlinux.x86_64
    ---> Package selinux-policy.noarch 0:3.7.19-155.el6_3.8 will be updated
    ---> Package selinux-policy.noarch 0:3.7.19-155.el6_3.13 will be an update
    ---> Package selinux-policy-targeted.noarch 0:3.7.19-155.el6_3.8 will be updated
    ---> Package selinux-policy-targeted.noarch 0:3.7.19-155.el6_3.13 will be an update
    --> Finished Dependency Resolution
    Error: Package: lve-1.2-0.1.el6.cloudlinux.x86_64 (cloudlinux-x86_64-server-6)
    Requires: kmod-lve >= 1.2
    Installed: kmod-lve-1.1-9.23.el6.x86_64 (@cloudlinux-updates-testing)
    kmod-lve = 1.1-9.23.el6
    You could try using --skip-broken to work around the problem
    ** Found 5 pre-existing rpmdb problem(s), yum check output follows:
    bandmin-1.6.1-5.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-5.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-5.noarch has missing requires of perl(services.conf)
    exim-4.80-5.x86_64 has missing requires of perl(SafeFile)
    frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0

  • #2
    try
    yum install kernel-2.6.32-379.14.1.lve1.1.9.9.el6 --disableexcludes=main

    then
    Yum update

    Comment


    • #3
      Thanks but I already kernel-2.6.32-379.14.1.lve1.1.9.9.el6 installed.

      Comment


      • #4
        What is the output of:

        yum install kmod-lve-1.2-1.el6

        Comment


        • #5
          Loaded plugins: fastestmirror, presto, rhnplugin

          Loading mirror speeds from cached hostfile
          * cloudlinux-x86_64-server-6: cl.banahosting.com
          Setting up Install Process
          No package kmod-lve-1.2-1.el6 available.
          Error: Nothing to do

          Comment


          • #6
            if this command doesn work i suggest contacting CL support. sorry i couldn help

            yum install kmod-lve-1.2-1.el6 --enablerepo=cloudlinux-updates-testing

            Comment


            • #7
              Thanks but no luck either. :P

              root@cpanel2 [~]# yum install kmod-lve-1.2-1.el6 --enablerepo=cloudlinux-updates-testing
              Loaded plugins: fastestmirror, presto, rhnplugin
              Loading mirror speeds from cached hostfile
              * cloudlinux-x86_64-server-6: cl.banahosting.com
              cloudlinux-updates-testing | 1.1 kB 00:00
              Setting up Install Process
              No package kmod-lve-1.2-1.el6 available.
              Error: Nothing to do

              Comment


              • #8
                The solution is to remove kmod-* from exclude line in /etc/yum.conf file and try again

                Comment


                • #9
                  Thank you Steve. That worked.

                  Comment

                  Working...
                  X