Advertisement
gregmark

cobbler ubuntu distro replicate failure

Apr 8th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.05 KB | None | 0 0
  1.  
  2. [root@io-build-01 cobbler]# cobbler replicate --master=io-build-03 --distros="ubuntu-server*"
  3. task started: 2013-04-08_164302_replicate
  4. task started (id=Replicate, time=Mon Apr  8 16:43:02 2013)
  5. cobbler_master      = io-build-03
  6. profile_patterns    = []
  7. system_patterns     = []
  8. repo_patterns       = []
  9. image_patterns      = []
  10. mgmtclass_patterns  = []
  11. package_patterns    = []
  12. file_patterns       = []
  13. omit_data           = False
  14. sync_all            = False
  15. using CLI defined master
  16. XMLRPC endpoint: http://io-build-03/cobbler_api
  17. test ALPHA
  18. test BETA
  19. Querying Both Servers
  20. remote names struct is {'profile': <<<<<snip system list>>>>> }
  21. * Finding Explicit distro Matches
  22. ?: seeing if rhel6.0-x86_64 looks like ubuntu-server*
  23. ?: seeing if f14-x86_64 looks like ubuntu-server*
  24. ?: seeing if rhel5.2-xen-x86_64 looks like ubuntu-server*
  25. ?: seeing if rhel5.5-xen-x86_64 looks like ubuntu-server*
  26. ?: seeing if rhel5.5-xen-i386 looks like ubuntu-server*
  27. ?: seeing if rhel6.2-x86_64 looks like ubuntu-server*
  28. ?: seeing if ubuntu-server-1210-x86_64 looks like ubuntu-server*
  29. ?: seeing if rhel6.3-x86_64 looks like ubuntu-server*
  30. ?: seeing if rhel5.8-xen-x86_64 looks like ubuntu-server*
  31. ?: seeing if rhel5.2-x86_64 looks like ubuntu-server*
  32. ?: seeing if rhel5.5-i386 looks like ubuntu-server*
  33. ?: seeing if rhel5.6-x86_64 looks like ubuntu-server*
  34. ?: seeing if rhel5.6-xen-x86_64 looks like ubuntu-server*
  35. ?: seeing if rhel5.8-x86_64 looks like ubuntu-server*
  36. ?: seeing if rhel5.5-x86_64 looks like ubuntu-server*
  37. * Finding Explicit profile Matches
  38. * Finding Explicit system Matches
  39. * Finding Explicit repo Matches
  40. * Finding Explicit image Matches
  41. * Finding Explicit mgmtclass Matches
  42. * Finding Explicit package Matches
  43. * Finding Explicit file Matches
  44. * Adding Profiles Required By Systems
  45. * Adding Profiles Required By SubProfiles
  46. * Adding Distros Required By Profiles
  47. * Adding Repos Required By Profiles
  48. * Adding Images Required By Systems
  49. transfer list for distro is ['ubuntu-server-1210-x86_64']
  50. transfer list for profile is []
  51. transfer list for system is []
  52. transfer list for repo is []
  53. transfer list for image is []
  54. transfer list for mgmtclass is []
  55. transfer list for package is []
  56. transfer list for file is []
  57. *NOT* Removing Objects Not Stored On Master
  58. Rsyncing distros
  59. Rsyncing distro ubuntu-server-1210-x86_64
  60. Rsyncing repos
  61. Rsyncing distro repo configs
  62. running: rsync -avzH io-build-03::cobbler-distros/config /var/www/cobbler/ks_mirror
  63. received on stdout: receiving file list ... done
  64.  
  65. sent 44 bytes  received 2316 bytes  4720.00 bytes/sec
  66. total size is 9572  speedup is 4.06
  67.  
  68. received on stderr:
  69. Rsyncing kickstart templates & snippets
  70. running: rsync -avzH io-build-03::cobbler-kickstarts /var/lib/cobbler/kickstarts
  71. received on stdout: receiving file list ... done
  72.  
  73. sent 47 bytes  received 1393 bytes  2880.00 bytes/sec
  74. total size is 112990  speedup is 78.47
  75.  
  76. received on stderr:
  77. running: rsync -avzH io-build-03::cobbler-snippets /var/lib/cobbler/snippets
  78. received on stdout: receiving file list ... done
  79.  
  80. sent 45 bytes  received 2399 bytes  4888.00 bytes/sec
  81. total size is 141173  speedup is 57.76
  82.  
  83. received on stderr:
  84. Rsyncing triggers
  85. running: rsync -avzH io-build-03::cobbler-triggers /var/lib/cobbler/triggers
  86. received on stdout: receiving file list ... done
  87.  
  88. sent 45 bytes  received 846 bytes  1782.00 bytes/sec
  89. total size is 1253  speedup is 1.41
  90.  
  91. received on stderr:
  92. Removing Objects Not Stored On Local
  93. adding distro ubuntu-server-1210-x86_64
  94. failed to add distro ubuntu-server-1210-x86_64    <========= why????????
  95. Updating Objects Newer On Remote
  96. Linking Distro rhel6.0-x86_64
  97. Linking Distro f14-x86_64
  98. Linking Distro rhel5.2-xen-x86_64
  99. Linking Distro rhel5.5-xen-x86_64
  100. Linking Distro rhel5.5-xen-i386
  101. Linking Distro rhel6.2-x86_64
  102. Linking Distro rhel5.8-x86_64
  103. Linking Distro rhel6.3-x86_64
  104. Linking Distro rhel5.2-x86_64
  105. Linking Distro rhel5.5-i386
  106. Linking Distro rhel5.6-x86_64
  107. Linking Distro rhel5.6-xen-x86_64
  108. Linking Distro rhel5.8-xen-x86_64
  109. Linking Distro rhel5.5-x86_64
  110. Syncing
  111. Done
  112. *** TASK COMPLETE ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement