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 1776383 - tlog v7 release for RHEL 8.2
Summary: tlog v7 release for RHEL 8.2
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: tlog
Version: 8.2
Hardware: All
OS: All
high
medium
Target Milestone: rc
: 8.2
Assignee: jstephen
QA Contact: Scott Poore
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-25 14:56 UTC by jstephen
Modified: 2020-04-28 15:58 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-28 15:58:19 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:1682 0 None None None 2020-04-28 15:58:21 UTC

Description jstephen 2019-11-25 14:56:39 UTC
Provide downstream release of tlog v7

Comment 2 Scott Poore 2020-01-12 23:16:32 UTC
Verified.

Version ::

tlog-7-2.el8.x86_64

Results ::

integration tests run from upstream:

[root@rhel8-4 tlitest]# pytest-3 -vs
========================================= test session starts =========================================
platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/libexec/platform-python
cachedir: .pytest_cache
rootdir: /root/tlog/tests/tlog/lib/tlitest, inifile:
collected 48 items                                                                                    

test_env_config.py::TestTlogRecSession::test_conf_file_var PASSED
test_env_config.py::TestTlogRecSession::test_conf_text_var PASSED
test_env_config.py::TestTlogRecSession::test_conf_shell_var PASSED
test_env_config.py::TestTlogRec::test_conf_file_var PASSED
test_env_config.py::TestTlogRec::test_conf_text_var PASSED
test_env_config.py::TestTlogRec::test_conf_shell_var PASSED
test_tlog_play.py::TestTlogPlay::test_play_from_file PASSED
test_tlog_play.py::TestTlogPlay::test_play_from_journal PASSED
test_tlog_play.py::TestTlogPlay::test_play_output_file PASSED
test_tlog_play.py::TestTlogPlay::test_play_at_speed_x2 PASSED
test_tlog_play.py::TestTlogPlay::test_play_at_goto_points PASSED
test_tlog_play.py::TestTlogPlay::test_play_follow_running_session tlog-play -i /tmp/TestTlogPlay.pr7dd2m0/test_play_follow_running_session.tlog -f
ion.tlog -fi /tmp/TestTlogPlay.pr7dd2m0/test_play_follow_running_sessi
[tlitestlocaluser1@rhel8-4 ~]$ echo line1
line1
[tlitestlocaluser1@rhel8-4 ~]$ echo line2
line2
[tlitestlocaluser1@rhel8-4 ~]$ echo line3
line3
[tlitestlocaluser1@rhel8-4 ~]$ PASSED
test_tlog_play.py::TestTlogPlayControl::test_play_key_ctl_goto_end PASSED
test_tlog_play.py::TestTlogPlayControl::test_play_key_ctl_next_packet PASSED
test_tlog_play.py::TestTlogPlayControl::test_play_key_ctl_double_speed PASSED
test_tlog_play.py::TestTlogPlayControl::test_play_key_ctl_quit PASSED
test_tlog_play.py::TestTlogPlayControl::test_play_key_ctl_halve_speed PASSED
test_tlog_play_remote.py::TestTlogPlayRemote::test_play_remote_good_session PASSED
test_tlog_play_remote.py::TestTlogPlayRemote::test_play_remote_bad_timing PASSED
test_tlog_play_remote.py::TestTlogPlayRemote::test_play_remote_missing_entry PASSED
test_tlog_rec.py::TestTlogRec::test_record_command_to_file PASSED
test_tlog_rec.py::TestTlogRec::test_record_command_to_journal PASSED
test_tlog_rec.py::TestTlogRec::test_record_command_to_syslog PASSED
test_tlog_rec.py::TestTlogRec::test_record_interactive_session PASSED
test_tlog_rec.py::TestTlogRec::test_record_binary_output PASSED
test_tlog_rec.py::TestTlogRec::test_record_diff_char_sets PASSED
test_tlog_rec.py::TestTlogRec::test_record_fast_input PASSED
test_tlog_rec.py::TestTlogRec::test_record_as_unprivileged_user PASSED
test_tlog_rec.py::TestTlogRec::test_record_as_admin_user PASSED
test_tlog_rec.py::TestTlogRec::test_record_from_different_hostnames PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_latency PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_payload PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_limit_rate PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_limit_burst PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_limit_action_drop PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_limit_action_delay PASSED
test_tlog_rec_perf_opts.py::TestTlogRecPerformanceOptions::test_record_fast_input_with_limit_action_pass PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_to_file PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_to_journal PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_to_syslog PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_latency PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_payload PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_limit_rate PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_limit_burst PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_limit_action_drop PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_limit_action_delay PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_fast_input_with_limit_action_pass PASSED
test_tlog_rec_session.py::TestTlogRecSession::test_session_record_with_different_shell PASSED

===================================== 48 passed in 631.57 seconds =====================================



Very basic record/play manual test:

[root@rhel8-4 tlitest]# tlog-rec -w file -o /tmp/manual_test 
[root@rhel8-4 tlitest]# whoami
root
[root@rhel8-4 tlitest]# id
uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[root@rhel8-4 tlitest]# ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 Jan09 ?        00:00:21 /usr/lib/systemd/systemd --switched-root --system --deserialize 16
root         2     0  0 Jan09 ?        00:00:00 [kthreadd]
root         3     2  0 Jan09 ?        00:00:00 [rcu_gp]
root         4     2  0 Jan09 ?        00:00:00 [rcu_par_gp]
root         6     2  0 Jan09 ?        00:00:00 [kworker/0:0H-kblockd]
root         8     2  0 Jan09 ?        00:00:00 [mm_percpu_wq]
root         9     2  0 Jan09 ?        00:00:00 [ksoftirqd/0]
root        10     2  0 Jan09 ?        00:00:13 [rcu_sched]
root        11     2  0 Jan09 ?        00:00:00 [migration/0]
root        12     2  0 Jan09 ?        00:00:00 [watchdog/0]
root        13     2  0 Jan09 ?        00:00:00 [cpuhp/0]
root        14     2  0 Jan09 ?        00:00:00 [cpuhp/1]
root        15     2  0 Jan09 ?        00:00:00 [watchdog/1]
root        16     2  0 Jan09 ?        00:00:00 [migration/1]
root        17     2  0 Jan09 ?        00:00:00 [ksoftirqd/1]
root        19     2  0 Jan09 ?        00:00:00 [kworker/1:0H-kblockd]
root        21     2  0 Jan09 ?        00:00:00 [kdevtmpfs]
root        22     2  0 Jan09 ?        00:00:00 [netns]
root        23     2  0 Jan09 ?        00:00:00 [kauditd]
root        25     2  0 Jan09 ?        00:00:00 [khungtaskd]
root        26     2  0 Jan09 ?        00:00:00 [oom_reaper]
root        27     2  0 Jan09 ?        00:00:00 [writeback]
root        28     2  0 Jan09 ?        00:00:00 [kcompactd0]
root        29     2  0 Jan09 ?        00:00:00 [ksmd]
root        30     2  0 Jan09 ?        00:00:01 [khugepaged]
root        31     2  0 Jan09 ?        00:00:00 [crypto]
root        32     2  0 Jan09 ?        00:00:00 [kintegrityd]
root        33     2  0 Jan09 ?        00:00:00 [kblockd]
root        34     2  0 Jan09 ?        00:00:00 [tpm_dev_wq]
root        35     2  0 Jan09 ?        00:00:00 [md]
root        36     2  0 Jan09 ?        00:00:00 [edac-poller]
root        37     2  0 Jan09 ?        00:00:00 [watchdogd]
root        60     2  0 Jan09 ?        00:00:00 [kswapd0]
root       153     2  0 Jan09 ?        00:00:00 [kthrotld]
root       154     2  0 Jan09 ?        00:00:00 [acpi_thermal_pm]
root       155     2  0 Jan09 ?        00:00:00 [kmpath_rdacd]
root       156     2  0 Jan09 ?        00:00:00 [kaluad]
root       158     2  0 Jan09 ?        00:00:00 [ipv6_addrconf]
root       159     2  0 Jan09 ?        00:00:00 [kstrp]
root       457     2  0 Jan09 ?        00:00:00 [ata_sff]
root       462     2  0 Jan09 ?        00:00:00 [scsi_eh_0]
root       463     2  0 Jan09 ?        00:00:00 [scsi_tmf_0]
root       465     2  0 Jan09 ?        00:00:00 [scsi_eh_1]
root       466     2  0 Jan09 ?        00:00:00 [scsi_tmf_1]
root       471     2  0 Jan09 ?        00:00:07 [kworker/0:1H-kblockd]
root       473     2  0 Jan09 ?        00:00:08 [kworker/1:1H-kblockd]
root       527     2  0 Jan09 ?        00:00:00 [kdmflush]
root       537     2  0 Jan09 ?        00:00:00 [kdmflush]
root       570     2  0 Jan09 ?        00:00:00 [xfsalloc]
root       571     2  0 Jan09 ?        00:00:00 [xfs_mru_cache]
root       572     2  0 Jan09 ?        00:00:00 [xfs-buf/dm-0]
root       573     2  0 Jan09 ?        00:00:00 [xfs-conv/dm-0]
root       574     2  0 Jan09 ?        00:00:00 [xfs-cil/dm-0]
root       575     2  0 Jan09 ?        00:00:00 [xfs-reclaim/dm-]
root       576     2  0 Jan09 ?        00:00:00 [xfs-log/dm-0]
root       577     2  0 Jan09 ?        00:00:00 [xfs-eofblocks/d]
root       578     2  0 Jan09 ?        00:00:08 [xfsaild/dm-0]
root       665     1  0 Jan09 ?        00:00:03 /usr/lib/systemd/systemd-journald
root       693     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd-udevd
root       747     2  0 Jan09 ?        00:00:00 [ttm_swap]
root       754     2  0 Jan09 ?        00:00:00 [xfs-buf/sda1]
root       755     2  0 Jan09 ?        00:00:00 [xfs-conv/sda1]
root       756     2  0 Jan09 ?        00:00:00 [xfs-cil/sda1]
root       757     2  0 Jan09 ?        00:00:00 [xfs-reclaim/sda]
root       758     2  0 Jan09 ?        00:00:00 [xfs-log/sda1]
root       759     2  0 Jan09 ?        00:00:00 [xfs-eofblocks/s]
root       760     2  0 Jan09 ?        00:00:00 [xfsaild/sda1]
root       787     1  0 Jan09 ?        00:00:00 /sbin/auditd
root       789   787  0 Jan09 ?        00:00:00 /usr/sbin/sedispatch
root       812     1  0 Jan09 ?        00:00:09 /usr/sbin/irqbalance --foreground
polkitd    817     1  0 Jan09 ?        00:00:01 /usr/lib/polkit-1/polkitd --no-debug
dbus       819     1  0 Jan09 ?        00:00:08 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
rngd       820     1  0 Jan09 ?        00:00:10 /sbin/rngd -f --fill-watermark=0
chrony     822     1  0 Jan09 ?        00:00:00 /usr/sbin/chronyd
root       838     1  0 Jan09 ?        00:00:00 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork --nopid
root       840     1  0 Jan09 ?        00:00:02 /usr/lib/systemd/systemd-logind
root       852     1  0 Jan09 ?        00:00:06 /usr/sbin/NetworkManager --no-daemon
root       859     1  0 Jan09 ?        00:00:43 /usr/libexec/platform-python -Es /usr/sbin/tuned -l -P
root       861     1  0 Jan09 ?        00:00:00 /usr/sbin/sshd -D -oCiphers=aes256-gcm,chacha20-poly1305@
root       864     1  0 Jan09 ?        00:00:00 /usr/bin/rhsmcertd
root       873     1  0 Jan09 ?        00:00:00 /usr/sbin/crond -n
root       874     1  0 Jan09 tty1     00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
systemd+  1079     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd-resolved
root      1291     1  0 18:01 ?        00:00:00 /usr/libexec/sssd/sssd_kcm --uid 0 --gid 0 --logger=files
root      1292     2  0 18:01 ?        00:00:00 [kworker/1:1-events]
root      1297     2  0 18:01 ?        00:00:00 [kworker/0:1-events]
root      1364     2  0 18:01 ?        00:00:00 [kworker/0:4-cgroup_pidlist_destroy]
root      1436     2  0 18:01 ?        00:00:00 [kworker/1:4-events]
root      1522     2  0 18:01 ?        00:00:00 [kworker/u4:2-events_unbound]
root      1563     2  0 18:01 ?        00:00:00 [kworker/0:5-events]
root      1641     2  0 18:01 ?        00:00:00 [kworker/1:5-cgroup_pidlist_destroy]
root      3800     2  0 18:08 ?        00:00:00 [kworker/1:3-cgroup_destroy]
root      4224     2  0 18:09 ?        00:00:00 [kworker/0:3-events_power_efficient]
root      5031     2  0 18:12 ?        00:00:00 [kworker/u4:3]
root      5043  9024  0 18:14 pts/0    00:00:00 tlog-rec -w file -o /tmp/manual_test
root      5044  5043  0 18:14 pts/1    00:00:00 /bin/bash
root      5063  5044  0 18:14 pts/1    00:00:00 ps -ef
systemd+  5245     1  0 Jan09 ?        00:00:02 /usr/lib/systemd/systemd-journal-remote --listen-https=-3 --output=/v
root      9007   861  0 Jan09 ?        00:00:00 sshd: root [priv]
root      9013     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd --user
root      9017  9013  0 Jan09 ?        00:00:00 (sd-pam)
root      9023  9007  0 Jan09 ?        00:00:01 sshd: root@pts/0
root      9024  9023  0 Jan09 pts/0    00:00:00 -bash
root     23522     1  0 Jan09 ?        00:00:00 /usr/sbin/sssd -i --logger=files
root     23523 23522  0 Jan09 ?        00:00:02 /usr/libexec/sssd/sssd_be --domain implicit_files --uid 0 --gid 0 --l
root     23524 23522  0 Jan09 ?        00:00:02 /usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files
root     24896     2  0 Jan09 ?        00:00:00 [kworker/u4:0-events_unbound]
root     29996     2  0 Jan09 ?        00:00:00 [kworker/u4:1-events_unbound]
root     32175     2  0 16:30 ?        00:00:00 [kworker/0:0-cgroup_pidlist_destroy]
root     32207     2  0 17:49 ?        00:00:01 [kworker/1:0-events]
root     32212     2  0 17:55 ?        00:00:00 [kworker/0:2-events]
cockpit+ 32219     1  0 17:55 ?        00:00:11 /usr/libexec/cockpit-tls
[root@rhel8-4 tlitest]# exit
exit



[root@rhel8-4 tlitest]# tlog-play  -i /tmp/manual_test 
[root@rhel8-4 tlitest]# whoami
root
[root@rhel8-4 tlitest]# id
uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[root@rhel8-4 tlitest]# ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 Jan09 ?        00:00:21 /usr/lib/systemd/systemd --switched-root --system --deserialize 16
root         2     0  0 Jan09 ?        00:00:00 [kthreadd]
root         3     2  0 Jan09 ?        00:00:00 [rcu_gp]
root         4     2  0 Jan09 ?        00:00:00 [rcu_par_gp]
root         6     2  0 Jan09 ?        00:00:00 [kworker/0:0H-kblockd]
root         8     2  0 Jan09 ?        00:00:00 [mm_percpu_wq]
root         9     2  0 Jan09 ?        00:00:00 [ksoftirqd/0]
root        10     2  0 Jan09 ?        00:00:13 [rcu_sched]
root        11     2  0 Jan09 ?        00:00:00 [migration/0]
root        12     2  0 Jan09 ?        00:00:00 [watchdog/0]
root        13     2  0 Jan09 ?        00:00:00 [cpuhp/0]
root        14     2  0 Jan09 ?        00:00:00 [cpuhp/1]
root        15     2  0 Jan09 ?        00:00:00 [watchdog/1]
root        16     2  0 Jan09 ?        00:00:00 [migration/1]
root        17     2  0 Jan09 ?        00:00:00 [ksoftirqd/1]
root        19     2  0 Jan09 ?        00:00:00 [kworker/1:0H-kblockd]
root        21     2  0 Jan09 ?        00:00:00 [kdevtmpfs]
root        22     2  0 Jan09 ?        00:00:00 [netns]
root        23     2  0 Jan09 ?        00:00:00 [kauditd]
root        25     2  0 Jan09 ?        00:00:00 [khungtaskd]
root        26     2  0 Jan09 ?        00:00:00 [oom_reaper]
root        27     2  0 Jan09 ?        00:00:00 [writeback]
root        28     2  0 Jan09 ?        00:00:00 [kcompactd0]
root        29     2  0 Jan09 ?        00:00:00 [ksmd]
root        30     2  0 Jan09 ?        00:00:01 [khugepaged]
root        31     2  0 Jan09 ?        00:00:00 [crypto]
root        32     2  0 Jan09 ?        00:00:00 [kintegrityd]
root        33     2  0 Jan09 ?        00:00:00 [kblockd]
root        34     2  0 Jan09 ?        00:00:00 [tpm_dev_wq]
root        35     2  0 Jan09 ?        00:00:00 [md]
root        36     2  0 Jan09 ?        00:00:00 [edac-poller]
root        37     2  0 Jan09 ?        00:00:00 [watchdogd]
root        60     2  0 Jan09 ?        00:00:00 [kswapd0]
root       153     2  0 Jan09 ?        00:00:00 [kthrotld]
root       154     2  0 Jan09 ?        00:00:00 [acpi_thermal_pm]
root       155     2  0 Jan09 ?        00:00:00 [kmpath_rdacd]
root       156     2  0 Jan09 ?        00:00:00 [kaluad]
root       158     2  0 Jan09 ?        00:00:00 [ipv6_addrconf]
root       159     2  0 Jan09 ?        00:00:00 [kstrp]
root       457     2  0 Jan09 ?        00:00:00 [ata_sff]
root       462     2  0 Jan09 ?        00:00:00 [scsi_eh_0]
root       463     2  0 Jan09 ?        00:00:00 [scsi_tmf_0]
root       465     2  0 Jan09 ?        00:00:00 [scsi_eh_1]
root       466     2  0 Jan09 ?        00:00:00 [scsi_tmf_1]
root       471     2  0 Jan09 ?        00:00:07 [kworker/0:1H-kblockd]
root       473     2  0 Jan09 ?        00:00:08 [kworker/1:1H-kblockd]
root       527     2  0 Jan09 ?        00:00:00 [kdmflush]
root       537     2  0 Jan09 ?        00:00:00 [kdmflush]
root       570     2  0 Jan09 ?        00:00:00 [xfsalloc]
root       571     2  0 Jan09 ?        00:00:00 [xfs_mru_cache]
root       572     2  0 Jan09 ?        00:00:00 [xfs-buf/dm-0]
root       573     2  0 Jan09 ?        00:00:00 [xfs-conv/dm-0]
root       574     2  0 Jan09 ?        00:00:00 [xfs-cil/dm-0]
root       575     2  0 Jan09 ?        00:00:00 [xfs-reclaim/dm-]
root       576     2  0 Jan09 ?        00:00:00 [xfs-log/dm-0]
root       577     2  0 Jan09 ?        00:00:00 [xfs-eofblocks/d]
root       578     2  0 Jan09 ?        00:00:08 [xfsaild/dm-0]
root       665     1  0 Jan09 ?        00:00:03 /usr/lib/systemd/systemd-journald
root       693     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd-udevd
root       747     2  0 Jan09 ?        00:00:00 [ttm_swap]
root       754     2  0 Jan09 ?        00:00:00 [xfs-buf/sda1]
root       755     2  0 Jan09 ?        00:00:00 [xfs-conv/sda1]
root       756     2  0 Jan09 ?        00:00:00 [xfs-cil/sda1]
root       757     2  0 Jan09 ?        00:00:00 [xfs-reclaim/sda]
root       758     2  0 Jan09 ?        00:00:00 [xfs-log/sda1]
root       759     2  0 Jan09 ?        00:00:00 [xfs-eofblocks/s]
root       760     2  0 Jan09 ?        00:00:00 [xfsaild/sda1]
root       787     1  0 Jan09 ?        00:00:00 /sbin/auditd
root       789   787  0 Jan09 ?        00:00:00 /usr/sbin/sedispatch
root       812     1  0 Jan09 ?        00:00:09 /usr/sbin/irqbalance --foreground
polkitd    817     1  0 Jan09 ?        00:00:01 /usr/lib/polkit-1/polkitd --no-debug
dbus       819     1  0 Jan09 ?        00:00:08 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
rngd       820     1  0 Jan09 ?        00:00:10 /sbin/rngd -f --fill-watermark=0
chrony     822     1  0 Jan09 ?        00:00:00 /usr/sbin/chronyd
root       838     1  0 Jan09 ?        00:00:00 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork --nopid
root       840     1  0 Jan09 ?        00:00:02 /usr/lib/systemd/systemd-logind
root       852     1  0 Jan09 ?        00:00:06 /usr/sbin/NetworkManager --no-daemon
root       859     1  0 Jan09 ?        00:00:43 /usr/libexec/platform-python -Es /usr/sbin/tuned -l -P
root       861     1  0 Jan09 ?        00:00:00 /usr/sbin/sshd -D -oCiphers=aes256-gcm,chacha20-poly1305@
root       864     1  0 Jan09 ?        00:00:00 /usr/bin/rhsmcertd
root       873     1  0 Jan09 ?        00:00:00 /usr/sbin/crond -n
root       874     1  0 Jan09 tty1     00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
systemd+  1079     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd-resolved
root      1291     1  0 18:01 ?        00:00:00 /usr/libexec/sssd/sssd_kcm --uid 0 --gid 0 --logger=files
root      1292     2  0 18:01 ?        00:00:00 [kworker/1:1-events]
root      1297     2  0 18:01 ?        00:00:00 [kworker/0:1-events]
root      1364     2  0 18:01 ?        00:00:00 [kworker/0:4-cgroup_pidlist_destroy]
root      1436     2  0 18:01 ?        00:00:00 [kworker/1:4-events]
root      1522     2  0 18:01 ?        00:00:00 [kworker/u4:2-events_unbound]
root      1563     2  0 18:01 ?        00:00:00 [kworker/0:5-events]
root      1641     2  0 18:01 ?        00:00:00 [kworker/1:5-cgroup_pidlist_destroy]
root      3800     2  0 18:08 ?        00:00:00 [kworker/1:3-cgroup_destroy]
root      4224     2  0 18:09 ?        00:00:00 [kworker/0:3-events_power_efficient]
root      5031     2  0 18:12 ?        00:00:00 [kworker/u4:3]
root      5043  9024  0 18:14 pts/0    00:00:00 tlog-rec -w file -o /tmp/manual_test
root      5044  5043  0 18:14 pts/1    00:00:00 /bin/bash
root      5063  5044  0 18:14 pts/1    00:00:00 ps -ef
systemd+  5245     1  0 Jan09 ?        00:00:02 /usr/lib/systemd/systemd-journal-remote --listen-https=-3 --output=/v
root      9007   861  0 Jan09 ?        00:00:00 sshd: root [priv]
root      9013     1  0 Jan09 ?        00:00:00 /usr/lib/systemd/systemd --user
root      9017  9013  0 Jan09 ?        00:00:00 (sd-pam)
root      9023  9007  0 Jan09 ?        00:00:01 sshd: root@pts/0
root      9024  9023  0 Jan09 pts/0    00:00:00 -bash
root     23522     1  0 Jan09 ?        00:00:00 /usr/sbin/sssd -i --logger=files
root     23523 23522  0 Jan09 ?        00:00:02 /usr/libexec/sssd/sssd_be --domain implicit_files --uid 0 --gid 0 --l
root     23524 23522  0 Jan09 ?        00:00:02 /usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files
root     24896     2  0 Jan09 ?        00:00:00 [kworker/u4:0-events_unbound]
root     29996     2  0 Jan09 ?        00:00:00 [kworker/u4:1-events_unbound]
root     32175     2  0 16:30 ?        00:00:00 [kworker/0:0-cgroup_pidlist_destroy]
root     32207     2  0 17:49 ?        00:00:01 [kworker/1:0-events]
root     32212     2  0 17:55 ?        00:00:00 [kworker/0:2-events]
cockpit+ 32219     1  0 17:55 ?        00:00:11 /usr/libexec/cockpit-tls
[root@rhel8-4 tlitest]# exit
exit

[root@rhel8-4 tlitest]#

Comment 4 errata-xmlrpc 2020-04-28 15:58:19 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, 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-2020:1682


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