Description of problem: webui update failing on ipv6 only appliance Version-Release number of selected component (if applicable):5.9.0.18 How reproducible:100% Steps to Reproduce: 1.Provision appliance in ipv6 only environment 2.configure database 3.add latest repos 4.setup proxy through cli 5.export http and https proxy settings 6.connect to ui and navigate to configuration-settings-region-redhat updates 5.configure RHSM with proxy settings 6.validate and save 7.check for updates 8.apply updates Actual results: evm.log shows : [----] I, [2018-01-31T01:01:20.635075 #13717:7bd130] INFO -- : MIQ(MiqQueue#deliver) Message id: [1000000000087], Delivering... [----] I, [2018-01-31T01:01:20.641406 #13717:7bd130] INFO -- : MIQ(MiqServer#check_updates) Checking for platform updates... [----] I, [2018-01-31T01:01:25.123931 #13717:7bd130] INFO -- : MIQ(MiqServer#check_updates) Checking for postgres updates... [----] I, [2018-01-31T01:01:29.003553 #13717:7bd130] INFO -- : MIQ(MiqServer#check_updates) Checking for CFME updates... [----] I, [2018-01-31T01:01:29.429851 #13717:7bd130] INFO -- : MIQ(MiqServer#check_updates) Checking for updates... Complete [----] I, [2018-01-31T01:01:29.430385 #13717:7bd130] INFO -- : Class#import_key Importing RPM-GPG-KEY: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta [----] I, [2018-01-31T01:01:29.668390 #13717:7bd130] INFO -- : Class#import_key Importing RPM-GPG-KEY: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-former [----] I, [2018-01-31T01:01:29.808116 #13717:7bd130] INFO -- : Class#import_key Importing RPM-GPG-KEY: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-release [----] I, [2018-01-31T01:01:30.341534 #13717:7bd130] INFO -- : Class#import_key Importing RPM-GPG-KEY: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-rhx [----] I, [2018-01-31T01:01:30.620405 #13717:7bd130] INFO -- : Class#import_key Importing RPM-GPG-KEY: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release [----] I, [2018-01-31T01:01:30.743746 #13717:7bd130] INFO -- : MIQ(MiqServer#apply_updates) Applying Updates, Services will restart when complete. But the appliance never updates anything Traceback http://pastebin.test.redhat.com/551567 Expected results: Updates applied. Additional info: Its worth noting that the first time I checked for updates through the ui there were connection errors in the logs to one repo, see here http://pastebin.test.redhat.com/551568 That being said I ran yum update and that had no issues with the repos and updated the appliance fine. Ping me if you are stuck for a reproducing environment.
The problem is: [root@localhost vmdb]# yum check-update Loaded plugins: product-id, search-disabled-repos, subscription-manager https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#5 - "Could not resolve proxy: https; Name or service not known" Trying other mirror. One of the configured repositories failed (Red Hat Enterprise Linux 7 Server (RPMs)), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=rhel-7-server-rpms ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable rhel-7-server-rpms or subscription-manager repos --disable=rhel-7-server-rpms 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=rhel-7-server-rpms.skip_if_unavailable=true failure: repodata/repomd.xml from rhel-7-server-rpms: [Errno 256] No more mirrors to try. https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#5 - "Could not resolve proxy: https; Name or service not known"
I can't seem to get any yum commands working on the command line
Hey Brandon, not sure why its trying to access those repos during update, it should be just using the repos I added to /etc/yum.repos.d/update.repo running this worked for me tho: yum update --disablerepo=rhel-7-server-rpms --disablerepo=rhel-server-rhscl-7-rpms Cheers
It looks like yum update exits 1 with the following on stderr: http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://download.devel.redhat.com/released/RHEL-7/7.4/Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.10.160.20: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://pulp-read.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.4.205.124: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-common-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-appliance-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. http://download.eng.bos.redhat.com/rcm-guest/puddles/CloudForms/4.6/latest/CFME/x86_64/os/Packages/cfme-gemset-5.9.0.19-1.el7cf.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 10.19.36.31: Network is unreachable" Trying other mirror. Error downloading packages: cfme-appliance-common-5.9.0.19-1.el7cf.x86_64: [Errno 256] No more mirrors to try. cfme-appliance-5.9.0.19-1.el7cf.x86_64: [Errno 256] No more mirrors to try. cfme-gemset-5.9.0.19-1.el7cf.x86_64: [Errno 256] No more mirrors to try. cfme-5.9.0.19-1.el7cf.x86_64: [Errno 256] No more mirrors to try.
Hey Brandon, I took another look at this. Seems we had a network failure on Friday and it caused the proxy server to fall over. I just ran yum update again now and its working correctly. http://pastebin.test.redhat.com/552831 I checked the proxy logs when running yum update and running check for updates through the UI, we only see traffic for yum update. Definitely seems like the UI is not using the proxy settings correctly. heres the logs from proxy these lines are all from yum update http://pastebin.test.redhat.com/552832 If I run yum clean all on the appliance and then check for updates through the UI you see the errors in the evm.log with failure to connect, see here. http://pastebin.test.redhat.com/552839 I am also seeing the same issues in 5.8.3.2
https://github.com/ManageIQ/manageiq/pull/16972
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/5798d83abcf15d099dc04135cc4a61c66209e881 commit 5798d83abcf15d099dc04135cc4a61c66209e881 Author: Brandon Dunne <brandondunne> AuthorDate: Thu Feb 8 11:11:47 2018 -0500 Commit: Brandon Dunne <brandondunne> CommitDate: Thu Feb 8 11:11:47 2018 -0500 Configure yum proxy if given for updates https://bugzilla.redhat.com/show_bug.cgi?id=1540550 app/models/miq_server/update_management.rb | 11 ++++++++ spec/models/miq_server/update_management_spec.rb | 35 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+)
This is also a problem in 5.8.3.4 not sure if it should be back ported there too.
I marked the PR yes for gaprindashvili, fine and euwe, so it should get backported.
Verified in 5.10