Description of problem: On a clean install of Sat 530, the enable_nvrea switch in rhn_server.conf is set to 1 by default. It should be set to 0 (disabled) on a clean install. (as per Prad) Version-Release number of selected component (if applicable): Satellite-5.3.0-RHEL5-re20090127.2-i386-embedded-oracle.iso How reproducible: 100% Steps to Reproduce: 1. Install the latest build of Sat 530 2. Open the rhn_server.conf file 3. Check the enable_nvrea switch Actual results: enable_nvrea = 1 Expected results: enable_nvrea = 0 Additional info:
Though it is enabled in rhn_server.conf, This should be overridden in rhn.conf which is added by the spacewalk to satellite conversion script. where it is disabled which takes precedence and hence nvrea is disabled by default for satellite and enabled for spacewalk. #option generated from rhn-config-satellite.pl enable_nvrea=0 closing as not a bug.