Advertisement
Guest User

Untitled

a guest
Jun 11th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. root@cloud:~# apt-get install -s -f -y cinder-volume
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. cinder-volume : Depends: tgt but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14. root@cloud:~# apt-get install -s -f -y tgt
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Some packages could not be installed. This may mean that you have
  19. requested an impossible situation or if you are using the unstable
  20. distribution that some required packages have not yet been created
  21. or been moved out of Incoming.
  22. The following information may help to resolve the situation:
  23.  
  24. The following packages have unmet dependencies:
  25. tgt : Depends: librdmacm1 (>= 1.0.15) but it is not going to be installed
  26. E: Unable to correct problems, you have held broken packages.
  27. root@cloud:~# apt-get install -s -f -y librdmacm1
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. The following extra packages will be installed:
  32. libibverbs1
  33. The following NEW packages will be installed:
  34. libibverbs1 librdmacm1
  35. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  36. Inst libibverbs1 (1.1.5-1ubuntu1 Ubuntu:12.04/precise [amd64])
  37. Inst librdmacm1 (1.0.14.1-2 Ubuntu:12.04/precise [amd64])
  38. Conf libibverbs1 (1.1.5-1ubuntu1 Ubuntu:12.04/precise [amd64])
  39. Conf librdmacm1 (1.0.14.1-2 Ubuntu:12.04/precise [amd64])
  40. root@cloud:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement