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.
Bug 2158160 - systemd-sysctl shouldn't log about write errors for keys prefixed with "-"
Summary: systemd-sysctl shouldn't log about write errors for keys prefixed with "-"
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: systemd
Version: 8.7
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Michal Sekletar
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks: 2148578
TreeView+ depends on / blocked
 
Reported: 2023-01-04 11:49 UTC by Michal Sekletar
Modified: 2023-05-16 11:12 UTC (History)
2 users (show)

Fixed In Version: systemd-239-70.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-16 09:07:33 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-143751 0 None None None 2023-01-04 11:59:03 UTC
Red Hat Product Errata RHBA-2023:2985 0 None None None 2023-05-16 09:08:18 UTC

Description Michal Sekletar 2023-01-04 11:49:57 UTC
Description of problem:
We backported support for "-" prefixed keys in sysctl.d snippets, however, we still warn about errors even for keys that are prefixed. We should ignore such errors and not print warning.

Version-Release number of selected component (if applicable):
systemd-239-69.el8.x86_64

How reproducible:
deterministic

Steps to Reproduce:
1.
cat >/tmp/sysctl-foo.conf <<"EOF"
kernel.foo = 1
EOF

cat >/tmp/sysctl-foo-ignore.conf <<"EOF"
-kernel.foo = 1
EOF

2. /usr/lib/systemd/systemd-sysctl /tmp/sysctl-foo.conf
3. /usr/lib/systemd/systemd-sysctl /tmp/sysctl-foo-ignore.conf

Actual results:
"Couldn't write '1' to 'kernel/foo', ignoring: No such file or directory" is printed in both cases.

Expected results:
Error message should be printed only after executing 2).

Additional info:
https://github.com/systemd/systemd/commit/32458cc9687c1b60ff0f22c0e71da93ce78b1534

Comment 2 Plumber Bot 2023-01-06 09:25:24 UTC
fix merged to github main branch -> https://github.com/redhat-plumbers/systemd-rhel8/pull/348

Comment 9 errata-xmlrpc 2023-05-16 09:07:33 UTC
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 (systemd 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-2023:2985


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