Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. TASK [repo_server : Install repo server packages] ************************************************************************************************************
  2. Monday 16 October 2017 16:07:17 -0400 (0:00:01.015) 0:00:14.555 ********
  3. FAILED - RETRYING: Install repo server packages (5 retries left).
  4. FAILED - RETRYING: Install repo server packages (4 retries left).
  5. FAILED - RETRYING: Install repo server packages (3 retries left).
  6. FAILED - RETRYING: Install repo server packages (2 retries left).
  7. FAILED - RETRYING: Install repo server packages (1 retries left).
  8. fatal: [aio1_repo_container-794b3a19]: FAILED! => {"attempts": 5, "changed": false, "failed": true, "msg": "\n\n One of the configured repositories failed (Unknown),\n and yum doesn't have enough cached data to continue. At this point the only\n safe thing yum can do is fail. There are a few ways to work \"fix\" this:\n\n 1. Contact the upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the baseurl/etc. for the repository, to point to a working\n upstream. This is most often useful if you are using a newer\n distribution release than is supported by the repository (and the\n packages for the previous distribution release still work).\n\n 3. Run the command with the repository temporarily disabled\n yum --disablerepo=<repoid> ...\n\n 4. Disable the repository permanently, so yum won't use it by default. Yum\n will then just ignore the repository until you permanently enable it\n again or use --enablerepo for temporary usage:\n\n yum-config-manager --disable <repoid>\n or\n subscription-manager repos --disable=<repoid>\n\n 5. Configure the failing repository to be skipped, if it is unavailable.\n Note that yum will try to contact the repo. when it runs most commands,\n so will have to try and fail each time (and thus. yum will be be much\n slower). If it is a very temporary problem though, this is often a nice\n compromise:\n\n yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true\n\nCannot find a valid baseurl for repo: base/7/x86_64\n", "rc": 1, "results": []}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement