Announcement

Collapse
No announcement yet.

Error on yum update coreutils

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

  • Error on yum update coreutils

    I got error update coreutils paramete

  • #2
    I got error update coreutils.

    Here is console log

    Code:
    .....
    
    Downloading Packages:
    
    coreutils-8.4-31.el6_5.2.x86_64.rpm						| 3.0 MB     00:03
    
    Running rpm_check_debug
    
    Running Transaction Test
    
    Transaction Test Succeeded
    
    Running Transaction
    
    Updating   : coreutils-8.4-31.el6_5.2.x86_64							1/2
    
    Error unpacking rpm package coreutils-8.4-31.el6_5.2.x86_64
    
    error: unpacking of archive failed on file /bin/cat: cpio: rename
    
    Unable to send message to PackageKit
    
    coreutils-8.4-31.el6.x86_64 was supposed to be removed but is not!
    
    Verifying  : coreutils-8.4-31.el6.x86_64								1/2
    
    Verifying  : coreutils-8.4-31.el6_5.2.x86_64							2/2
    
    Failed:
    
    coreutils.x86_64 0:8.4-31.el6		coreutils.x86_64 0:8.4-31.el6_5.2
    
    Complete!

    Comment


    • #3
      problem solved with

      Code:
      chattr -i /bin/cat

      Comment

      Working...
      X