Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
When using the include directive in the [main] section, TuneD improperly processes profile included when profile names end in non word characters such as '-', '^', ...
Version-Release number of selected component (if applicable):
All, including the current upstream version.
How reproducible:
Always.
Steps to Reproduce:
1. Create TuneD profile "bz" with the following content.
[main]
summary=PoC
include=provider-,balanced
2. Create en empty "provider-" profile:
mkdir -p /etc/tuned/provider-/
touch /etc/tuned/provider-/tuned.conf
3. systemctl stop tuned --now
4. tuned --no-dbus
Actual results:
2021-10-27 13:43:50,984 INFO tuned.daemon.application: dynamic tuning is globally disabled
2021-10-27 13:43:50,989 DEBUG tuned.daemon.daemon: initializing daemon
2021-10-27 13:43:50,989 INFO tuned.daemon.daemon: using sleep interval of 1 second(s)
2021-10-27 13:43:50,989 INFO tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2021-10-27 13:43:50,990 INFO tuned.daemon.daemon: Using 'bz' profile
2021-10-27 13:43:50,991 INFO tuned.profiles.loader: loading profile: bz
2021-10-27 13:43:50,993 ERROR tuned.daemon.daemon: Cannot set initial profile. No tunings will be enabled: Cannot load profile(s) 'bz': Cannot find profile 'provider-,balanced' in '['/etc/tuned', '/usr/lib/tuned']'.
2021-10-27 13:43:50,993 INFO tuned.daemon.controller: starting controller
Expected results:
TuneD profiles "provider-" and "balanced" successfully applied.
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 (tuned bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2022:2106