Description of problem: Changing the configuration according documentation (https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.6/html-single/Getting_Started_Guide/index.html, item 4.2.1.9), the values of total score should change but still the same. I added lines in /etc/rhn/rhn.conf like bellow, changing crit from 32 to 64 and my client registered have 2 crit., so the total value should be 2*64 = 128, but still in 64. ### sc.crit = 64 sc.imp = 16 sc.mod = 8 sc.low = 4 sc.bug = 2 sc.enh = 1 ### Restart the spacewalk server (spacewalk-service restart) Version-Release number of selected component (if applicable): 2.2 How reproducible: 100% Steps to Reproduce: 1. Change the /etc/rhn/rhn.conf 2. Add lines like above 3. Restart service 4. Check the score in webui or using spacewalk-report (same result) Actual results: Still using the default value. Expected results: Correct value. Additional info:
The Sat5.6 documentation is wrong. (I reported Bug 1159236.) Please use (in case of spacewalk-java >= 1.10.49): # default values for system currency multipliers # needed by spacewalk-report for system currency report # multiplier for critical security errata java.sc_crit = 32 # multiplier for important security errata java.sc_imp = 16 # multiplier for moderate important security errata java.sc_mod = 8 # multiplier for low important security errata java.sc_low = 4 # multiplier for bugfix errra java.sc_bug = 2 # multiplier for ehnancement errata java.sc_enh = 1 Closing as NOTABUG. Thank you for your bug report!
This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug.