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 2172401 - [RFE]: adjust the log severity of the idle message to an info level when StopIdleSessionSec is configured
Summary: [RFE]: adjust the log severity of the idle message to an info level when Stop...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: systemd
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: David Tardon
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-22 09:35 UTC by David Tardon
Modified: 2023-05-09 10:34 UTC (History)
3 users (show)

Fixed In Version: systemd-252-7.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-09 08:22:35 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github redhat-plumbers systemd-rhel9 pull 144 0 None open logind-session: make stopping of idle session visible to admins 2023-02-22 10:21:26 UTC
Github systemd systemd pull 26515 0 None Merged logind-session: make stopping of idle session visible to admins 2023-02-22 09:35:46 UTC
Red Hat Issue Tracker RHELPLAN-149623 0 None None None 2023-02-22 09:38:25 UTC
Red Hat Product Errata RHBA-2023:2531 0 None None None 2023-05-09 08:22:52 UTC

Description David Tardon 2023-02-22 09:35:46 UTC
This bug was initially created as a copy of Bug #2156780

I am copying this bug because: 
It applies to RHEL-9 too.


Description of problem:

I have configured the new systemd feature StopIdleSessionSec. And seems to be working because I can see sessions being stopped. Sadly without any evidence why the user session is stopped.

Looking at https://github.com/redhat-plumbers/systemd-rhel8/commit/24439b08e3a3437b423553c385cde1d4cddf18f6#diff-0b375f3118a9ae0b86c5bd218491126a329817a5bfeb41fff8f164b36b00604cR676 the info that a session is idle is logged only on debug level instead of info level that to inform the administrator what is going on.

Can we please adjust the log severity of the idle message to an info level  so it is included in journal/syslog so that it is for administrators traceable why sessions are stopped?


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:

1. Modify /etc/systemd/logind.conf, add 'StopIdleSessionSec=10'
2. sudo systemctl restart systemd-logind
3. Run 'while true; do echo $n; sleep 1; n=$(( n + 1 )); done'
4. Login again
5. Run 'sudo grep -i idle /var/log/messages /var/log/secure'

Actual Result:
- Session correct killed at 10 seconds
- After login again the grep does not give any result (for 'idle' keyword)

Expected results:

Below line logs about idle session, but its only in debug mode, can we get this for info (default) log severity?

log_debug("Session \"%s\" of user \"%s\" is idle, stopping.", s->id, s->user->name);


Additional info:

Comment 2 Plumber Bot 2023-02-27 09:46:46 UTC
fix merged to github main branch -> https://github.com/redhat-plumbers/systemd-rhel9/pull/144

Comment 8 errata-xmlrpc 2023-05-09 08:22:35 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:2531


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