python - yum install package "Error unpacking rpm package xxxxx cpio:xxxx" -
since send ctrl+c
command line yum update
running on server(centos6.7), yum cannot install packages days.
i suggested run yum-complete-transaction
, not install package yum-utils same error.
someone told me check **attrs of /usr/bin
, /usr/local/bin
, know upper meanning?
attrs
lsattr /usr
-------------e- /usr/src ----------i--e- /usr/include -------------e- /usr/libexec -------------e- /usr/local ----------i--e- /usr/lib -------------e- /usr/share -------------e- /usr/. ----------i--e- /usr/bin -------------e- /usr/etc
yum error
[root@localhost ~]# yum install supervisor loaded plugins: fastestmirror loading mirror speeds cached hostfile epel/metalink | 12 kb 00:00 * base: mirror.lax.hugeserver.com * epel: linux.mirrors.es.net * extras: mirror.keystealth.org * updates: mirror.spro.net base | 3.7 kb 00:00 extras | 3.4 kb 00:00 updates | 3.4 kb 00:00 setting install process resolving dependencies there unfinished transactions remaining. might consider running yum-complete-transaction first finish them. program yum-complete-transaction found in yum-utils package. --> running transaction check ---> package supervisor.noarch 0:2.1-9.el6 installed --> finished dependency resolution dependencies resolved ========================================================================================================================================================================================== package arch version repository size ========================================================================================================================================================================================== installing: supervisor noarch 2.1-9.el6 epel 292 k transaction summary ========================================================================================================================================================================================== install 1 package(s) total download size: 292 k installed size: 1.1 m ok [y/n]: y downloading packages: supervisor-2.1-9.el6.noarch.rpm | 292 kb 00:00 running rpm_check_debug running transaction test transaction test succeeded running transaction installing : supervisor-2.1-9.el6.noarch 1/1 error unpacking rpm package supervisor-2.1-9.el6.noarch error: unpacking of archive failed on file /etc/rc.d/init.d/supervisord;5717010a: cpio: open verifying : supervisor-2.1-9.el6.noarch 1/1 failed: supervisor.noarch 0:2.1-9.el6 complete!
Comments
Post a Comment