apt-get install cinder-volume fails

Asked by Klaudia

after apt-get install cinder-volume on:

Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise

says that is require dependency: tgt.
After try apt-get install tgt requre dependency :
tgt : Depends: librdmacm1 (>= 1.0.15) but 1.0.14.1-2 is to be installed

and in fact, when you try to install, install librdmacm1 the previous version.
What to do if lack of cinder-volume in something bothering me?

How to Solve? How to install cinder-volume - what to do to solve?

Question information

Language:
English Edit question
Status:
Solved
For:
openstack-manuals Edit question
Assignee:
No assignee Edit question
Solved by:
Guangyu Suo
Solved:
Last query:
Last reply:
Revision history for this message
Best Guangyu Suo (yugsuo) said :
#1

Download the 1.0.15 version librdmacm1 from http://pkgs.org/ubuntu-12.10/ubuntu-main-amd64/librdmacm1_1.0.15-1_amd64.deb/download/, and install it using: dpkg -i librdmacm1_1.0.15-1_amd64.deb

Revision history for this message
Klaudia (graklaudia) said :
#2

Thanks Kai Suo, that solved my question.

Revision history for this message
sngirame (sngirame) said :
#3

I am getting following error while trying to install cinder-volume and mine is x86 machine.

tgt : Depends: librdmacm1 (>= 1.0.15) but 1.0.14.1-2 is installed.

When I try to download and install it from
http://packages.ubuntu.com/quantal/i386/librdmacm1/download
OR
http://packages.ubuntu.com/raring/i386/librdmacm1/download

I am getting an error "is not a debian format archive" How to Fix this?

# dpkg -i librdmacm1_1.0.15-1_i386.deb
dpkg-deb: error: `librdmacm1_1.0.15-1_i386.deb' is not a debian format archive
dpkg: error processing librdmacm1_1.0.15-1_i386.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 librdmacm1_1.0.15-1_i386.deb
# dpkg -i librdmacm1_1.0.16-1_i386.deb
dpkg-deb: error: `librdmacm1_1.0.16-1_i386.deb' is not a debian format archive
dpkg: error processing librdmacm1_1.0.16-1_i386.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 librdmacm1_1.0.16-1_i386.deb

Revision history for this message
Sijo (mailtosijojose) said :
#4

# apt-get install python-software-properties
# add-apt-repository cloud-archive:icehouse