Bug 634559

Summary: missing config file /etc/rhn/default/rhn_server_iss_internal.conf
Product: Red Hat Satellite 5 Reporter: Jan Hutař <jhutar>
Component: ServerAssignee: Michael Mráka <mmraka>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Hutař <jhutar>
Severity: medium Docs Contact:
Priority: medium    
Version: 540CC: cperry, msuchy
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: spacewalk-backend-1.2.13-5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-28 15:04:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 487678    

Description Jan Hutař 2010-09-16 11:13:38 UTC
Description of problem:
I checked Galactica's /var/log/httpd/error_log and it complains about missing /etc/rhn/default/rhn_server_iss_internal.conf file


Version-Release number of selected component (if applicable):
Galactica 20100910.2
spacewalk-backend-tools-1.2.11-1.el5sat


How reproducible:
1 of 1 attempt


Steps to Reproduce:
1. Install Galactica
2. Check /var/log/httpd/error_log for "File not found or can't be read"


Actual results:
CONFIG PARSE WARNING: File not found or can't be read /etc/rhn/default/rhn_server_iss_internal.conf
CONFIG PARSE WARNING: key not found in config default dict ('server', 'iss', 'internal')
CONFIG PARSE WARNING: File not found or can't be read /etc/rhn/default/rhn_server_iss_internal.conf
CONFIG PARSE WARNING: key not found in config default dict ('server', 'iss', 'internal')


Expected results:
there should not be these warnings

Comment 1 Clifford Perry 2010-09-16 15:02:48 UTC
Sounds pretty important for ISS. Lets get it back :)

Comment 2 Michael Mráka 2010-09-17 08:02:02 UTC
[root@xen74 ~]# grep "File not found or can't be read" /var/log/httpd/error_log | wc -l
0

Even after setting server as a ISS master and syncing several channel from it there are no such messages.
Could you provide precise reproducer?

Comment 5 Michael Mráka 2010-09-23 12:11:39 UTC
Wrong component name.
Fixed in upstream spacewalk git by
commit 00dd0499014d71f4b070ba9b01fa0c8dac3352a6
    634559 - fixed component name

Comment 6 Michael Mráka 2010-09-23 12:26:03 UTC
Satellite fix
commit bd208cecea12a1bc7333b3692431d83303a68e68
    634559 - fixed component name
    (cherry picked from commit 00dd0499014d71f4b070ba9b01fa0c8dac3352a6)

Comment 10 Miroslav Suchý 2010-10-25 11:38:16 UTC
verified in stage:
[root@tyan-gt24-09 ~]# ls /etc/rhn/default/rhn_server_iss_internal.conf
ls: /etc/rhn/default/rhn_server_iss_internal.conf: No such file or directory
[root@tyan-gt24-09 ~]# ls /etc/rhn/default/rhn_server_iss.conf
/etc/rhn/default/rhn_server_iss.conf
[root@tyan-gt24-09 ~]# grep 'File not found or can't be read' /var/log/httpd/*error_log
>
[root@tyan-gt24-09 ~]# grep "File not found or can't be read" /var/log/httpd/*error_log
[root@tyan-gt24-09 ~]#

ISS is working (beaker job: 25917)

Comment 11 Clifford Perry 2010-10-28 14:58:48 UTC
The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. 


RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade
https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332

RHEA-2010:0803 - RHN Tools enhancement update
https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333

RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update
https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334

RHEA-2010:0800 - RHN Satellite Server 5.4.0
https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335

Docs are available:

http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html 

Regards,
Clifford