Advertisement
Guest User

Untitled

a guest
Oct 12th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1.  
  2. [root@gentailercas ~]# yum -y install nginx-module-nbr
  3. Loaded plugins: fastestmirror
  4. Loading mirror speeds from cached hostfile
  5. * base: ftp.sh.cvut.cz
  6. * epel: mirrors.nic.cz
  7. * extras: ftp.sh.cvut.cz
  8. * remi-php72: remi.mirror.karneval.cz
  9. * remi-safe: remi.mirror.karneval.cz
  10. * updates: ftp.sh.cvut.cz
  11. getpagespeed-extras | 27 kB 00:00:00
  12. https://extras.getpagespeed.com/redhat/7/x86_64/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for getpagespeed-extras: Damaged repomd.xml file
  13. Trying other mirror.
  14.  
  15.  
  16. One of the configured repositories failed (GetPageSpeed packages for Enterprise Linux 7 - x86_64),
  17. and yum doesn't have enough cached data to continue. At this point the only
  18. safe thing yum can do is fail. There are a few ways to work "fix" this:
  19.  
  20. 1. Contact the upstream for the repository and get them to fix the problem.
  21.  
  22. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  23. upstream. This is most often useful if you are using a newer
  24. distribution release than is supported by the repository (and the
  25. packages for the previous distribution release still work).
  26.  
  27. 3. Run the command with the repository temporarily disabled
  28. yum --disablerepo=getpagespeed-extras ...
  29.  
  30. 4. Disable the repository permanently, so yum won't use it by default. Yum
  31. will then just ignore the repository until you permanently enable it
  32. again or use --enablerepo for temporary usage:
  33.  
  34. yum-config-manager --disable getpagespeed-extras
  35. or
  36. subscription-manager repos --disable=getpagespeed-extras
  37.  
  38. 5. Configure the failing repository to be skipped, if it is unavailable.
  39. Note that yum will try to contact the repo. when it runs most commands,
  40. so will have to try and fail each time (and thus. yum will be be much
  41. slower). If it is a very temporary problem though, this is often a nice
  42. compromise:
  43.  
  44. yum-config-manager --save --setopt=getpagespeed-extras.skip_if_unavailable=true
  45.  
  46. failure: repodata/repomd.xml from getpagespeed-extras: [Errno 256] No more mirrors to try.
  47. https://extras.getpagespeed.com/redhat/7/x86_64/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for getpagespeed-extras: Damaged repomd.xml file
  48. [root@gentailercas ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement