Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.60 KB | None | 0 0
  1.  
  2. Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
  3. Installed the plugin 'vagrant-vbguest (0.19.0)'!
  4. Bringing machine 'default' up with 'virtualbox' provider...
  5. ==> default: Importing base box 'centos/7'...
  6. ==> default: Matching MAC address for NAT networking...
  7. ==> default: Checking if box 'centos/7' version '1905.1' is up to date...
  8. ==> default: Setting the name of the VM: trevor2_default_1568796120629_98207
  9. ==> default: Clearing any previously set network interfaces...
  10. ==> default: Preparing network interfaces based on configuration...
  11. default: Adapter 1: nat
  12. default: Adapter 2: hostonly
  13. ==> default: Forwarding ports...
  14. default: 22 (guest) => 2222 (host) (adapter 1)
  15. ==> default: Running 'pre-boot' VM customizations...
  16. ==> default: Booting VM...
  17. ==> default: Waiting for machine to boot. This may take a few minutes...
  18. default: SSH address: 127.0.0.1:2222
  19. default: SSH username: vagrant
  20. default: SSH auth method: private key
  21. default:
  22. default: Vagrant insecure key detected. Vagrant will automatically replace
  23. default: this with a newly generated keypair for better security.
  24. default:
  25. default: Inserting generated public key within guest...
  26. default: Removing insecure key from the guest if it's present...
  27. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  28. ==> default: Machine booted and ready!
  29. [default] No Virtualbox Guest Additions installation found.
  30. Loaded plugins: fastestmirror
  31. Loading mirror speeds from cached hostfile
  32. * base: mirror.netweaver.uk
  33. * extras: mozart.ee.ic.ac.uk
  34. * updates: mozart.ee.ic.ac.uk
  35. Resolving Dependencies
  36. --> Running transaction check
  37. ---> Package centos-release.x86_64 0:7-6.1810.2.el7.centos will be updated
  38. ---> Package centos-release.x86_64 0:7-7.1908.0.el7.centos will be an update
  39. --> Finished Dependency Resolution
  40.  
  41. Dependencies Resolved
  42.  
  43. ================================================================================
  44. Package Arch Version Repository Size
  45. ================================================================================
  46. Updating:
  47. centos-release x86_64 7-7.1908.0.el7.centos base 26 k
  48.  
  49. Transaction Summary
  50. ================================================================================
  51. Upgrade 1 Package
  52.  
  53. Total download size: 26 k
  54. Downloading packages:
  55. No Presto metadata available for base
  56. Public key for centos-release-7-7.1908.0.el7.centos.x86_64.rpm is not installed
  57. warning: /var/cache/yum/x86_64/7/base/packages/centos-release-7-7.1908.0.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  58. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  59. Importing GPG key 0xF4A80EB5:
  60. Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
  61. Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  62. Package : centos-release-7-6.1810.2.el7.centos.x86_64 (@anaconda)
  63. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  64. Running transaction check
  65. Running transaction test
  66. Transaction test succeeded
  67. Running transaction
  68. Updating : centos-release-7-7.1908.0.el7.centos.x86_64 1/2
  69. Cleanup : centos-release-7-6.1810.2.el7.centos.x86_64 2/2
  70. Verifying : centos-release-7-7.1908.0.el7.centos.x86_64 1/2
  71. Verifying : centos-release-7-6.1810.2.el7.centos.x86_64 2/2
  72.  
  73. Updated:
  74. centos-release.x86_64 0:7-7.1908.0.el7.centos
  75.  
  76. Complete!
  77. Loaded plugins: fastestmirror
  78. Loading mirror speeds from cached hostfile
  79. * base: mirror.netweaver.uk
  80. * extras: mozart.ee.ic.ac.uk
  81. * updates: mozart.ee.ic.ac.uk
  82. http://vault.centos.org/7.6.1810/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
  83. Trying other mirror.
  84. To address this issue please refer to the below wiki article
  85.  
  86. https://wiki.centos.org/yum-errors
  87.  
  88. If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
  89.  
  90.  
  91.  
  92. One of the configured repositories failed (CentOS-7.6.1810 - Base),
  93. and yum doesn't have enough cached data to continue. At this point the only
  94. safe thing yum can do is fail. There are a few ways to work "fix" this:
  95.  
  96. 1. Contact the upstream for the repository and get them to fix the problem.
  97.  
  98. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  99. upstream. This is most often useful if you are using a newer
  100. distribution release than is supported by the repository (and the
  101. packages for the previous distribution release still work).
  102.  
  103. 3. Run the command with the repository temporarily disabled
  104. yum --disablerepo=C7.6.1810-base ...
  105.  
  106. 4. Disable the repository permanently, so yum won't use it by default. Yum
  107. will then just ignore the repository until you permanently enable it
  108. again or use --enablerepo for temporary usage:
  109.  
  110. yum-config-manager --disable C7.6.1810-base
  111. or
  112. subscription-manager repos --disable=C7.6.1810-base
  113.  
  114. 5. Configure the failing repository to be skipped, if it is unavailable.
  115. Note that yum will try to contact the repo. when it runs most commands,
  116. so will have to try and fail each time (and thus. yum will be be much
  117. slower). If it is a very temporary problem though, this is often a nice
  118. compromise:
  119.  
  120. yum-config-manager --save --setopt=C7.6.1810-base.skip_if_unavailable=true
  121.  
  122. failure: repodata/repomd.xml from C7.6.1810-base: [Errno 256] No more mirrors to try.
  123. http://vault.centos.org/7.6.1810/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
  124. ==> default: Checking for guest additions in VM...
  125. default: No guest additions were detected on the base box for this VM! Guest
  126. default: additions are required for forwarded ports, shared folders, host only
  127. default: networking, and more. If SSH fails on this machine, please install
  128. default: the guest additions and repackage the box to continue.
  129. default:
  130. default: This is not an error message; everything may continue to work properly,
  131. default: in which case you may ignore this message.
  132. The following SSH command responded with a non-zero exit status.
  133. Vagrant assumes that this means the command failed!
  134.  
  135. yum install -y kernel-devel-`uname -r` --enablerepo=C*-base --enablerepo=C*-updates
  136.  
  137. Stdout from the command:
  138.  
  139. Loaded plugins: fastestmirror
  140. Loading mirror speeds from cached hostfile
  141. * base: mirror.netweaver.uk
  142. * extras: mozart.ee.ic.ac.uk
  143. * updates: mozart.ee.ic.ac.uk
  144.  
  145.  
  146. Stderr from the command:
  147.  
  148. http://vault.centos.org/7.6.1810/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
  149. Trying other mirror.
  150. To address this issue please refer to the below wiki article
  151.  
  152. https://wiki.centos.org/yum-errors
  153.  
  154. If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
  155.  
  156.  
  157.  
  158. One of the configured repositories failed (CentOS-7.6.1810 - Base),
  159. and yum doesn't have enough cached data to continue. At this point the only
  160. safe thing yum can do is fail. There are a few ways to work "fix" this:
  161.  
  162. 1. Contact the upstream for the repository and get them to fix the problem.
  163.  
  164. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  165. upstream. This is most often useful if you are using a newer
  166. distribution release than is supported by the repository (and the
  167. packages for the previous distribution release still work).
  168.  
  169. 3. Run the command with the repository temporarily disabled
  170. yum --disablerepo=C7.6.1810-base ...
  171.  
  172. 4. Disable the repository permanently, so yum won't use it by default. Yum
  173. will then just ignore the repository until you permanently enable it
  174. again or use --enablerepo for temporary usage:
  175.  
  176. yum-config-manager --disable C7.6.1810-base
  177. or
  178. subscription-manager repos --disable=C7.6.1810-base
  179.  
  180. 5. Configure the failing repository to be skipped, if it is unavailable.
  181. Note that yum will try to contact the repo. when it runs most commands,
  182. so will have to try and fail each time (and thus. yum will be be much
  183. slower). If it is a very temporary problem though, this is often a nice
  184. compromise:
  185.  
  186. yum-config-manager --save --setopt=C7.6.1810-base.skip_if_unavailable=true
  187.  
  188. failure: repodata/repomd.xml from C7.6.1810-base: [Errno 256] No more mirrors to try.
  189. http://vault.centos.org/7.6.1810/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement