码迷,mamicode.com
首页 > 其他好文 > 详细

yum安装报错error: unpacking of archive failed on file /usr/bin/xxxx: cpio: open Failed

时间:2014-09-27 04:01:59      阅读:509      评论:0      收藏:0      [点我收藏+]

标签:error   failed   update   open   cpio   

Bash漏洞爆出来了,赶紧更新一下补丁,#yum -y update bash


报错了


error: unpacking of archive failed on file /usr/bin/bashbug-64;54254708: cpio: open


参考了网上资料,原来是以前加固时给/usr/bin加了i权限




# lsattr /usr | grep bin ----i-----I-- /usr/bin


# chattr -i /usr/bin



然后yum安装就OK了




参考资料:http://linuxhostingsupport.net/blog/error-unpacking-of-archive-failed-on-file-usrbinxxxx-cpio-open-failed

yum安装报错error: unpacking of archive failed on file /usr/bin/xxxx: cpio: open Failed

标签:error   failed   update   open   cpio   

原文地址:http://chongziahang.blog.51cto.com/4169542/1558649

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!