Project

Profile

Help

Issue #1253

Updated by bmbouter over 8 years ago

Trying to install rpm from a pulp repo seems to be failing with 403 

 <pre> 
 [root@mgmt4 ~]# rpm -qa pulp-server 
 pulp-server-2.7.0-0.4.beta.el7.noarch 
 [root@mgmt4 ~]#  
  

 </pre> 

 <pre> 
 [root@mgmt4 ~]# yum install cat 
 Loaded plugins: product-id, pulp-profile-update, subscription-manager 
 Resolving Dependencies 
 --> Running transaction check 
 ---> Package cat.noarch 0:1.0-1 will be installed 
 --> Finished Dependency Resolution 

 Dependencies Resolved 

 ============================================================================================= 
  Package               Arch                     Version                  Repository             Size 
 ============================================================================================= 
 Installing: 
  cat                   noarch                   1.0-1                    zoo                   2.4 k 

 Transaction Summary 
 ============================================================================================= 
 Install    1 Package 

 Total download size: 2.4 k 
 Installed size: 42   
 Is this ok [y/d/N]: y 
 Downloading packages: 
 No Presto metadata available for zoo 
 cat-1.0-1.noarch.rpm             FAILED                                           
 https://mgmt4.rhq.lab.eng.bos.redhat.com/pulp/repos/repos/pulp/pulp/demo_repos/zoo/cat-1.0-1.noarch.rpm: [Errno 14] HTTPS Error 403 - Forbidden 
 Trying other mirror. 


 Error downloading packages: 
   cat-1.0-1.noarch: [Errno 256] No more mirrors to try. 
 

 <pre> 

 </pre>

Back