Announcement

Collapse
No announcement yet.

No security update for cagefs on some servers

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

  • No security update for cagefs on some servers

    I am updating cagefs because of the following security issue: https://www.cloudlinux.com/cloudlinu...d-security-fix

    On some of my servers it updates fine. On others it says there is no update available but you see it is still the older version.

    Code:
    # rpm -qa | grep cagefs
    
    cagefs-5.5-6.64.el6.cloudlinux.x86_64
    
    cagefs-safebin-5.5-6.64.el6.cloudlinux.x86_64
    
    root@server400 [~]#  yum -y update cagefs
    
    Loaded plugins: fastestmirror, rhnplugin
    
    Setting up Update Process
    
    Loading mirror speeds from cached hostfile
    
    * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
    
    No Packages marked for Update
    What do I need to do to see the new cagefs package on these servers where it is failing?

    Best regards,
    Eric

  • #2
    I hate to update my own post. I ran a "yum clean all ; yum -y update cagefs" and it found the new package.

    Best regards,
    Eric

    Comment


    • #3
      Yeah, yum cache is often happening on a servers. You may want to consider switching it with in /etc/yum.conf :

      Code:
      keepcache = 0
      Just be aware that by using cached data, you can carry out certain operations without a network connection, you can also copy packages stored in the caches and reuse them elsewhere. Disabling cache also minimizes the amount of storage space that yum uses.

      Comment

      Working...
      X