Light1992

Errors yum install

Sep 22nd, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. (base) [genomica@localhost jbrowse2]$ sudo yum groupinstall "Development Tools"
  2. Il plugin "product-id" non può essere importato
  3. Il plugin "search-disabled-repos" non può essere importato
  4. Il plugin "subscription-manager" non può essere importato
  5. Plugin abilitati:fastestmirror, langpacks
  6. Loading mirror speeds from cached hostfile
  7. epel/x86_64/metalink | 29 kB 00:00
  8. * base: ftp.tugraz.at
  9. * centos-sclo-rh: ftp.tugraz.at
  10. * centos-sclo-sclo: mirrors.prometeus.net
  11. * epel: www.nic.funet.fi
  12. * extras: ftp.tugraz.at
  13. * remi-php70: mirrors.neterra.net
  14. * remi-php71: mirrors.neterra.net
  15. * remi-php72: mirrors.neterra.net
  16. * remi-safe: mirrors.neterra.net
  17. * updates: ftp.tugraz.at
  18. anydesk/x86_64/signature | 488 B 00:00
  19. anydesk/x86_64/signature | 2.9 kB 00:00 !!!
  20. base | 3.6 kB 00:00
  21. centos-sclo-rh | 3.0 kB 00:00
  22. centos-sclo-sclo | 3.0 kB 00:00
  23. elasticsearch-6.x | 1.3 kB 00:00
  24. extras | 2.9 kB 00:00
  25. ius | 1.3 kB 00:00
  26. mysql-connectors-community | 2.5 kB 00:00
  27. mysql-tools-community | 2.5 kB 00:00
  28. mysql56-community | 2.5 kB 00:00
  29. nodesource | 2.5 kB 00:00
  30. passenger/7/x86_64/signature | 833 B 00:00
  31. Recupero chiave da https://packagecloud.io/phusion/passenger/gpgkey
  32. passenger/7/x86_64/signature | 2.9 kB 00:01 !!!
  33. https://oss-binaries.phusionpassenger.com/yum/passenger/el/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for passenger
  34. Connessione ad un altro mirror in corso.
  35.  
  36.  
  37. One of the configured repositories failed (passenger),
  38. and yum doesn't have enough cached data to continue. At this point the only
  39. safe thing yum can do is fail. There are a few ways to work "fix" this:
  40.  
  41. 1. Contact the upstream for the repository and get them to fix the problem.
  42.  
  43. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  44. upstream. This is most often useful if you are using a newer
  45. distribution release than is supported by the repository (and the
  46. packages for the previous distribution release still work).
  47.  
  48. 3. Run the command with the repository temporarily disabled
  49. yum --disablerepo=passenger ...
  50.  
  51. 4. Disable the repository permanently, so yum won't use it by default. Yum
  52. will then just ignore the repository until you permanently enable it
  53. again or use --enablerepo for temporary usage:
  54.  
  55. yum-config-manager --disable passenger
  56. or
  57. subscription-manager repos --disable=passenger
  58.  
  59. 5. Configure the failing repository to be skipped, if it is unavailable.
  60. Note that yum will try to contact the repo. when it runs most commands,
  61. so will have to try and fail each time (and thus. yum will be be much
  62. slower). If it is a very temporary problem though, this is often a nice
  63. compromise:
  64.  
  65. yum-config-manager --save --setopt=passenger.skip_if_unavailable=true
  66.  
  67. failure: repodata/repomd.xml from passenger: [Errno 256] No more mirrors to try.
  68. https://oss-binaries.phusionpassenger.com/yum/passenger/el/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for passenger
  69.  
Add Comment
Please, Sign In to add comment