I am getting this issue when installing mesos on Centos 6.6 node:
[root@node1 ~]# yum install mesos
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.supremebytes.com
* epel: linux.mirrors.es.net
* extras: mirror.pac-12.org
* updates: pubmirrors.dal.corespace.com
Resolving Dependencies
--> Running transaction check
---> Package mesos.x86_64 0:1.0.1-2.0.93.centos65 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================================
Package Arch Version
Repository
Size
==============================================================================================================================================================
Installing:
mesos x86_64
1.0.1-2.0.93.centos65 mesosphere
3.8 M
Transaction Summary
==============================================================================================================================================================
Install 1 Package(s)
Total download size: 3.8 M
Installed size: 142 M
Is this ok [y/N]: y
Downloading Packages:
mesos-1.0.1-2.0.93.centos65.x86_64.rpm
| 3.8 MB
00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : mesos-1.0.1-2.0.93.centos65.x86_64
1/1
Error unpacking rpm package mesos-1.0.1-2.0.93.centos65.x86_64
warning: /etc/init/mesos-master.conf created as
/etc/init/mesos-master.conf.rpmnew
warning: /etc/init/mesos-slave.conf created as
/etc/init/mesos-slave.conf.rpmnew
error: unpacking of archive failed on file /usr/include/mesos/slave: cpio:
rename
Verifying : mesos-1.0.1-2.0.93.centos65.x86_64
1/1
Failed:
mesos.x86_64 0:1.0.1-2.0.93.centos65
==================
Is this a known issue? I haven't tried mesos recent version, but when
trying to download latest version, I am hitting this issue. Any suggestion
or workaround for this?
- Sarjeet Singh