It was working fine past few days. And all of a sudden I am getting following error for any yum command.
http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repo md.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forb idden" Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please open a ticket with Re d Hat Support. Error: Cannot retrieve repository metadata (repomd.xml) for repository: sandbox. Please verify its path and try again
Created 10-02-2017 03:32 PM
As you are getting the following error :
http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repo md.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forb idden" Trying other mirror.
You should set the "enabled=0" (this will disable the sandbox.repo) which has issue. As that is just development repo and might not be available always.
# cat /etc/yum.repos.d/sandbox.repo [sandbox] baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/ name=Sandbox repository (tutorials) gpgcheck=0 enabled=0
.
After making the above change please do a yum clean all as following and then everything should be fine.
# yum clean all
.
Created 09-28-2017 08:37 PM
Hi @Karpagalakshmi Rajagopalan
Where are you getting this error from ?
Are you following any instructions or tutorial that's leading to this error ?
Can you please point us to that doc ?
Created 10-02-2017 02:58 PM
Hi Raja,
I am getting this error while trying to setup RStudio . I am using the following tutorial.
In particular, while trying to install Rstudio in the first step. Later I found that I get the same error for all yum commands.
Created 10-02-2017 03:32 PM
As you are getting the following error :
http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repo md.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forb idden" Trying other mirror.
You should set the "enabled=0" (this will disable the sandbox.repo) which has issue. As that is just development repo and might not be available always.
# cat /etc/yum.repos.d/sandbox.repo [sandbox] baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/ name=Sandbox repository (tutorials) gpgcheck=0 enabled=0
.
After making the above change please do a yum clean all as following and then everything should be fine.
# yum clean all
.
Created 10-06-2017 04:09 PM
Created 10-06-2017 10:27 PM
sure will do that
Created 10-03-2017 04:56 AM
try mv /etc/yum.repos.d/sandbox.repo /tmp
do your yum install and move the sandbox.repo back to /etc/yum.repos.d
Created 10-06-2017 03:11 PM
Hi Jay,
Your solution worked! Thanks very much for your help.
Created 01-02-2018 08:50 AM
How did you do "Enable=0" ?
please describe.