Hide Forgot
Description of problem: The file /etc/tune-profiles/latency-performance/ktune.sysconfig has a typo on the SYSCTL_POST line. The correct value should be: SYSCTL_POST="/etc/sysctl.d/* /etc/sysctl.conf" it currently is SYSCTL_POST="/etc/syctl.d/* /etc/sysctl.conf" Version-Release number of selected component (if applicable): tuned-0.2.19-13.el6.noarch.rpm How reproducible: Steps to Reproduce: 1. install rpm 2. look at file /etc/tune-profiles/latency-performance/ktune.sysconfig 3. Actual results: Expected results: Additional info:
Thanks for the report.
Upstream commit: https://git.fedorahosted.org/cgit/tuned.git/commit/?h=1.0&id=a4be249193a1a8432d4b0c7f1691e9a83ec6741f
============================== Verified in version: tuned-0.2.19-15.el6.noarch PASSED ============================== # less /etc/tune-profiles/latency-performance/ktune.sysconfig | grep SYSCTL_POST SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*" ^^^^^^^^ GOOD, right name of file ================================== Reproduced in version: tuned-0.2.19-13.el6_6.1.noarch FAIL ================================== # less /etc/tune-profiles/latency-performance/ktune.sysconfig | grep SYSCTL_POST SYSCTL_POST="/etc/syctl.d/* /etc/sysctl.conf" ^^^^^^^ BAD, wrong name of file
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1376.html