Advertisement
MrChoke

OpenShift Origin 4 yum update error

Jul 24th, 2014
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. [root@node1 ~]# yum clean all
  2. Loaded plugins: fastestmirror, presto
  3. Cleaning repos: base epel extras jenkins openshift-origin openshift-origin-deps scl updates
  4. Cleaning up Everything
  5. Cleaning up list of fastest mirrors
  6. 0 delta-package files removed, by presto
  7. [root@node1 ~]# yum update
  8. Loaded plugins: fastestmirror, presto
  9. Determining fastest mirrors
  10. epel/metalink | 14 kB 00:00
  11. * base: centos.mirror.secureax.com
  12. * epel: mirrors.solfo.com
  13. * extras: centos.mirror.secureax.com
  14. * updates: centos.mirror.secureax.com
  15. base | 3.7 kB 00:00
  16. base/primary_db | 4.4 MB 00:04
  17. epel | 4.4 kB 00:00
  18. epel/primary_db | 6.2 MB 00:02
  19. extras | 3.4 kB 00:00
  20. extras/primary_db | 19 kB 00:00
  21. jenkins | 951 B 00:00
  22. jenkins/primary | 27 kB 00:00
  23. jenkins 246/246
  24. openshift-origin | 2.9 kB 00:00
  25. openshift-origin/primary_db | 44 kB 00:00
  26. openshift-origin-deps | 2.9 kB 00:00
  27. openshift-origin-deps/primary_db | 482 kB 00:02
  28. scl | 2.9 kB 00:00
  29. scl/primary_db | 274 kB 00:01
  30. updates | 3.4 kB 00:00
  31. updates/primary_db | 3.8 MB 00:03
  32. Setting up Update Process
  33. Resolving Dependencies
  34. --> Running transaction check
  35. ---> Package nodejs010-runtime.x86_64 0:1-17.el6.centos.alt will be updated
  36. ---> Package nodejs010-runtime.x86_64 0:1.1-24.el6 will be an update
  37. ---> Package ruby193-runtime.x86_64 0:1-11.el6.centos.alt will be updated
  38. ---> Package ruby193-runtime.x86_64 0:1.1-6.el6 will be an update
  39. --> Finished Dependency Resolution
  40.  
  41. Dependencies Resolved
  42.  
  43. ====================================================================================================================================================================================
  44. Package Arch Version Repository Size
  45. ====================================================================================================================================================================================
  46. Updating:
  47. nodejs010-runtime x86_64 1.1-24.el6 openshift-origin-deps 20 k
  48. ruby193-runtime x86_64 1.1-6.el6 openshift-origin-deps 25 k
  49.  
  50. Transaction Summary
  51. ====================================================================================================================================================================================
  52. Upgrade 2 Package(s)
  53.  
  54. Total download size: 45 k
  55. Is this ok [y/N]: y
  56. Downloading Packages:
  57. Setting up and reading Presto delta metadata
  58. Processing delta metadata
  59. Package(s) data still to download: 45 k
  60. (1/2): nodejs010-runtime-1.1-24.el6.x86_64.rpm | 20 kB 00:00
  61. (2/2): ruby193-runtime-1.1-6.el6.x86_64.rpm | 25 kB 00:00
  62. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  63. Total 35 kB/s | 45 kB 00:01
  64. Running rpm_check_debug
  65. Running Transaction Test
  66. Transaction Test Succeeded
  67. Running Transaction
  68. Updating : nodejs010-runtime-1.1-24.el6.x86_64 1/4
  69. Error unpacking rpm package nodejs010-runtime-1.1-24.el6.x86_64
  70. error: unpacking of archive failed on file /opt/rh/nodejs010/root/bin: cpio: rename
  71. Updating : ruby193-runtime-1.1-6.el6.x86_64 2/4
  72. Error unpacking rpm package ruby193-runtime-1.1-6.el6.x86_64
  73. error: unpacking of archive failed on file /opt/rh/ruby193/root/bin: cpio: rename
  74. nodejs010-runtime-1-17.el6.centos.alt.x86_64 was supposed to be removed but is not!
  75. Verifying : nodejs010-runtime-1-17.el6.centos.alt.x86_64 1/4
  76. Verifying : ruby193-runtime-1.1-6.el6.x86_64 2/4
  77. ruby193-runtime-1-11.el6.centos.alt.x86_64 was supposed to be removed but is not!
  78. Verifying : ruby193-runtime-1-11.el6.centos.alt.x86_64 3/4
  79. Verifying : nodejs010-runtime-1.1-24.el6.x86_64 4/4
  80.  
  81. Failed:
  82. nodejs010-runtime.x86_64 0:1-17.el6.centos.alt nodejs010-runtime.x86_64 0:1.1-24.el6 ruby193-runtime.x86_64 0:1-11.el6.centos.alt ruby193-runtime.x86_64 0:1.1-6.el6
  83.  
  84. Complete!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement