Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1.  
  2. [root@$HOSTNAME freepbx]# wget -P /etc/yum.repos.d/ http://yum.schmoozecom.net/schmooze-commercial/schmooze-commercial.repo
  3. --2017-01-03 15:50:32-- http://yum.schmoozecom.net/schmooze-commercial/schmooze-commercial.repo
  4. Resolving yum.schmoozecom.net (yum.schmoozecom.net)... 199.102.239.168, 162.253.134.138
  5. Connecting to yum.schmoozecom.net (yum.schmoozecom.net)|199.102.239.168|:80... connected.
  6. HTTP request sent, awaiting response... 200 OK
  7. Length: 287 [text/plain]
  8. Saving to: β€˜/etc/yum.repos.d/schmooze-commercial.repo’
  9.  
  10. 100%[================================================================================================================================>] 287 --.-K/s in 0s
  11.  
  12. 2017-01-03 15:50:33 (27.0 MB/s) - β€˜/etc/yum.repos.d/schmooze-commercial.repo’ saved [287/287]
  13.  
  14. [root@$HOSTNAME freepbx]#
  15. [root@HOSTNAME freepbx]# yum clean all
  16. Loaded plugins: fastestmirror, langpacks
  17. Cleaning repos: base extras schmooze-commercial updates
  18. Cleaning up everything
  19. Cleaning up list of fastest mirrors
  20. [root@$HOSTNAME freepbx]# yum -y install php-5.3-zend-guard-loader sysadmin fail2ban incron ImageMagick
  21. Loaded plugins: fastestmirror, langpacks
  22. base | 3.6 kB 00:00:00
  23. extras | 3.4 kB 00:00:00
  24.  
  25.  
  26. One of the configured repositories failed (Unknown),
  27. and yum doesn't have enough cached data to continue. At this point the only
  28. safe thing yum can do is fail. There are a few ways to work "fix" this:
  29.  
  30. 1. Contact the upstream for the repository and get them to fix the problem.
  31.  
  32. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  33. upstream. This is most often useful if you are using a newer
  34. distribution release than is supported by the repository (and the
  35. packages for the previous distribution release still work).
  36.  
  37. 3. Run the command with the repository temporarily disabled
  38. yum --disablerepo=<repoid> ...
  39.  
  40. 4. Disable the repository permanently, so yum won't use it by default. Yum
  41. will then just ignore the repository until you permanently enable it
  42. again or use --enablerepo for temporary usage:
  43.  
  44. yum-config-manager --disable <repoid>
  45. or
  46. subscription-manager repos --disable=<repoid>
  47.  
  48. 5. Configure the failing repository to be skipped, if it is unavailable.
  49. Note that yum will try to contact the repo. when it runs most commands,
  50. so will have to try and fail each time (and thus. yum will be be much
  51. slower). If it is a very temporary problem though, this is often a nice
  52. compromise:
  53.  
  54. yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
  55.  
  56. Cannot find a valid baseurl for repo: schmooze-commercial/7/x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement