Bug 495194 - cluster.ini should be installed on proxy only if you install monitoring
Summary: cluster.ini should be installed on proxy only if you install monitoring
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: Proxy Server
Version: 0.6
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Miroslav Suchý
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space06
TreeView+ depends on / blocked
 
Reported: 2009-04-10 08:56 UTC by Miroslav Suchý
Modified: 2017-08-28 15:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-10 12:00:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Miroslav Suchý 2009-04-10 08:56:50 UTC
The error "/usr/sbin/configure-proxy.sh: line 236: cat: No such file
 or directory" is given if you don't choose to install monitoring
 (probably need to wrap this bit in an "if monitoring" block)

It is the part:

sed -e "s/\${session.enable_monitoring_scout:0}/$ENABLE_SCOUT/g" \
            -e "s/\${session.rhn_monitoring_parent_ip}/$MONITORING_PARENT_IP/g" \
            -e "s/\${session.rhn_monitoring_parent}/$MONITORING_PARENT/g" \
            -e "s/\${session.scout_shared_key}/$SCOUT_SHARED_KEY/g" \
        < $DIR/cluster.ini  > $RHNCONF_DIR/cluster.ini

Comment 1 Miroslav Suchý 2009-04-10 11:40:21 UTC
Commited as 297a1197268a4bffd9d4592d0f56e4d94db27047
Will be fixed in spacewalk-proxy-installer-0.6.3

Comment 2 Miroslav Suchý 2009-09-10 12:00:50 UTC
Spacewalk 0.6 released.


Note You need to log in before you can comment on or make changes to this bug.