<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question sandbx.repo problem in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196580#M158633</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I can't finish yum update command. I have error with sandbox.repo.&lt;/P&gt;&lt;P&gt;In the attachment you will find results of yum update.&lt;/P&gt;&lt;P&gt;Perhaps link in sandbox.repo is no longer up to date? &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7356i53FDF91784B4EF2A/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="capture.jpg" title="capture.jpg" /&gt;</description>
    <pubDate>Sun, 17 Sep 2017 01:44:16 GMT</pubDate>
    <dc:creator>L_Szarabajko</dc:creator>
    <dc:date>2017-09-17T01:44:16Z</dc:date>
    <item>
      <title>sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196580#M158633</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I can't finish yum update command. I have error with sandbox.repo.&lt;/P&gt;&lt;P&gt;In the attachment you will find results of yum update.&lt;/P&gt;&lt;P&gt;Perhaps link in sandbox.repo is no longer up to date? &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7356i53FDF91784B4EF2A/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="capture.jpg" title="capture.jpg" /&gt;</description>
      <pubDate>Sun, 17 Sep 2017 01:44:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196580#M158633</guid>
      <dc:creator>L_Szarabajko</dc:creator>
      <dc:date>2017-09-17T01:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196581#M158634</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/30212/l-szarabajko.html" nodeid="30212"&gt;@Lukasz Szary&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to perform "yum update" then temporarily disable the sandbox.repo    by setting the&lt;STRONG&gt; "enabled=0" &lt;/STRONG&gt;inside the file &lt;STRONG&gt;"/etc/yum.repos.d/sandbox.repo"&lt;/STRONG&gt; as following:&lt;/P&gt;&lt;PRE&gt;# 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&lt;/PRE&gt;&lt;P&gt;After setting the "enabled=0" in the above file perform a yum clean and then try the update again.&lt;/P&gt;&lt;PRE&gt;# yum clean all
# yum update&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 08:34:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196581#M158634</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-09-17T08:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196582#M158635</link>
      <description>&lt;P&gt;I followed the steps above, and no more 403 errors!! Yum update worked beautifully and my install of python pip worked. Amazing what one setting will do.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 15:28:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196582#M158635</guid>
      <dc:creator>Frozendan</dc:creator>
      <dc:date>2017-09-17T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196583#M158636</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/45157/frozendan.html" nodeid="45157"&gt;@Daniel Nicholas&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good to know that the issue is resolved.&lt;/P&gt;&lt;P&gt;Basically the setting &lt;STRONG&gt;"enabled=0" &lt;/STRONG&gt;will temporarily disable the sandbox.repo as that repo seems to have some issues currently and hence causing 403 error.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/45157/frozendan.html" nodeid="45157"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 15:34:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196583#M158636</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-09-17T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196584#M158637</link>
      <description>&lt;P&gt;Yes. I am getting a similar error. Here is what I tried, and nothing worked.&lt;/P&gt;&lt;P&gt;I am having issues installing python-pip which looks like it requires that repo file you mentioned &lt;A href="https://community.hortonworks.com/questions/138792/sandbxrepo-problem.html#"&gt;@Lukasz Szary&lt;/A&gt; . I have tried the following commands in putty:&lt;/P&gt;&lt;P&gt;yum install python-pip &lt;BR /&gt;yum update&lt;BR /&gt;yum -y update&lt;BR /&gt;yum install epel-release&lt;BR /&gt;yum --disablerepo=epel -y update ca-certificates&lt;/P&gt;&lt;P&gt;I'm running Horton sandbox 2.6.1; Windows 10; Oracle VM Virtual Box; Putty; no proxy. Nothing too out of the ordinary. I even dumped the firewall and tried all the commands&lt;/P&gt;&lt;P&gt;All of the commands were met with the following similar error 403 forbidden error:&lt;/P&gt;&lt;P&gt;Error: Cannot retrieve repository metadata (repomd.xml) for repository: sandbox. Please verify its path and try again &lt;/P&gt;&lt;P&gt;[root@sandbox maria_dev]# yum --disablerepo=epel -y update ca-certificates&lt;BR /&gt;Loaded plugins: fastestmirror, ovl, priorities&lt;BR /&gt;Setting up Update Process&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt; * base: &lt;A href="http://reflector.westga.edu/"&gt;reflector.westga.edu&lt;/A&gt; * extras: &lt;A href="http://mirror.team-cymru.org/"&gt;&lt;FONT color="#0066cc"&gt;mirror.team-cymru.org&lt;/FONT&gt;&lt;/A&gt; * updates: &lt;FONT color="#0066cc"&gt;&lt;A href="http://mirror.sfo12.us.leaseweb.net/"&gt;mirror.sfo12.us.leaseweb.net&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml"&gt;http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml&lt;/A&gt;: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"&lt;BR /&gt;Trying other mirror.&lt;BR /&gt;To address this issue please refer to the below knowledge base article&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0066cc"&gt;&lt;A href="https://access.redhat.com/solutions/69319"&gt;https://access.redhat.com/solutions/69319&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Side note- that redhat article 69319 is restricted to subscribers. I'm not paying for a subscription to read that.&lt;/P&gt;&lt;P&gt;The problem site &lt;/P&gt;&lt;P&gt;&lt;FONT color="#0066cc"&gt;&lt;A href="http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml"&gt;http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;appears to be the commonality through all of the error codes I received. Shouldn't I be able to access this through a normal browser?&lt;/P&gt;&lt;P&gt;I got this error in chrome and IE. Do we need to pass any logon info? Is the link still active? How do we update our sandbox so that running yum update pulls from the proper location?&lt;/P&gt;&lt;P&gt;&amp;lt;Error&amp;gt;&amp;lt; Code&amp;gt;AccessDenied&amp;lt;/Code&amp;gt;&amp;lt; Message&amp;gt;Access Denied&amp;lt;/Message&amp;gt;&amp;lt; RequestId&amp;gt;6E1B24189D335373&amp;lt;/RequestId&amp;gt; &lt;/P&gt;&lt;P&gt;"); vertical-align: bottom; height: 10px;"&amp;gt;&amp;lt;HostId&amp;gt; udzTFHaA9D/xJsvHGf/o1AZbb8mv4/whswlxsdWfu9C+VBHbCn9rz8HDoHR9iKVR2eDaWtRtPjY=&amp;lt; /HostId&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/Error&amp;gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 16:02:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196584#M158637</guid>
      <dc:creator>Frozendan</dc:creator>
      <dc:date>2017-09-17T16:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196585#M158638</link>
      <description>&lt;P&gt;Yes. I am getting a similar error. Here is what I tried, and nothing worked.&lt;/P&gt;&lt;P&gt;I am having issues installing python-pip which looks like it requires that repo file you mentioned &lt;A href="https://community.hortonworks.com/questions/138792/sandbxrepo-problem.html#"&gt;@Lukasz Szary&lt;/A&gt; . I have tried the following commands in putty:&lt;/P&gt;&lt;P&gt;yum install python-pip &lt;BR /&gt;yum update&lt;BR /&gt;yum -y update&lt;BR /&gt;yum install epel-release&lt;BR /&gt;yum --disablerepo=epel -y update ca-certificates&lt;/P&gt;&lt;P&gt;I'm running Horton sandbox 2.6.1; Windows 10; Oracle VM Virtual Box; Putty; no proxy. Nothing too out of the ordinary. I even dumped the firewall and tried all the commands&lt;/P&gt;&lt;P&gt;All of the commands were met with the following similar error 403 forbidden error:&lt;/P&gt;&lt;P&gt;Error: Cannot retrieve repository metadata (repomd.xml) for repository: sandbox. Please verify its path and try again &lt;/P&gt;&lt;P&gt;[root@sandbox maria_dev]# yum --disablerepo=epel -y update ca-certificates&lt;BR /&gt;Loaded plugins: fastestmirror, ovl, priorities&lt;BR /&gt;Setting up Update Process&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt; * base: reflector.westga.edu&lt;BR /&gt; * extras: mirror.team-cymru.org&lt;BR /&gt; * updates: mirror.sfo12.us.leaseweb.net&lt;BR /&gt;&lt;A href="http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml:" target="_blank"&gt;http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml:&lt;/A&gt; [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"&lt;BR /&gt;Trying other mirror.&lt;BR /&gt;To address this issue please refer to the below knowledge base article&lt;/P&gt;&lt;P&gt;&lt;A href="https://access.redhat.com/solutions/69319" target="_blank"&gt;https://access.redhat.com/solutions/69319&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Side note- that redhat article 69319 is restricted to subscribers. I'm not paying for a subscription to read that.&lt;/P&gt;&lt;P&gt;The problem site &lt;/P&gt;&lt;P&gt;&lt;A href="http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml" target="_blank"&gt;http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;appears to be the commonality through all of the error codes I received. Shouldn't I be able to access this through a normal browser?&lt;/P&gt;&lt;P&gt;I got this error in chrome and IE. Do we need to pass any logon info? Is the link still active? How do we update our sandbox so that running yum update pulls from the proper location?&lt;/P&gt;&lt;P&gt;&amp;lt;Error&amp;gt;&amp;lt; Code&amp;gt;AccessDenied&amp;lt;/Code&amp;gt;&amp;lt; Message&amp;gt;Access Denied&amp;lt;/Message&amp;gt;&amp;lt; RequestId&amp;gt;6E1B24189D335373&amp;lt;/RequestId&amp;gt; &lt;/P&gt;&lt;P&gt;"); vertical-align: bottom; height: 10px;"&amp;gt;&amp;lt;HostId&amp;gt; udzTFHaA9D/xJsvHGf/o1AZbb8mv4/whswlxsdWfu9C+VBHbCn9rz8HDoHR9iKVR2eDaWtRtPjY=&amp;lt; /HostId&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/Error&amp;gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 16:02:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196585#M158638</guid>
      <dc:creator>Frozendan</dc:creator>
      <dc:date>2017-09-17T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196586#M158639</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; Thank you. It is working now.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 16:58:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196586#M158639</guid>
      <dc:creator>L_Szarabajko</dc:creator>
      <dc:date>2017-09-17T16:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196587#M158640</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/30212/l-szarabajko.html" nodeid="30212"&gt;@Lukasz Szary&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Good to know that it's working now. &lt;/P&gt;&lt;P&gt;It will be great if you can mark this HCC thread as Answered (Accepted) so that other HCC users can easily browse the answered threads when they encounter the similar error.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 17:08:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196587#M158640</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-09-17T17:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196588#M158641</link>
      <description>&lt;P&gt;I don't understand that how to do enabled = 0 ??&lt;/P&gt;&lt;P&gt;As when you give a command - # cat /etc/yum.repos.d/sandbox.repo&lt;/P&gt;&lt;P&gt;it responded - &lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;[sandbox]&lt;/LI&gt;&lt;LI&gt;baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/&lt;/LI&gt;&lt;LI&gt;name=Sandbox repository (tutorials)&lt;/LI&gt;&lt;LI&gt;gpgcheck=0&lt;/LI&gt;&lt;LI&gt;enabled=1&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then how to enabled would be 0 ??&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 01:52:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196588#M158641</guid>
      <dc:creator>getme_nilesh</dc:creator>
      <dc:date>2017-12-31T01:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196589#M158642</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/51313/getmenilesh.html" nodeid="51313"&gt;@Nilesh Tokeria&lt;/A&gt; press the 'i' then replace with '0' after that press 'Esc' and then type :wq then Enter.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:46:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196589#M158642</guid>
      <dc:creator>sureshp8</dc:creator>
      <dc:date>2018-01-25T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196590#M158643</link>
      <description>&lt;P&gt;vi /etc/yum.repos.d/sandbox.repo&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:48:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196590#M158643</guid>
      <dc:creator>sureshp8</dc:creator>
      <dc:date>2018-01-25T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: sandbx.repo problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196591#M158644</link>
      <description>&lt;P&gt;Many Thanks dear Sureshkumar.&lt;/P&gt;&lt;P&gt;I was looking for same as you mention properly step to step which solved my problem.&lt;/P&gt;&lt;P&gt;~Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 00:43:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sandbx-repo-problem/m-p/196591#M158644</guid>
      <dc:creator>getme_nilesh</dc:creator>
      <dc:date>2018-03-20T00:43:42Z</dc:date>
    </item>
  </channel>
</rss>

