Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [mike@pidora /]$ sudo yum -v update
  2. Not loading "blacklist" plugin, as it is disabled
  3. Loading "langpacks" plugin
  4. Loading "refresh-packagekit" plugin
  5. Not loading "whiteout" plugin, as it is disabled
  6. Adding en to language list
  7. Config time: 0.419
  8. Yum version: 3.4.3
  9. rpmdb time: 0.003
  10. Updating Everything
  11. Building updates object
  12. Setting up Package Sacks
  13. Could not retrieve mirrorlist http://pidora.proximity.on.ca/mirrorlist/mirrorlist.cgi?repo=pidora-20&arch=arm error was
  14. 14: curl#7 - "Failed connect to pidora.proximity.on.ca:80; Connection refused"
  15. Could not retrieve mirrorlist http://pidora.proximity.on.ca/mirrorlist/mirrorlist.cgi?repo=pidora-rpfr-updates-20&arch=arm error was
  16. 14: curl#7 - "Failed connect to pidora.proximity.on.ca:80; Connection refused"
  17.  
  18.  
  19. One of the configured repositories failed (pidora 20 - arm),
  20. and yum doesn't have enough cached data to continue. At this point the only
  21. safe thing yum can do is fail. There are a few ways to work "fix" this:
  22.  
  23. 1. Contact the upstream for the repository and get them to fix the problem.
  24.  
  25. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  26. upstream. This is most often useful if you are using a newer
  27. distribution release than is supported by the repository (and the
  28. packages for the previous distribution release still work).
  29.  
  30. 3. Disable the repository, so yum won't use it by default. Yum will then
  31. just ignore the repository until you permanently enable it again or use
  32. --enablerepo for temporary usage:
  33.  
  34. yum-config-manager --disable pidora-rpfr-updates
  35.  
  36. 4. Configure the failing repository to be skipped, if it is unavailable.
  37. Note that yum will try to contact the repo. when it runs most commands,
  38. so will have to try and fail each time (and thus. yum will be be much
  39. slower). If it is a very temporary problem though, this is often a nice
  40. compromise:
  41.  
  42. yum-config-manager --save --setopt=pidora-rpfr-updates.skip_if_unavailable=true
  43.  
  44. Cannot find a valid baseurl for repo: pidora-rpfr-updates/20/arm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement