Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. One of the configured repositories failed (Unknown),
  2. and yum doesn't have enough cached data to continue. At this point the only
  3. safe thing yum can do is fail. There are a few ways to work "fix" this:
  4.  
  5. 1. Contact the upstream for the repository and get them to fix the problem.
  6.  
  7. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  8. upstream. This is most often useful if you are using a newer
  9. distribution release than is supported by the repository (and the
  10. packages for the previous distribution release still work).
  11.  
  12. 3. Disable the repository, so yum won't use it by default. Yum will then
  13. just ignore the repository until you permanently enable it again or use
  14. --enablerepo for temporary usage:
  15.  
  16. yum-config-manager --disable <repoid>
  17.  
  18. 4. Configure the failing repository to be skipped, if it is unavailable.
  19. Note that yum will try to contact the repo. when it runs most commands,
  20. so will have to try and fail each time (and thus. yum will be be much
  21. slower). If it is a very temporary problem though, this is often a nice
  22. compromise:
  23.  
  24. yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
  25.  
  26. Insufficient space in download directory /var/cache/yum/x86_64/20/fedora
  27. * free 0
  28. * needed 100 k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement