Project

General

Profile

Bug #32700

Updated by Ewoud Kohl van Wijngaarden almost 3 years ago

*Steps to Reproduce:* 

 1. Keep any rpm package in /var/www/html/pub/ 
 
  2. Run upgrade: satellite-maintain upgrade run --target-version 6.9 

 *Actual results:* 

 <pre> 
 2021-05-21 results: 
   *\n\n2021-05-21 01:41:33 [ERROR ] [configure] /Stage[main]/Foreman_proxy_content::Bootstrap_rpm/Bootstrap_rpm[katello-ca-consumer-satellite.example.com]: Could not evaluate: No such file or directory @ rb_sysopen - /var/www/html/pub/sos-3.9-5.el7_9.4.src.rpm 
 </pre> 

 *Expected results:* 
 The /var/www/html/pub/sos-3.9-5.el7_9.4.src.rpm\n\n\n*Expected results:*\nThe installer should not query or check rpms apart from katello-ca-consumer*, if there are any rpm pkg available in /pub 

 *Additional info:* 

 To /pub\n\n\n*Additional info:*\n\nTo test I copied the below packages in /pub, change one of the pkg ownership for testing purposes. 

 <pre> 
 # \n\n# ls -l /var/www/html/pub/ 
 -rw-r--r--. /var/www/html/pub/\n\n-rw-r--r--. 1 apache apache 460200 May 21 00:24 firewalld-0.6.3-13.el7_9.noarch.rpm 
 -rw-r--r--. firewalld-0.6.3-13.el7_9.noarch.rpm\n-rw-r--r--. 1 root     root     554188 May 21 00:24 sos-3.9-5.el7_9.4.noarch.rpm 
 </pre> 
 sos-3.9-5.el7_9.4.noarch.rpm'

Back