rhel-labs / instruqt

All lab.redhat.com Instruqt code is stored here.
https://www.redhat.com/en/interactive-labs/enterprise-linux
13 stars 12 forks source link

insights-vulnerability lab: Host not connected to Red Hat Insights #474

Open benblasco opened 3 months ago

benblasco commented 3 months ago

Problem

Upon launching the insights-vulnerability lab, the host is not showing as being in the correctly connected status for the rest of the lab.

root@rhel-fc3f8:~# rhc status
Connection status for rhel-fc3f8:

● Connected to Red Hat Subscription Management
● Not connected to Red Hat Insights
● The Remote Host Configuration daemon is active

Manage your connected systems: https://red.ht/connector
root@rhel-fc3f8:~# insights-client
This machine has not yet been registered. Use --register to register this machine.
root@rhel-fc3f8:~# rhc connect
Connecting rhel-fc3f8 to Red Hat.
This might take a few seconds.

Work-around

Run the rhc connect command to ensure the host is registered with Insights.

root@rhel-fc3f8:~# rhc connect
Connecting rhel-fc3f8 to Red Hat.
This might take a few seconds.

● This system is already connected to Red Hat Subscription Management
● Connected to Red Hat Insights
● Activated the Remote Host Configuration daemon
● Enabled console.redhat.com services: remote configuration, remediations, insights, compliance

Successfully connected to Red Hat!

Manage your connected systems: https://red.ht/connector
root@rhel-fc3f8:~# rhc status
Connection status for rhel-fc3f8:

● Connected to Red Hat Subscription Management
● Connected to Red Hat Insights
● The Remote Host Configuration daemon is active

Manage your connected systems: https://red.ht/connector
root@rhel-fc3f8:~# 

Solution proposal

Either make sure the host is connected to Insights on launch, or add a call to either rhc connect or insights-client --register to the instructions.

nlager commented 3 months ago

rhc connect is already included in the lab setup, i wonder if this was a one-off issue, is this a reproducible and persistent issue?

benblasco commented 3 months ago

@nlager This appears to be an intermittent issue. I have run the lab about 5 times and it has happened twice now.

If you run rhc connect against the host that wasn't registered to insights, it then appears multiple times in the inventory.

image

I am running a workshop tomorrow for maybe 40 people and am concerned this won't be reliable enough to give them as an exercise to do themselves.

nlager commented 3 months ago

Enabled setup-logging, so we could see what's happening as the lab provisions. Here is the output from my rhc connect during deployment.

Connecting rhel-7a0df to Red Hat.
This might take a few seconds.

✓ This system is already connected to Red Hat Subscription Management
✓ Connected to Red Hat Insights
✓ Activated the Remote Host Configuration daemon
· Enabled console.redhat.com services: remediations, remote configuration, insights, compliance

Successfully connected to Red Hat!

It suggests that in fact rhc connected to insights.. However rhc status confirms, it is in fact NOT connected to insights.

root@rhel-7a0df:~# rhc status
Connection status for rhel-7a0df:

● Connected to Red Hat Subscription Management
● Not connected to Red Hat Insights
● The Remote Host Configuration daemon is active

Manage your connected systems: https://red.ht/connector

I am going to try to clean up the subscription manager and rhc commands in setup, to see if this helps at all, it cant hurt anyway.

nlager commented 3 months ago

I have cleaned up the process, and the issue persists. I believe this to be an insights or rhc bug rather than a lab issue. I am looking for a work-around.

nlager commented 3 months ago

running an rhc connect after provisioning claims to register the system with insights, but in fact does not. It sits at the registering to insights step for about 10 seconds, reports success, then rhc status reports that the system is not connected.

Log data: Logs from /var/log/insights-client/insights-client.log during rhc connect

2024-03-27 15:20:10,076    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:10,077    DEBUG root Loaded initial egg: /var/lib/insights/last_stable.egg/insights
2024-03-27 15:20:10,077    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:10,092    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:10,634    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:10,634    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:10,644    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:10,649    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:10,649    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:10,649    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:10,649    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:10,650    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:10,698    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:10,713    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:11,243    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:11,243    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:11,253    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:11,258    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:11,258    DEBUG insights.client Egg update enabled
2024-03-27 15:20:11,259    DEBUG insights.client Beginning core fetch.
2024-03-27 15:20:11,333  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/platform/module-update-router/v1/channel?module=insights-core
2024-03-27 15:20:11,808  NETWORK insights.client.connection HTTP Status: 200 OK
2024-03-27 15:20:11,808  NETWORK insights.client.connection HTTP Response Text: {"url":"/release"}
2024-03-27 15:20:11,809    DEBUG insights.client Found etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:11,809    DEBUG insights.client Making request to https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg for new core
2024-03-27 15:20:11,809  NETWORK insights.client GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:20:11,809    DEBUG insights.client Requesting new file with etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:11,809  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:20:11,823  NETWORK insights.client.connection HTTP Status: 304 Not Modified
2024-03-27 15:20:11,823  NETWORK insights.client.connection HTTP Response Text: 
2024-03-27 15:20:11,823    DEBUG insights.client Status code: 304
2024-03-27 15:20:11,823    DEBUG insights.client Last-Modified: Tue, 26 Mar 2024 02:13:23 GMT
2024-03-27 15:20:11,823    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:11,823    DEBUG insights.client Vary: Accept-Encoding
2024-03-27 15:20:11,823    DEBUG insights.client Date: Wed, 27 Mar 2024 15:20:11 GMT
2024-03-27 15:20:11,823    DEBUG insights.client Connection: keep-alive
2024-03-27 15:20:11,823    DEBUG insights.client content-disposition: attachment
2024-03-27 15:20:11,824    DEBUG insights.client Content-Type: application/zip
2024-03-27 15:20:11,824    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:11,824    DEBUG insights.client No data received
2024-03-27 15:20:11,824    DEBUG insights.client Tags match, not updating core
2024-03-27 15:20:11,824    DEBUG insights.client Deleting temp directory /tmp/tmpydma7onq.
2024-03-27 15:20:11,879    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:11,894    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:12,433    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:12,433    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:12,443    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:12,448    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:12,449    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:12,449    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:12,449    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:12,449    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:12,449    DEBUG insights.client.utilities Client version: 3.2.2
2024-03-27 15:20:12,449    DEBUG insights.client.utilities Core version: 3.3.14-1
2024-03-27 15:20:12,449    DEBUG insights.client.utilities All egg versions:
2024-03-27 15:20:12,449    DEBUG insights.client.utilities ENV egg not defined.
2024-03-27 15:20:12,449    DEBUG insights.client.utilities /var/lib/insights/newest.egg not found.
2024-03-27 15:20:12,714    DEBUG insights.client.utilities /var/lib/insights/last_stable.egg: 3.3.14-1
2024-03-27 15:20:12,974    DEBUG insights.client.utilities /etc/insights-client/rpm.egg: 3.2.15-1
2024-03-27 15:20:13,051    DEBUG insights.client.client Trying registration.
2024-03-27 15:20:13,052    DEBUG insights.client.connection Checking registration status...
2024-03-27 15:20:13,052    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:20:13,052  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/v1/systems/88273596-ab90-4e22-a255-33bec02065e9
2024-03-27 15:20:13,343  NETWORK insights.client.connection HTTP Status: 404 Not Found
2024-03-27 15:20:13,343  NETWORK insights.client.connection HTTP Response Text: {"detail":"System with insights_id 88273596-ab90-4e22-a255-33bec02065e9 not found"}
2024-03-27 15:20:13,343    DEBUG insights.client.connection No HTTP Response message present.
2024-03-27 15:20:13,343    DEBUG insights.client.connection Debug Information:
2024-03-27 15:20:13,344    DEBUG insights.client.connection HTTP Status Text: Not Found
2024-03-27 15:20:13,344    DEBUG insights.client.support Registration status: None
2024-03-27 15:20:13,344    DEBUG insights.client.utilities Could not find machine-id file, creating
2024-03-27 15:20:13,344    DEBUG insights.client.utilities Creating /etc/insights-client/machine-id
2024-03-27 15:20:13,344    DEBUG insights.client.client Machine-id: c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:13,344    DEBUG insights.client.client System is NOT registered locally via .registered file. Unregistered at 2024-03-27T15:18:52.964464
2024-03-27 15:20:13,344    DEBUG insights.client.client Insights API says this machine is NOT registered.
2024-03-27 15:20:13,344    DEBUG insights.client.client System unregistered locally via .unregistered file
2024-03-27 15:20:13,487    DEBUG insights.client.connection API: Create system
2024-03-27 15:20:13,548    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:20:13,548    DEBUG insights.client.connection POST System: https://cert-api.access.redhat.com/r/insights/v1/systems
2024-03-27 15:20:13,548    DEBUG insights.client.connection {"machine_id": "c299cfdb-79dd-43b4-b9a6-20bb127c28ab", "remote_branch": -1, "remote_leaf": -1, "hostname": "rhel-a9f3e"}
2024-03-27 15:20:13,548  NETWORK insights.client.connection POST https://cert-api.access.redhat.com/r/insights/v1/systems
2024-03-27 15:20:13,763  NETWORK insights.client.connection HTTP Status: 201 Created
2024-03-27 15:20:13,763  NETWORK insights.client.connection HTTP Response Text: {"machine_id":"c299cfdb-79dd-43b4-b9a6-20bb127c28ab","remote_branch":-1,"remote_leaf":-1,"hostname":"rhel-a9f3e"}
2024-03-27 15:20:13,763    DEBUG insights.client.connection No HTTP Response message present.
2024-03-27 15:20:13,763    DEBUG insights.client.connection System: {'machine_id': 'c299cfdb-79dd-43b4-b9a6-20bb127c28ab', 'remote_branch': -1, 'remote_leaf': -1, 'hostname': 'rhel-a9f3e'}
2024-03-27 15:20:13,763    DEBUG insights.client.connection Received invalid JSON on system registration.
2024-03-27 15:20:13,763    DEBUG insights.client.connection API still indicates valid registration with 201 status code.
2024-03-27 15:20:13,764    DEBUG insights.client.connection <Response [201]>
2024-03-27 15:20:13,764    DEBUG insights.client.connection {'machine_id': 'c299cfdb-79dd-43b4-b9a6-20bb127c28ab', 'remote_branch': -1, 'remote_leaf': -1, 'hostname': 'rhel-a9f3e'}
2024-03-27 15:20:13,764     INFO insights.client.client Successfully registered host rhel-a9f3e
2024-03-27 15:20:13,764    DEBUG insights.client.schedule Running command systemctl show --property LoadState insights-client.timer
2024-03-27 15:20:13,775    DEBUG insights.client.schedule Status: 0
2024-03-27 15:20:13,775    DEBUG insights.client.schedule Output: LoadState=loaded
2024-03-27 15:20:13,776    DEBUG insights.client.schedule Running command systemctl show --property LoadState insights-client-checkin.timer
2024-03-27 15:20:13,786    DEBUG insights.client.schedule Status: 0
2024-03-27 15:20:13,787    DEBUG insights.client.schedule Output: LoadState=not-found
2024-03-27 15:20:13,787    DEBUG insights.client.schedule Starting systemd timers
2024-03-27 15:20:13,787    DEBUG insights.client.schedule Running command systemctl enable --now insights-client.timer
2024-03-27 15:20:14,107    DEBUG insights.client.schedule Status: 0
2024-03-27 15:20:14,107    DEBUG insights.client.schedule Output: 
2024-03-27 15:20:14,108    DEBUG insights.client.schedule Running command systemctl is-enabled insights-client.timer
2024-03-27 15:20:14,120    DEBUG insights.client.schedule Status: 0
2024-03-27 15:20:14,120    DEBUG insights.client.schedule Output: enabled
2024-03-27 15:20:14,120     INFO insights.client.phase.v1 Automatic scheduling for Insights has been enabled.
2024-03-27 15:20:14,181    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:14,196    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:14,738    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:14,738    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:14,748    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:14,754    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:14,928     INFO insights.client.client Starting to collect Insights data for rhel-a9f3e
2024-03-27 15:20:14,928    DEBUG insights.client.collection_rules /etc/insights-client/file-redaction.yaml not found. No files or commands will be skipped.
2024-03-27 15:20:14,928    DEBUG insights.client.collection_rules /etc/insights-client/file-content-redaction.yaml not found. No patterns will be skipped and no keyword obfuscation will occur.
2024-03-27 15:20:14,929    DEBUG insights.client.collection_rules /etc/insights-client/remove.conf not found. No data files, commands, or patterns will be ignored, and no keyword obfuscation will occur.
2024-03-27 15:20:14,929    DEBUG insights.client.archive Creating archive directory /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014...
2024-03-27 15:20:14,929    DEBUG insights.client.core_collector Beginning to run core collection ...
2024-03-27 15:20:15,424    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip6tables-save']]
2024-03-27 15:20:15,429    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip6tables-save ...
2024-03-27 15:20:15,431    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanRl', '/run/systemd/sessions', '/run/systemd/system']]
2024-03-27 15:20:15,436    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanRl_.run.systemd.sessions_.run.systemd.system ...
2024-03-27 15:20:15,443    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/interrupts ...
2024-03-27 15:20:15,448    DEBUG insights.core.plugins /etc/candlepin/broker.xml does not exist.
2024-03-27 15:20:15,451    DEBUG insights.core.plugins /usr/share/foreman/lib/satellite/version.rb does not exist.
2024-03-27 15:20:15,452    DEBUG insights.core.plugins /etc/sysconfig/rhn/systemid does not exist.
2024-03-27 15:20:15,452    DEBUG insights.core.plugins /conf/rhn/sysconfig/rhn/systemid does not exist.
2024-03-27 15:20:15,452    DEBUG insights.core.plugins Command not found: /usr/sap/hostctrl/exe/saphostctrl
2024-03-27 15:20:15,453    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/bin/rpm', '-qa', '--qf', '\\{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":"%{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"\\}\n']]
2024-03-27 15:20:16,295    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/rpm_-qa_--qf_name_NAME_epoch_EPOCH_version_VERSION_release_RELEASE_arch_ARCH_installtime_INSTALLTIME_date_buildtime_BUILDTIME_vendor_VENDOR_buildhost_BUILDHOST_sigpgp_SIGPGP_pgpsig ...
2024-03-27 15:20:16,303    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/virt-what']]
2024-03-27 15:20:16,368    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/virt-what ...
2024-03-27 15:20:16,371    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/usr/bin/yum', '-d', '2', '-C', '--noplugins', 'repolist']]
2024-03-27 15:20:16,645    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/yum_-d_2_-C_--noplugins_repolist ...
2024-03-27 15:20:16,652    DEBUG insights.core.spec_factory Skipping cleaning /etc/insights-client/machine-id
2024-03-27 15:20:16,653    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/blkid', '-c', '/dev/null']]
2024-03-27 15:20:16,660    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/blkid_-c_.dev.null ...
2024-03-27 15:20:16,665    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/class/net/eth0/address ...
2024-03-27 15:20:16,670    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/class/net/lo/address ...
2024-03-27 15:20:16,672    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname', '-s']]
2024-03-27 15:20:16,676    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/hostname_-s ...
2024-03-27 15:20:16,678    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname']]
2024-03-27 15:20:16,682    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/hostname ...
2024-03-27 15:20:16,684    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname', '-f']]
2024-03-27 15:20:16,701    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/hostname_-f ...
2024-03-27 15:20:16,703    DEBUG insights.util.subproc Executing: [['grep', '-F', 'hostname\nserver\n[\nrhsmd\nprocessTimeout\nprefix\nport', '/etc/rhsm/rhsm.conf']]
2024-03-27 15:20:16,707    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/rhsm/rhsm.conf ...
2024-03-27 15:20:16,711    DEBUG insights.util.subproc Executing: [['grep', '-F', "/etc/watchdog.d/fence_mpath_check returned 1\nCorosync main process was not scheduled (@\nCannot allocate memory\nBroken pipe\nas active slave; either\nCannot assign requested address: AH00072\nMedium access timeout failure. Offlining disk!\nfailed while handling\naudispd: queue is full - dropping events\neviction manager: must evict pod(s) to reclaim nodefsInodes\nrejecting connections on daemon MTA: load average\nfailed with error -110\nnfsd: too many open connections, consider increasing the number of threads\nrsyslogd: too many tcp sessions\nkernel: Linux version\nrhsmd: rhsmd process exceeded runtime and was killed\nwatchdog: BUG: soft lockup\nTX driver issue detected, PF reset issued\nfiid_obj_get: 'present_countdown_value': data not available\nException happened during processing of request from\nkernel: megasas: Found FW in FAULT state, will reset adapter.\n] trap divide error \nHyper-V Host Build:\nMDC/MDIO access timeout\nNetworkManager state is now CONNECTED_SITE\nis marked executable.\nSevere demand for real memory\nplatform microcode: firmware: requesting\nHyper-V Host\nHigh collision rate in packet sends\nHigh mssql stolen node memory\nVirtualization daemon\nmigration_entry_wait_on_locked\nReturning IPP client-error-not-possible\nsystemd[1]: Reloading.\nenabling it in\nBuffer I/O error on device\niscsiadm: iscsiadm: Could not log into all portals\nfailed: Device or resource busy\ntimed out\nfrom image service failed: rpc error: code = Canceled desc = context canceled\n_NET_ACTIVE_WINDOW\nError I40E_AQ_RC_EINVAL adding RX filters on PF, promiscuous mode forced on\nreturned a bad sequence-id error\nut of memory: \nfirewalld - dynamic firewall daemon\n(enic): transmit queue 0 timed out\nERROR: Unable to connect/login to fencing device\nis greater than comparison timestamp\nwatch chan error: etcdserver: mvcc: required revision has been compacted\ninitiating reset due to tx timeout\ntimeout before we got a set response\nsocket error sending to node\ninvalid key/value pair in file /usr/lib/udev/rules.d/59-fc-wwpn-id.rules\n/etc/watchdog.d/fence_scsi_check_hardreboot returned 1\nrhsm\nshutting down the system because of error 1\nerror Error on attach: Node not found\nill process \nnfs_reap_expired_delegations\nsmb2_reconnect.part.0+0x\nstart request repeated too quickly for docker.service\nStarted Security Auditing Service.\nSystem allocated file descriptor percentage\next4_ext_search_left\nkhash_super_prune_nolock\nshm_open failed, Permission denied\nkernel: Memory cgroup out of memory: Kill process\nProcessExecutionError: Exit code: 1; Stdin: ; Stdout: ; Stderr: setting the network namespace\nUnable to detect release version\nkernel: TCP: out of memory -- consider tuning tcp_mem\nirq handler for vector (irq -1)\nwas not terminated (reboot) by <anyone> on behalf of\nPPM exceeds tolerance 500 PPM\nis marked world-writable.\nkernel: lockd: Unknown symbol register_inet6addr_notifier\nNeighbour table overflow\nis down or the link is down\nblocked FC remote port time out: removing target and saving binding\nhv_netvsc: probe of vmbus_\nkernel: BUG: soft lockup\ndevice-mapper: multipath: Failing path\ntg3_start_xmit\nVFS: file-max limit \nCannot assign requested address\ndispatch error reporting limit reached - ending report notification\nError running DeviceResume dm_task_run failed\nUnit ip6tables.service entered failed state\nSCSI error: return code =\n[Included profile file could not be read]\ncanceled DHCP transaction, DHCP client pid\n/etc/watchdog.d/fence_mpath_check_hardreboot returned 1\nquorum using qdevice is distrusted for SBD as qdevice-sync_timeout\n> audit_backlog_limit=\nclearing Tx timestamp hang\nDevice is still in reset\nare too open.\nkernel: lockd: Unknown symbol unregister_inet6addr_notifier\nDetected Tx Unit Hang\nin libnl.so.1\nunable to create worker thread\nend_request: I/O error, dev\ntransmit queue\n/input/input\nThe audit daemon is now changing the system to single user mode\nList /apis/image.openshift.io/v1/images\nCould not set\nStarted NFS server and services.\nwarning: inquisitor_child: Latency: No liveness for\nLoop callback failed with: Cannot allocate memory\nkernel: megaraid_sas: FW detected to be in faultstate, restarting it\nmultipathd.service operation timed out. Terminating\n/etc/watchdog.d/fence_scsi_check returned 1\nfailed: Invalid argument\nhost not found in upstream\nkernel: nfs: server\nscope: Connection timed out\nkernel: INFO: task xfsaild/md\nOut of memory: Kill process\nsystemd: Reloading.\ndoes not seem to be present, delaying initialization\nLow random number entropy available\nstate changed timeout -> done\nunknown filesystem type 'binfmt_misc'\nThe audit daemon is now halting the system\nimjournal: open on state file `/var/lib/rsyslog/imjournal.state' failed\nAbort command issued\nDHCPv4 lease renewal requested\nkernel: CIFS VFS: Unexpected SMB signature\nskb_copy\nUnit iptables.service entered failed state\ntiming out command, waited\ndrivers/input/input-leds.c:115 input_leds_connect\n invoked oom-killer: \nswapper: page allocation failure\nreservation conflict\nPermissions\n17763\nAudit daemon is suspending logging due to logfile size\nDisable lvmetad in lvm.conf. lvmetad should never be enabled in a clustered environment. Set use_lvmetad=0 and kill the lvmetad process\nResult of start operation for clvmd \n: segfault at \nnot responding, timed out\nper_source_limit from\nwatchdog: BUG: soft lockup - CPU\nimjournal: fopen() failed for path: '/var/lib/rsyslog/imjournal.state.tmp': Permission denied\n/usr/lib/ocf/resource.d/heartbeat/azure-lb: line 91: kill: Binary: arguments must be process or job IDs\ncallbacks suppressed\nlink status up for interface\nNETDEV WATCHDOG\n, type vxfs) has no security xattr handler\nhw csum failure\nkernel: bnx2fc: byte_count\nudev: renamed network interface\nSteal time is >\n_raw_spin_lock+0x\nNot scheduled for\nCannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried\nhv_netvsc vmbus_\naudit: kauditd hold queue overflow", '/var/log/messages']]
2024-03-27 15:20:16,718    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/var/log/messages ...
2024-03-27 15:20:16,720    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/dmidecode']]
2024-03-27 15:20:16,725    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dmidecode ...
2024-03-27 15:20:16,728    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname', '-I']]
2024-03-27 15:20:16,733    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/hostname_-I ...
2024-03-27 15:20:16,735    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/subscription-manager', 'facts'], ['grep', '-F', 'image-builder.osbuild-composer.api-type\ninstance_id']]
2024-03-27 15:20:17,293    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/subscription-manager', 'identity']]
2024-03-27 15:20:23,475    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/subscription-manager_identity ...
2024-03-27 15:20:23,482    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/machine-id ...
2024-03-27 15:20:23,484    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/virt-what']]
2024-03-27 15:20:23,547    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname', '-s']]
2024-03-27 15:20:23,552    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/bin/rpm', '-qa', '--qf', '\\{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":"%{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"\\}\n']]
2024-03-27 15:20:24,403    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/blkid', '-c', '/dev/null']]
2024-03-27 15:20:24,413    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname', '-f']]
2024-03-27 15:20:24,431    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', 'grep', '-F', 'hostname\nserver\n[\nrhsmd\nprocessTimeout\nprefix\nport', '/etc/rhsm/rhsm.conf']]
2024-03-27 15:20:24,440    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/hostname']]
2024-03-27 15:20:24,445    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-la', '/etc', '/etc/dnf/vars', '/etc/yum/vars', '/usr/lib/', '/var/lib/gdm', '/var/lib/qpidd/qls/jrnl2']]
2024-03-27 15:20:24,452    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-la_.etc_.etc.dnf.vars_.etc.yum.vars_.usr.lib._.var.lib.gdm_.var.lib.qpidd.qls.jrnl2 ...
2024-03-27 15:20:24,456    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/dmidecode']]
2024-03-27 15:20:24,461    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/usr/bin/yum', '-d', '2', '-C', '--noplugins', 'repolist']]
2024-03-27 15:20:24,734    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/curl', '-s', '-H', 'Metadata-Flavor: Google', 'http://metadata.google.internal/computeMetadata/v1/instance/machine-type', '--connect-timeout', '5']]
2024-03-27 15:20:24,746    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/curl_-s_-H_Metadata-Flavor_Google_http_..metadata.google.internal.computeMetadata.v1.instance.machine-type_--connect-timeout_5 ...
2024-03-27 15:20:24,749    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/curl', '-s', '-H', 'Metadata-Flavor: Google', 'http://metadata.google.internal/computeMetadata/v1/instance/licenses/?recursive=True', '--connect-timeout', '5']]
2024-03-27 15:20:24,760    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/curl_-s_-H_Metadata-Flavor_Google_http_..metadata.google.internal.computeMetadata.v1.instance.licenses._recursive_True_--connect-timeout_5 ...
2024-03-27 15:20:24,762    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/curl', '-s', '-H', 'Metadata-Flavor: Google', 'http://metadata/computeMetadata/v1/instance/network-interfaces/?recursive=true', '--connect-timeout', '5']]
2024-03-27 15:20:24,807    DEBUG insights.util.subproc Executing: [['grep', '-F', 'auto_update\ncore_collect\n[\nros_collect\nauthmethod', '/etc/insights-client/insights-client.conf']]
2024-03-27 15:20:24,811    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/insights-client/insights-client.conf ...
2024-03-27 15:20:24,814    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-laZ', '/etc', '/var/log']]
2024-03-27 15:20:24,821    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-laZ_.etc_.var.log ...
2024-03-27 15:20:24,824    DEBUG insights.core.plugins Command not found: /sbin/initctl
2024-03-27 15:20:24,828    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/1/cgroup ...
2024-03-27 15:20:24,831    DEBUG insights.core.plugins [/etc/ImageMagick/policy.xml, /usr/lib*/ImageMagick-6.5.4/config/policy.xml] didn't match.
2024-03-27 15:20:24,831    DEBUG insights.core.plugins [/etc/sysconfig/network-scripts/route-*] didn't match.
2024-03-27 15:20:24,832    DEBUG insights.core.plugins [/etc/sysconfig/network-scripts/ifcfg-*] didn't match.
2024-03-27 15:20:24,833    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/nmcli', 'dev', 'show']]
2024-03-27 15:20:24,852    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/nmcli_dev_show ...
2024-03-27 15:20:24,855    DEBUG insights.core.plugins /proc/powerpc/lparcfg does not exist.
2024-03-27 15:20:24,856    DEBUG insights.core.plugins /proc/device-tree/openprom/ibm,fw-vernum_encoded does not exist.
2024-03-27 15:20:24,863    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-base.conf ...
2024-03-27 15:20:24,869    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-brotli.conf ...
2024-03-27 15:20:24,874    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-proxy.conf ...
2024-03-27 15:20:24,879    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/01-cgi.conf ...
2024-03-27 15:20:24,884    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf/httpd.conf ...
2024-03-27 15:20:24,891    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-ssl.conf ...
2024-03-27 15:20:24,897    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.d/userdir.conf ...
2024-03-27 15:20:24,902    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/10-proxy_h2.conf ...
2024-03-27 15:20:24,906    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-systemd.conf ...
2024-03-27 15:20:24,911    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.d/ssl.conf ...
2024-03-27 15:20:24,917    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-dav.conf ...
2024-03-27 15:20:24,922    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-mpm.conf ...
2024-03-27 15:20:24,926    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-lua.conf ...
2024-03-27 15:20:24,930    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/10-h2.conf ...
2024-03-27 15:20:24,934    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.modules.d/00-optional.conf ...
2024-03-27 15:20:24,939    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.d/welcome.conf ...
2024-03-27 15:20:24,943    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/httpd/conf.d/autoindex.conf ...
2024-03-27 15:20:25,147    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/openssl', 'x509', '-in', '/etc/pki/tls/certs/localhost.crt', '-enddate', '-noout']]
2024-03-27 15:20:25,191    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/systemd/system.conf ...
2024-03-27 15:20:25,198    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/mounts ...
2024-03-27 15:20:25,202    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/xfs_info', '/']]
2024-03-27 15:20:25,215    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/xfs_info ...
2024-03-27 15:20:25,217    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/dumpe2fs', '-h', '/dev/sdb']]
2024-03-27 15:20:25,222    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dumpe2fs_-h_.dev.sdb ...
2024-03-27 15:20:25,225    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/pgrep', '-o', 'httpd']]
2024-03-27 15:20:25,236    DEBUG insights.core.plugins (1, ['timeout', '-s', '9', '120', '/usr/bin/pgrep', '-o', 'httpd'], b'')
2024-03-27 15:20:25,238    DEBUG insights.core.plugins /var/log/httpd/error_log does not exist.
2024-03-27 15:20:25,239    DEBUG insights.specs.datasources.client_metadata '/etc/insights-client/tags.yaml' does not exist
2024-03-27 15:20:25,241    DEBUG insights.core.plugins /var/lib/pcp/config/pmlogger/config.ros does not exist.
2024-03-27 15:20:25,242    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'aux'], ['grep', '-F', 'abrtd\nmonserver\nmysqld\nora_\npacemaker_remote\nsshd\nsetup.sh\nawx\ncrmd\nopenshift start master api\ntuned\n/usr/bin/openshift start master\nntpd\nopenshift start node\nhistserver\npacemakerd\n/usr/bin/docker-current\ndiagbs\nhttpd\nksmtuned\ndiagserver\nSTAP/8.2\noracle\ndiagxps\nkubelet\npostmaster\nrhcd\noctavia-worker\ncatalina.base\nradosgw\noc observe csr\nnova-conductor\ncorosync\npkla-check-auth\nelasticsearch\nspausedd\nbackupserver\ndlm_controld\npacemaker-controld\nrngd\nredis-server\npcsd\n/usr/bin/teamd\ndataserver\nsnmpd\n/usr/bin/dockerd-current\ngunicorn\novs-vswitchd\nsap\nsmbd\nsetroubleshootd\nheat-engine\nclvmd\nnginx\nauditd\nhaproxy\nCOMMAND\nopenshift start master controllers\nchronyd\ncmirrord\nnfsd\n/usr/bin/docker\ngnocchi-metricd\npmie\nxpserver\nrsyslogd\nSystemPerformance\nswift-proxy-ser\nmongdb\nnova-compute\npmcd\n/usr/bin/openshift start node\ngnome-shell\ndocker-runc-current\njboss']]
2024-03-27 15:20:25,257    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_aux ...
2024-03-27 15:20:25,260    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'auxcww']]
2024-03-27 15:20:25,270    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_auxcww ...
2024-03-27 15:20:25,274    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'auxww'], ['grep', '-F', 'abrtd\npacemaker_remote\nmonserver\nsshd\nora_\nsetup.sh\nawx\ncrmd\nopenshift start master api\ntuned\n/usr/bin/openshift start master\nntpd\nopenshift start node\nhistserver\npacemakerd\ngoferd\ndiagbs\nhttpd\nksmtuned\ndiagserver\noracle\ntgtd\ndiagxps\nkubelet\npostmaster\nrhcd\noctavia-worker\ncatalina.base\nradosgw\npkla-check-auth\nnova-conductor\ncorosync\nelasticsearch\nspausedd\nbackupserver\ndlm_controld\npacemaker-controld\n/opt/perf/bin/midaemon\nnfs-server\nrngd\nredis-server\n/usr/bin/teamd\npcsd\ndataserver\nsnmpd\ngunicorn\n/sbin/rngd\novs-vswitchd\nsap\nsmbd\nsetroubleshootd\nheat-engine\nclvmd\nnginx\nauditd\nhaproxy\nCOMMAND\nopenshift start master controllers\nchronyd\ncmirrord\ngreenplum\nnfsd\ngnocchi-metricd\npmie\nxpserver\nrsyslogd\nSystemPerformance\nswift-proxy-ser\nmongdb\npostgres\nnova-compute\ntarget_completi\n/usr/sbin/fcoemon --syslog\npmcd\n/usr/bin/openshift start node\niscsid\ngnome-shell\ndocker-runc-current\n/sbin/multipathd\njboss']]
2024-03-27 15:20:25,287    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_auxww ...
2024-03-27 15:20:25,289    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', '-ewwo', 'pid,args']]
2024-03-27 15:20:25,300    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'alxwww'], ['grep', '-F', 'abrtd\nmonserver\npacemaker_remote\nora_\nsshd\nsetup.sh\nns-slapd\nawx\ncrmd\nopenshift start master api\ntuned\n/usr/bin/openshift start master\nntpd\nopenshift start node\nhistserver\npacemakerd\ndiagbs\nhttpd\nksmtuned\ndiagserver\noracle\navahi\ndiagxps\nkubelet\npostmaster\nrhcd\ndnsmasq\noctavia-worker\ncatalina.base\nradosgw\npkla-check-auth\nnova-conductor\ncorosync\nelasticsearch\nspausedd\nbackupserver\ndlm_controld\npacemaker-controld\nrngd\nredis-server\npcsd\n/usr/bin/teamd\ndataserver\nsnmpd\ngunicorn\novs-vswitchd\nsap\nsmbd\nsetroubleshootd\nheat-engine\nclvmd\nnginx\nauditd\nhaproxy\nCOMMAND\nopenshift start master controllers\nchronyd\ncmirrord\nnfsd\ngnocchi-metricd\npmie\nxpserver\nrsyslogd\nSystemPerformance\nswift-proxy-ser\nmongdb\nnova-compute\npmcd\n/usr/bin/openshift start node\ngnome-shell\ndocker-runc-current\njboss']]
2024-03-27 15:20:25,314    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_alxwww ...
2024-03-27 15:20:25,316    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', '-ef'], ['grep', '-F', 'abrtd\nmonserver\npacemaker_remote\nora_\nsshd\nsetup.sh\nawx\ncrmd\nopenshift start master api\ntuned\n/usr/bin/openshift start master\nntpd\nopenshift start node\nhistserver\npacemakerd\ndiagbs\nhttpd\nksmtuned\ndiagserver\noracle\ndiagxps\nkubelet\npostmaster\nCMD\nrhcd\noctavia-worker\ncatalina.base\nradosgw\npkla-check-auth\nnova-conductor\ncorosync\nelasticsearch\nspausedd\nbackupserver\ndlm_controld\npacemaker-controld\nrngd\nredis-server\npcsd\n/usr/bin/teamd\ndataserver\nsnmpd\ngunicorn\novs-vswitchd\nsap\nsmbd\nsetroubleshootd\nheat-engine\nclvmd\nnginx\nauditd\nhaproxy\nCOMMAND\nopenshift start master controllers\nchronyd\ncmirrord\nnfsd\ngnocchi-metricd\npmie\nxpserver\nrsyslogd\nSystemPerformance\nswift-proxy-ser\nmongdb\nnova-compute\npmcd\n/usr/bin/openshift start node\ngnome-shell\ndocker-runc-current\njboss']]
2024-03-27 15:20:25,329    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_-ef ...
2024-03-27 15:20:25,332    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/ps', '-eo', 'pid,ppid,comm,nlwp']]
2024-03-27 15:20:25,340    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ps_-eo_pid_ppid_comm_nlwp ...
2024-03-27 15:20:25,343    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'auxww'], ['grep', '-F', 'abrtd\npacemaker_remote\nmonserver\nsshd\nora_\nsetup.sh\nawx\ncrmd\nopenshift start master api\ntuned\n/usr/bin/openshift start master\nntpd\nopenshift start node\nhistserver\npacemakerd\ngoferd\ndiagbs\nhttpd\nksmtuned\ndiagserver\noracle\ntgtd\ndiagxps\nkubelet\npostmaster\nrhcd\noctavia-worker\ncatalina.base\nradosgw\npkla-check-auth\nnova-conductor\ncorosync\nelasticsearch\nspausedd\nbackupserver\ndlm_controld\npacemaker-controld\n/opt/perf/bin/midaemon\nnfs-server\nrngd\nredis-server\n/usr/bin/teamd\npcsd\ndataserver\nsnmpd\ngunicorn\n/sbin/rngd\novs-vswitchd\nsap\nsmbd\nsetroubleshootd\nheat-engine\nclvmd\nnginx\nauditd\nhaproxy\nCOMMAND\nopenshift start master controllers\nchronyd\ncmirrord\ngreenplum\nnfsd\ngnocchi-metricd\npmie\nxpserver\nrsyslogd\nSystemPerformance\nswift-proxy-ser\nmongdb\npostgres\nnova-compute\ntarget_completi\n/usr/sbin/fcoemon --syslog\npmcd\n/usr/bin/openshift start node\niscsid\ngnome-shell\ndocker-runc-current\n/sbin/multipathd\njboss']]
2024-03-27 15:20:25,358    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ps', 'auxcww']]
2024-03-27 15:20:25,373    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/etc/pki/product/69.pem']]
2024-03-27 15:20:25,378    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.etc.pki.product.69.pem ...
2024-03-27 15:20:25,380    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/etc/pki/product-default/69.pem']]
2024-03-27 15:20:25,385    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.etc.pki.product-default.69.pem ...
2024-03-27 15:20:25,386    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/usr/lib/libsoftokn3.so']]
2024-03-27 15:20:25,390    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.usr.lib.libsoftokn3.so ...
2024-03-27 15:20:25,392    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/usr/lib64/libsoftokn3.so']]
2024-03-27 15:20:25,397    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.usr.lib64.libsoftokn3.so ...
2024-03-27 15:20:25,398    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/usr/lib/libfreeblpriv3.so']]
2024-03-27 15:20:25,402    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.usr.lib.libfreeblpriv3.so ...
2024-03-27 15:20:25,404    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/md5sum', '/usr/lib64/libfreeblpriv3.so']]
2024-03-27 15:20:25,409    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/md5sum_.usr.lib64.libfreeblpriv3.so ...
2024-03-27 15:20:25,411    DEBUG insights.core.plugins /opt/rh/httpd24/root/etc/httpd/logs/error_log does not exist.
2024-03-27 15:20:25,412    DEBUG insights.core.plugins Command not found: /sbin/hponcfg
2024-03-27 15:20:25,416    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/hosts ...
2024-03-27 15:20:25,419    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/mount']]
2024-03-27 15:20:25,423    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/mount ...
2024-03-27 15:20:25,426    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf, /etc/heat/heat.conf] found.
2024-03-27 15:20:25,426    DEBUG insights.core.plugins /etc/opt/rh/rh-haproxy18/haproxy/haproxy.cfg does not exist.
2024-03-27 15:20:25,427    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/haproxy/etc/haproxy/haproxy.cfg, /etc/haproxy/haproxy.cfg] found.
2024-03-27 15:20:25,428    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/grub2-editenv', 'list']]
2024-03-27 15:20:25,433    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/grub2-editenv_list ...
2024-03-27 15:20:25,435    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/grubby', '--default-kernel']]
2024-03-27 15:20:25,533    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/grubby_--default-kernel ...
2024-03-27 15:20:25,536    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/grubby', '--default-kernel']]
2024-03-27 15:20:25,637    DEBUG insights.core.plugins Command not found: /usr/bin/docker
2024-03-27 15:20:25,639    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/podman', 'ps', '--all', '--no-trunc']]
2024-03-27 15:20:25,689    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/podman_ps_--all_--no-trunc ...
2024-03-27 15:20:25,691    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/podman', 'ps', '--all', '--no-trunc']]
2024-03-27 15:20:25,736    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lsmod']]
2024-03-27 15:20:25,743    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lsmod ...
2024-03-27 15:20:25,746    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lsmod']]
2024-03-27 15:20:25,758    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/redhat-release ...
2024-03-27 15:20:25,761    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'list-unit-files']]
2024-03-27 15:20:26,275    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_list-unit-files ...
2024-03-27 15:20:26,281    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/uname', '-a']]
2024-03-27 15:20:26,286    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/uname_-a ...
2024-03-27 15:20:26,288    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'list-unit-files']]
2024-03-27 15:20:26,807    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/uname', '-a']]
2024-03-27 15:20:26,813    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/lsinitrd', '-k', '5.14.0-362.8.1.el9_3.x86_64kdump'], ['grep', '-F', 'hv_vmbus\nvmw_pvscsi\nhv_storvsc\nsg\nsd_mod\nvirtio_scsi\nscsi_transport_fc']]
2024-03-27 15:20:28,072    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lsinitrd_-k_5.14.0-362.8.1.el9_3.x86_64kdump ...
2024-03-27 15:20:28,077    DEBUG dnf User-Agent: constructed: 'libdnf (Red Hat Enterprise Linux 9.3; generic; Linux.x86_64)'
2024-03-27 15:20:31,934    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'list-units']]
2024-03-27 15:20:31,949    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_list-units ...
2024-03-27 15:20:31,953    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'list-units']]
2024-03-27 15:20:31,970    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/lscpu']]
2024-03-27 15:20:31,978    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lscpu ...
2024-03-27 15:20:31,982    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/lsblk', '-P', '-o', 'NAME,KNAME,MAJ:MIN,FSTYPE,MOUNTPOINT,LABEL,UUID,RA,RO,RM,MODEL,SIZE,STATE,OWNER,GROUP,MODE,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-SIZE,TYPE,DISC-ALN,DISC-GRAN,DISC-MAX,DISC-ZERO']]
2024-03-27 15:20:31,993    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lsblk_-P_-o_NAME_KNAME_MAJ_MIN_FSTYPE_MOUNTPOINT_LABEL_UUID_RA_RO_RM_MODEL_SIZE_STATE_OWNER_GROUP_MODE_ALIGNMENT_MIN-IO_OPT-IO_PHY-SEC_LOG-SEC_ROTA_SCHED_RQ-SIZE_TYPE_DISC-ALN_DISC-GRAN_DISC-MAX_DISC-ZERO ...
2024-03-27 15:20:31,996    DEBUG insights.core.plugins /var/opt/mssql/mssql.conf does not exist.
2024-03-27 15:20:31,998    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lvs', '--nameprefixes', '--noheadings', '--separator=|', '-a', '-o', 'lv_name,lv_size,lv_attr,mirror_log,vg_name,devices,region_size,data_percent,metadata_percent,segtype,seg_monitor,lv_kernel_major,lv_kernel_minor', '--config=global{locking_type=0}']]
2024-03-27 15:20:32,021    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lvs_--nameprefixes_--noheadings_--separator_-a_-o_lv_name_lv_size_lv_attr_mirror_log_vg_name_devices_region_size_data_percent_metadata_percent_segtype_seg_monitor_lv_kernel_major_lv_kernel_minor_--config_global_locking_type_0 ...
2024-03-27 15:20:32,029    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/meminfo ...
2024-03-27 15:20:32,033    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/awk', '-F:', '{ if($3 > max) max = $3 } END { print max }', '/etc/passwd']]
2024-03-27 15:20:32,039    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/awk_-F_if_3_max_max_3_END_print_max_.etc.passwd ...
2024-03-27 15:20:32,041    DEBUG insights.core.plugins /var/log/mariadb/mariadb.log does not exist.
2024-03-27 15:20:32,047    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/modprobe.d/blacklist-floppy.conf ...
2024-03-27 15:20:32,052    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/modprobe.d/firewalld-sysctls.conf ...
2024-03-27 15:20:32,057    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/modprobe.d/gce-blacklist.conf ...
2024-03-27 15:20:32,063    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/modprobe.d/tuned.conf ...
2024-03-27 15:20:32,065    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/mokutil', '--sb-state']]
2024-03-27 15:20:32,073    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/mokutil_--sb-state ...
2024-03-27 15:20:32,076    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/lsblk']]
2024-03-27 15:20:32,084    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lsblk ...
2024-03-27 15:20:32,087    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/luksmeta', 'show', '-d', '/dev/disk/by-uuid/2a884f2f-9500-4fd6-9c39-b7cb39474fbe']]
2024-03-27 15:20:32,101    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/luksmeta_show_-d_.dev.disk.by-uuid.2a884f2f-9500-4fd6-9c39-b7cb39474fbe ...
2024-03-27 15:20:32,103    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/luksmeta', 'show', '-d', '/dev/disk/by-uuid/DD0E-B8C8']]
2024-03-27 15:20:32,120    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/luksmeta_show_-d_.dev.disk.by-uuid.DD0E-B8C8 ...
2024-03-27 15:20:32,122    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/luksmeta', 'show', '-d', '/dev/disk/by-uuid/be9d4278-55f8-42ef-bc6b-dbfa90e4cc8a']]
2024-03-27 15:20:32,136    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/luksmeta_show_-d_.dev.disk.by-uuid.be9d4278-55f8-42ef-bc6b-dbfa90e4cc8a ...
2024-03-27 15:20:32,139    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lvm', 'fullreport', '-a', '--nolocking', '--reportformat', 'json']]
2024-03-27 15:20:32,161    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lvm_fullreport_-a_--nolocking_--reportformat_json ...
2024-03-27 15:20:32,163    DEBUG insights.core.plugins /etc/lvm/devices/system.devices does not exist.
2024-03-27 15:20:32,165    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/lvmconfig', '--type', 'full']]
2024-03-27 15:20:32,179    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lvmconfig_--type_full ...
2024-03-27 15:20:32,184    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', 'addr']]
2024-03-27 15:20:32,192    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip_addr ...
2024-03-27 15:20:32,202    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/mdstat ...
2024-03-27 15:20:32,205    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lspci', '-vmmkn']]
2024-03-27 15:20:32,215    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lspci_-vmmkn ...
2024-03-27 15:20:32,218    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/lspci', '-k']]
2024-03-27 15:20:32,238    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lspci_-k ...
2024-03-27 15:20:32,241    DEBUG insights.core.plugins /var/opt/mssql/log/assessments/assessment-latest does not exist.
2024-03-27 15:20:32,242    DEBUG insights.core.plugins Command not found: /usr/bin/lsof
2024-03-27 15:20:32,242    DEBUG insights.core.plugins Command not found: /usr/sbin/lsof
2024-03-27 15:20:32,249    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/self/mountinfo ...
2024-03-27 15:20:32,258    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/clocksource/clocksource0/current_clocksource ...
2024-03-27 15:20:32,268    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysconfig/network ...
2024-03-27 15:20:32,271    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/date']]
2024-03-27 15:20:32,278    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/date ...
2024-03-27 15:20:32,280    DEBUG insights.core.plugins /etc/sysconfig/nfs does not exist.
2024-03-27 15:20:32,281    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/date', '--utc']]
2024-03-27 15:20:32,288    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/date_--utc ...
2024-03-27 15:20:32,290    DEBUG insights.core.plugins /etc/sysconfig/ntpd does not exist.
2024-03-27 15:20:32,291    DEBUG insights.core.plugins Command not found: /usr/local/bin/db2ls
2024-03-27 15:20:32,292    DEBUG insights.core.plugins /etc/sysconfig/oracleasm does not exist.
2024-03-27 15:20:32,292    DEBUG insights.core.plugins Command not found: /usr/bin/docker
2024-03-27 15:20:32,293    DEBUG insights.core.plugins /etc/sysconfig/prelink does not exist.
2024-03-27 15:20:32,293    DEBUG insights.core.plugins /etc/sysconfig/sbd does not exist.
2024-03-27 15:20:32,294    DEBUG insights.core.plugins Command not found: /usr/bin/docker
2024-03-27 15:20:32,301    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysconfig/sshd ...
2024-03-27 15:20:32,303    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-la', '/dev/null', '/var/www']]
2024-03-27 15:20:32,310    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-la_.dev.null_.var.www ...
2024-03-27 15:20:32,312    DEBUG insights.core.plugins /etc/sysconfig/stonith does not exist.
2024-03-27 15:20:32,314    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-ln', '/var/spool/postfix/maildrop']]
2024-03-27 15:20:32,321    DEBUG insights.core.plugins /etc/cups/cupsd.conf does not exist.
2024-03-27 15:20:32,322    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/sysctl', '-a']]
2024-03-27 15:20:32,343    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/sysctl_-a ...
2024-03-27 15:20:32,353    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-ln', '/var/spool/clientmqueue']]
2024-03-27 15:20:32,362    DEBUG insights.core.plugins /etc/cups/cups-files.conf does not exist.
2024-03-27 15:20:32,369    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysctl.conf ...
2024-03-27 15:20:32,372    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lnL', '/var/run']]
2024-03-27 15:20:32,380    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lnL_.var.run ...
2024-03-27 15:20:32,384    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-la', '/var/opt/mssql/log']]
2024-03-27 15:20:32,393    DEBUG insights.core.plugins [var/log/dirsrv/*/errors*] didn't match.
2024-03-27 15:20:32,400    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysctl.d/60-gce-network-security.conf ...
2024-03-27 15:20:32,408    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysctl.d/99-sysctl.conf ...
2024-03-27 15:20:32,411    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-ld', '/var/opt/mssql']]
2024-03-27 15:20:32,423    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/10-default-yama-scope.conf ...
2024-03-27 15:20:32,429    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/50-coredump.conf ...
2024-03-27 15:20:32,435    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/50-default.conf ...
2024-03-27 15:20:32,441    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/50-libkcapi-optmem_max.conf ...
2024-03-27 15:20:32,446    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/50-pid-max.conf ...
2024-03-27 15:20:32,452    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/sysctl.d/50-redhat.conf ...
2024-03-27 15:20:32,455    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-la', '/var/log', '/var/log/audit']]
2024-03-27 15:20:32,462    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-la_.var.log_.var.log.audit ...
2024-03-27 15:20:32,469    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/module/dm_mod/parameters/use_blk_mq ...
2024-03-27 15:20:32,472    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lZ', '/var/lib/rsyslog']]
2024-03-27 15:20:32,478    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lZ_.var.lib.rsyslog ...
2024-03-27 15:20:32,481    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/dmesg'], ['grep', '-F', 'e1000: E1000 MODULE IS NOT SUPPORTED\nKernel page table isolation\nblocked FC remote port time out: removing target and saving binding\nmce: \nnetconsole: network logging started\nNode 0 CPUs: \n is now offline\nvpd r/w failed\nsmpboot: CPU \nBIOS Hyper-V UEFI Release\nFEATURE SPEC_CTRL\nLinux version\nAmazon EC2\n__cpufreq_add_dev\nNUMA: \nVPD access disabled\nSMBIOS \nSecure boot enabled\nnfsd: too many open connections, consider increasing the number of threads\nvmxnet3\nUhhuh. NMI received for unknown reason\nDazed and confused, but trying to continue\nSPLXMOD: SPLX 3.0: KHM loaded. Version [30118]\nsupport\nwatchdog: BUG: soft lockup\nTECH PREVIEW: NVMe over FC may not be fully supported.\nCSUM\ncrashkernel=auto resulted in zero bytes of reserved memory\nCVE-2018-14634\nDevice is ineligible for IOMMU domain attach due to platform RMRR requirement\nwatchdog: BUG: soft lockup - CPU\nHyper-V Host Build:\nFUA\nIgnoring BGRT: failed to map image header memory\nresetting\nCVE-2017-1000364\nl1tf\nsmb2_reconnect.part.0+0x\nsrb 0x30\nthe DIE domain not a subset of the NUMA domain\nCIFS VFS: protocol revalidation - security settings mismatch\nSPLXMOD: SPLX 3.0: KHM loaded. Version [30119]\nL1TF\nfw=8.08.\nmigration_entry_wait_on_locked\nQLogic QLE2692 - QLogic 16Gb FC Dual-port HBA\nx86/pti\nHyper-V: Host Build\nIgnoring BGRT: failed to map image memory\nDropping TSO\nEmulex OneConnect OCe10100, FCoE Initiator\nFEATURE IBPB_SUPPORT\nEDAC \nL1Tf\nWarning: QLogic ISP3XXX Network Driver - this hardware has not undergone testing by Red Hat and might not be certified\n_raw_spin_lock+0x\nBrought up \nHyper-V Host Build\npage allocation failure: order:\nhotplug CPUs\naudit: kauditd hold queue overflow\ntx hang\nAMD Secure Memory Encryption (SME) active']]
2024-03-27 15:20:32,494    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dmesg ...
2024-03-27 15:20:32,497    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'cat', 'rpcbind.socket']]
2024-03-27 15:20:32,512    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/var/lib/rpm']]
2024-03-27 15:20:32,518    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.var.lib.rpm ...
2024-03-27 15:20:32,520    DEBUG insights.core.plugins /var/log/dmesg does not exist.
2024-03-27 15:20:32,522    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'get-default']]
2024-03-27 15:20:32,535    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_get-default ...
2024-03-27 15:20:32,538    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/dmsetup', 'info', '-C']]
2024-03-27 15:20:32,544    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dmsetup_info_-C ...
2024-03-27 15:20:32,547    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/dmsetup', 'status']]
2024-03-27 15:20:32,554    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dmsetup_status ...
2024-03-27 15:20:32,556    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'show', '*.service']]
2024-03-27 15:20:32,722    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_show_.service ...
2024-03-27 15:20:32,800    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'show', '*.target']]
2024-03-27 15:20:32,876    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_show_.target ...
2024-03-27 15:20:32,889    DEBUG insights.core.plugins Command not found: /usr/bin/dig
2024-03-27 15:20:32,890    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/usr/lib64'], ['grep', '-F', 'libldap\n .\nliblber\ntotal']]
2024-03-27 15:20:32,908    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.usr.lib64 ...
2024-03-27 15:20:32,911    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemctl', 'status', '--all'], ['grep', '-F', 'Jobs: \nState: \nFailed: ']]
2024-03-27 15:20:33,579    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemctl_status_--all ...
2024-03-27 15:20:33,582    DEBUG insights.core.plugins Command not found: /usr/bin/dig
2024-03-27 15:20:33,584    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/usr/bin'], ['grep', '-F', ' .\n/usr/bin\ntotal\npython\nbash\npkexec\nsudo\n su\nsh']]
2024-03-27 15:20:33,605    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.usr.bin ...
2024-03-27 15:20:33,608    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/systemd-analyze', 'blame']]
2024-03-27 15:20:33,827    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/systemd-analyze_blame ...
2024-03-27 15:20:33,831    DEBUG insights.core.plugins Command not found: /usr/bin/dig
2024-03-27 15:20:33,832    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-la', '/tmp'], ['grep', '-F', 'tar.gz\n.trex\n.sap']]
2024-03-27 15:20:33,847    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/systemctl', 'cat', 'docker.service']]
2024-03-27 15:20:33,864    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanRL', '/etc/systemd', '/run/systemd', '/usr/lib/systemd', '/usr/local/lib/systemd', '/usr/local/share/systemd', '/usr/share/systemd']]
2024-03-27 15:20:33,886    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanRL_.etc.systemd_.run.systemd_.usr.lib.systemd_.usr.local.lib.systemd_.usr.local.share.systemd_.usr.share.systemd ...
2024-03-27 15:20:33,906    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/systemd/logind.conf ...
2024-03-27 15:20:33,910    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/df', '-li', '-x', 'autofs']]
2024-03-27 15:20:33,917    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/df_-li_-x_autofs ...
2024-03-27 15:20:33,920    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/sys/firmware']]
2024-03-27 15:20:33,933    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.sys.firmware ...
2024-03-27 15:20:33,943    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/systemctl', 'cat', 'atomic-openshift-node.service']]
2024-03-27 15:20:33,959    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/df', '-alP', '-x', 'autofs']]
2024-03-27 15:20:33,966    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/df_-alP_-x_autofs ...
2024-03-27 15:20:33,969    DEBUG insights.core.plugins /etc/sysconfig/docker does not exist.
2024-03-27 15:20:33,970    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/']]
2024-03-27 15:20:33,976    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan ...
2024-03-27 15:20:33,979    DEBUG insights.core.plugins /etc/sysconfig/docker-storage-setup does not exist.
2024-03-27 15:20:33,980    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/lib/firmware']]
2024-03-27 15:20:34,037    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.lib.firmware ...
2024-03-27 15:20:34,076    DEBUG insights.util.subproc Executing: [['grep', '-F', 'main\nbest\n[', '/etc/dnf/dnf.conf']]
2024-03-27 15:20:34,082    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/dnf/dnf.conf ...
2024-03-27 15:20:34,085    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/nmcli', 'conn', 'show']]
2024-03-27 15:20:34,107    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/nmcli_conn_show ...
2024-03-27 15:20:34,110    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/nmcli', 'conn', 'show']]
2024-03-27 15:20:34,134    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/usr/share/ipa/ui/js/plugins/idoverride-memberof']]
2024-03-27 15:20:34,143    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/usr/bin/dnf', '-C', '--noplugins', 'module', 'list']]
2024-03-27 15:20:34,934    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/dnf_-C_--noplugins_module_list ...
2024-03-27 15:20:34,937    DEBUG insights.core.plugins Command not found: /usr/bin/testparm
2024-03-27 15:20:34,938    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanL', '/etc/ssh']]
2024-03-27 15:20:34,945    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanL_.etc.ssh ...
2024-03-27 15:20:34,947    DEBUG insights.core.plugins [/etc/dnf/modules.d/*.module] didn't match.
2024-03-27 15:20:34,948    DEBUG insights.core.plugins Command not found: /usr/bin/testparm
2024-03-27 15:20:34,949    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/etc', '/etc/cloud/cloud.cfg.d', '/etc/nova/migration', '/etc/pki/ovirt-vmconsole', '/etc/pki/tls/certs', '/etc/pki/tls/private', '/etc/rc.d/init.d', '/etc/selinux/targeted/policy', '/etc/sysconfig', '/etc/watchdog.d/']]
2024-03-27 15:20:34,958    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.etc_.etc.cloud.cloud.cfg.d_.etc.nova.migration_.etc.pki.ovirt-vmconsole_.etc.pki.tls.certs_.etc.pki.tls.private_.etc.rc.d.init.d_.etc.selinux.targeted.policy_.etc.sysconfig_.etc.watchdog.d ...
2024-03-27 15:20:34,968    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/kernel/mm/transparent_hugepage/enabled ...
2024-03-27 15:20:34,971    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/sys/devices/system/edac/mc']]
2024-03-27 15:20:34,976    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.sys.devices.system.edac.mc ...
2024-03-27 15:20:34,984    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/kernel/mm/transparent_hugepage/use_zero_page ...
2024-03-27 15:20:34,988    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/timedatectl', 'status']]
2024-03-27 15:20:35,060    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/timedatectl_status ...
2024-03-27 15:20:35,063    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/dev/disk']]
2024-03-27 15:20:35,070    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.dev.disk ...
2024-03-27 15:20:35,082    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/tmpfiles.d/sos.conf ...
2024-03-27 15:20:35,089    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/cockpit-tempfiles.conf ...
2024-03-27 15:20:35,097    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/criu.conf ...
2024-03-27 15:20:35,104    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/cryptsetup.conf ...
2024-03-27 15:20:35,112    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/dnf.conf ...
2024-03-27 15:20:35,119    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/etc.conf ...
2024-03-27 15:20:35,126    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/home.conf ...
2024-03-27 15:20:35,132    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/httpd.conf ...
2024-03-27 15:20:35,139    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/insights-client.conf ...
2024-03-27 15:20:35,146    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/iscsi.conf ...
2024-03-27 15:20:35,152    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/journal-nocow.conf ...
2024-03-27 15:20:35,160    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/legacy.conf ...
2024-03-27 15:20:35,169    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/libselinux.conf ...
2024-03-27 15:20:35,177    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/lvm2.conf ...
2024-03-27 15:20:35,184    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/man-db.conf ...
2024-03-27 15:20:35,191    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/mdadm.conf ...
2024-03-27 15:20:35,199    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/multipath.conf ...
2024-03-27 15:20:35,207    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/pam.conf ...
2024-03-27 15:20:35,215    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/podman.conf ...
2024-03-27 15:20:35,223    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/provision.conf ...
2024-03-27 15:20:35,230    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/selinux-policy.conf ...
2024-03-27 15:20:35,237    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/setroubleshoot.conf ...
2024-03-27 15:20:35,245    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/setup.conf ...
2024-03-27 15:20:35,252    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/static-nodes-permissions.conf ...
2024-03-27 15:20:35,261    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/subscription-manager.conf ...
2024-03-27 15:20:35,268    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/sudo.conf ...
2024-03-27 15:20:35,275    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/systemd-nologin.conf ...
2024-03-27 15:20:35,283    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/systemd-pstore.conf ...
2024-03-27 15:20:35,291    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/systemd-tmp.conf ...
2024-03-27 15:20:35,299    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/systemd.conf ...
2024-03-27 15:20:35,306    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/tmp.conf ...
2024-03-27 15:20:35,312    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/tpm2-tss-fapi.conf ...
2024-03-27 15:20:35,318    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/tuned.conf ...
2024-03-27 15:20:35,325    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/udisks2.conf ...
2024-03-27 15:20:35,331    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/var.conf ...
2024-03-27 15:20:35,338    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/tmpfiles.d/x11.conf ...
2024-03-27 15:20:35,346    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/run/tmpfiles.d/static-nodes.conf ...
2024-03-27 15:20:35,350    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/dev']]
2024-03-27 15:20:35,360    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.dev ...
2024-03-27 15:20:35,367    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/df', '-al', '-x', 'autofs']]
2024-03-27 15:20:35,374    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/df_-al_-x_autofs ...
2024-03-27 15:20:35,377    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/boot']]
2024-03-27 15:20:35,384    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.boot ...
2024-03-27 15:20:35,388    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/usr/share', '-maxdepth', '1', '-name', 'tomcat*', '-exec', '/bin/grep', '-R', '-s', 'VirtualDirContext', '--include', '*.xml', '{}', '+']]
2024-03-27 15:20:35,395    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/find_.usr.share_-maxdepth_1_-name_tomcat_-exec_.bin.grep_-R_-s_VirtualDirContext_--include_.xml ...
2024-03-27 15:20:35,397    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-laR', '/var/lib/nova/instances']]
2024-03-27 15:20:35,405    DEBUG insights.core.plugins Command not found: /usr/bin/lpstat
2024-03-27 15:20:35,405    DEBUG insights.core.plugins Command not found: /usr/bin/lpstat
2024-03-27 15:20:35,412    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/fstab ...
2024-03-27 15:20:35,414    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/mysql/etc/my.cnf.d/galera.cnf, /etc/my.cnf.d/galera.cnf] found.
2024-03-27 15:20:35,415    DEBUG insights.core.plugins Command not found: /usr/bin/getcert
2024-03-27 15:20:35,416    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/getconf', 'PAGE_SIZE']]
2024-03-27 15:20:35,421    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/getconf_PAGE_SIZE ...
2024-03-27 15:20:35,424    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/getenforce']]
2024-03-27 15:20:35,430    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/getenforce ...
2024-03-27 15:20:35,454    DEBUG insights.core.plugins Command not found: /usr/bin/dotnet
2024-03-27 15:20:35,455    DEBUG insights.core.plugins Command not found: /usr/bin/doveconf
2024-03-27 15:20:35,456    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/grubby', '--default-index']]
2024-03-27 15:20:35,560    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/grubby_--default-index ...
2024-03-27 15:20:35,563    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/findmnt', '-lo+PROPAGATION']]
2024-03-27 15:20:35,570    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/findmnt_-lo_PROPAGATION ...
2024-03-27 15:20:35,573    DEBUG insights.core.plugins Command not found: /usr/sbin/brctl
2024-03-27 15:20:35,574    DEBUG insights.core.plugins /boot/efi/EFI/redhat/grub.conf does not exist.
2024-03-27 15:20:35,575    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/firewall-cmd', '--list-all-zones']]
2024-03-27 15:20:35,883    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/firewall-cmd_--list-all-zones ...
2024-03-27 15:20:35,887    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lH', '/boot/grub2/grub.cfg']]
2024-03-27 15:20:35,895    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lH_.boot.grub2.grub.cfg ...
2024-03-27 15:20:35,898    DEBUG insights.core.plugins /boot/grub/grub.conf does not exist.
2024-03-27 15:20:35,905    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/dracut/modules.d/99kdumpbase/kdump-capture.service ...
2024-03-27 15:20:35,908    DEBUG insights.util.subproc Executing: [['grep', '-F', 'AllowZoneDrifting\nDefaultZone\nFirewallBackend', '/etc/firewalld/firewalld.conf']]
2024-03-27 15:20:35,914    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/firewalld/firewalld.conf ...
2024-03-27 15:20:35,921    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/efi/EFI/redhat/grub.cfg ...
2024-03-27 15:20:35,928    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/grub2/grub.cfg ...
2024-03-27 15:20:35,933    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lH', '/boot/grub/grub.conf']]
2024-03-27 15:20:35,941    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/getent', 'group', 'ssh_keys', 'wheel'], ['grep', '-F', 'wheel\nssh_keys']]
2024-03-27 15:20:35,951    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/getent_group_ssh_keys_wheel ...
2024-03-27 15:20:35,956    DEBUG insights.core.plugins /var/log/foreman/production.log does not exist.
2024-03-27 15:20:35,963    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/buddyinfo ...
2024-03-27 15:20:35,966    DEBUG insights.core.plugins Command not found: /usr/libexec/greenboot/greenboot-status
2024-03-27 15:20:35,967    DEBUG insights.core.plugins Command not found: /usr/bin/bootc
2024-03-27 15:20:35,968    DEBUG insights.util.subproc Executing: [['grep', '-F', '[\nrepo_gpgcheck\nmain\ndistroverpkg\nbaseurl\ngpgcheck\nenabled\nexclude\ngpgkey', '/etc/yum.conf']]
2024-03-27 15:20:35,974    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum.conf ...
2024-03-27 15:20:35,982    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/loader/entries/0ba1be1199e74165a458a3bb0f65fb8f-0-rescue.conf ...
2024-03-27 15:20:35,990    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/loader/entries/0ba1be1199e74165a458a3bb0f65fb8f-5.14.0-162.6.1.el9_1.x86_64.conf ...
2024-03-27 15:20:35,997    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/loader/entries/0ba1be1199e74165a458a3bb0f65fb8f-5.14.0-284.11.1.el9_2.x86_64.conf ...
2024-03-27 15:20:36,003    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/loader/entries/0ba1be1199e74165a458a3bb0f65fb8f-5.14.0-362.8.1.el9_3.x86_64.conf ...
2024-03-27 15:20:36,006    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', 'yum', '-C', '--noplugins', 'list', 'available']]
2024-03-27 15:20:37,060    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/yum_-C_--noplugins_list_available ...
2024-03-27 15:20:37,110    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/etc/pki/product-default/', '/etc/pki/product/', '-name', '*pem', '-exec', 'rct', 'cat-cert', '--no-content', '{}', ';'], ['grep', '-F', 'ID:']]
2024-03-27 15:20:37,489    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/find_.etc.pki.product-default._.etc.pki.product._-name_pem_-exec_rct_cat-cert_--no-content ...
2024-03-27 15:20:37,491    DEBUG insights.core.plugins [/sys/class/net/*/bonding/tlb_dynamic_lb] didn't match.
2024-03-27 15:20:37,493    DEBUG insights.util.subproc Executing: [['grep', '-F', '%wheel\n#includedir', '/etc/sudoers']]
2024-03-27 15:20:37,500    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sudoers ...
2024-03-27 15:20:37,501    DEBUG insights.util.subproc Executing: [['grep', '-F', '%wheel\n#includedir', '/etc/sudoers.d/google_sudoers']]
2024-03-27 15:20:37,508    DEBUG insights.core.plugins [/proc/net/bonding/*] didn't match.
2024-03-27 15:20:37,509    DEBUG insights.core.plugins /var/log/yum.log does not exist.
2024-03-27 15:20:37,509    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/swift/etc/swift/proxy-server.conf, /etc/swift/proxy-server.conf] found.
2024-03-27 15:20:37,516    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/block/sda/queue/stable_writes ...
2024-03-27 15:20:37,522    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/block/sdb/queue/stable_writes ...
2024-03-27 15:20:37,530    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum.repos.d/redhat.repo ...
2024-03-27 15:20:37,561    DEBUG insights.core.plugins [/sys/bus/vmbus/devices/*/class_id] didn't match.
2024-03-27 15:20:37,569    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/class/bdi/8:0/read_ahead_kb ...
2024-03-27 15:20:37,578    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/class/bdi/8:16/read_ahead_kb ...
2024-03-27 15:20:37,581    DEBUG insights.core.plugins [/sys/bus/vmbus/devices/*/device_id] didn't match.
2024-03-27 15:20:37,588    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/default/grub ...
2024-03-27 15:20:37,596    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sysconfig/kdump ...
2024-03-27 15:20:37,599    DEBUG insights.core.plugins /etc/zipl.conf does not exist.
2024-03-27 15:20:37,600    DEBUG insights.core.plugins /etc/sysconfig/libvirt-guests does not exist.
2024-03-27 15:20:37,601    DEBUG insights.core.plugins Command not found: /usr/bin/awx-manage
2024-03-27 15:20:37,601    DEBUG insights.core.plugins Command not found: /usr/bin/awx-manage
2024-03-27 15:20:37,602    DEBUG insights.core.plugins Command not found: /usr/bin/awx-manage
2024-03-27 15:20:37,603    DEBUG insights.core.plugins /etc/audisp/audispd.conf does not exist.
2024-03-27 15:20:37,609    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/audit/auditd.conf ...
2024-03-27 15:20:37,612    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/auditctl', '-s']]
2024-03-27 15:20:37,618    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/auditctl_-s ...
2024-03-27 15:20:37,621    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/auditctl', '-l']]
2024-03-27 15:20:37,627    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/auditctl_-l ...
2024-03-27 15:20:37,631    DEBUG insights.core.plugins /etc/abrt/plugins/CCpp.conf does not exist.
2024-03-27 15:20:37,632    DEBUG insights.core.plugins Command not found: /usr/bin/abrt
2024-03-27 15:20:37,633    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/alternatives', '--display', 'python']]
2024-03-27 15:20:37,640    DEBUG insights.core.plugins [/var/opt/amq-broker/*/etc/broker.xml] didn't match.
2024-03-27 15:20:37,641    DEBUG insights.util.subproc Executing: [['grep', '-F', 'type=AVC', '/var/log/audit/audit.log']]
2024-03-27 15:20:37,648    DEBUG insights.core.plugins /etc/multipath.conf does not exist.
2024-03-27 15:20:37,649    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/lsinitrd', '-f', '/etc/multipath.conf']]
2024-03-27 15:20:38,666    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/lsinitrd_-f_.etc.multipath.conf ...
2024-03-27 15:20:38,667    DEBUG insights.core.plugins Command not found: /usr/bin/iris
2024-03-27 15:20:38,669    DEBUG insights.core.plugins [/var/log/mysql/mysqld.log, /var/log/mysql.log, /var/opt/rh/rh-mysql*/log/mysql/mysqld.log] didn't match.
2024-03-27 15:20:38,669    DEBUG insights.core.plugins Command not found: /bin/mysqladmin
2024-03-27 15:20:38,670    DEBUG insights.core.plugins Command not found: /usr/sbin/named-checkconf
2024-03-27 15:20:38,671    DEBUG insights.core.plugins /etc/named.conf does not exist.
2024-03-27 15:20:38,671    DEBUG insights.core.plugins Command not found: /usr/bin/ndctl
2024-03-27 15:20:38,672    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/netstat', '-neopa']]
2024-03-27 15:20:38,687    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/netstat_-neopa ...
2024-03-27 15:20:38,691    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/netstat', '-i']]
2024-03-27 15:20:38,699    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/netstat_-i ...
2024-03-27 15:20:38,701    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/netstat', '-s']]
2024-03-27 15:20:38,708    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/netstat_-s ...
2024-03-27 15:20:38,718    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/NetworkManager/NetworkManager.conf ...
2024-03-27 15:20:38,721    DEBUG insights.core.plugins [/etc/NetworkManager/dispatcher.d/*-dhclient] didn't match.
2024-03-27 15:20:38,723    DEBUG insights.core.plugins /proc/net/netfilter/nfnetlink_queue does not exist.
2024-03-27 15:20:38,723    DEBUG insights.core.plugins /etc/nfs.conf does not exist.
2024-03-27 15:20:38,730    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/exports ...
2024-03-27 15:20:38,731    DEBUG insights.core.plugins [/etc/exports.d/*.exports] didn't match.
2024-03-27 15:20:38,733    DEBUG insights.core.plugins [/etc/nginx/*.conf, /etc/nginx/conf.d/*.conf, /etc/nginx/default.d/*.conf, /opt/rh/nginx*/root/etc/nginx/*.conf, /opt/rh/nginx*/root/etc/nginx/conf.d/*.conf, /opt/rh/nginx*/root/etc/nginx/default.d/*.conf, /etc/opt/rh/rh-nginx*/nginx/*.conf, /etc/opt/rh/rh-nginx*/nginx/conf.d/*.conf, /etc/opt/rh/rh-nginx*/nginx/default.d/*.conf] didn't match.
2024-03-27 15:20:38,733    DEBUG insights.core.plugins /var/log/nginx/error.log does not exist.
2024-03-27 15:20:38,734    DEBUG insights.core.plugins [/var/opt/rh/rh-nginx*/log/nginx/error.log] didn't match.
2024-03-27 15:20:38,736    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lan', '/dev', '/etc/crypto-policies', '/etc/crypto-policies/back-ends', '/etc/crypto-policies/state', '/etc/sssd', '/etc/sysconfig', '/etc/watchdog.d', '/etc/yum/vars', '/run/systemd/journal', '/usr/lib/udev/rules.d', '/var/lib/sss/pubconf/krb5.include.d', '/var/log', '/var/spool/cron']]
2024-03-27 15:20:38,746    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lan_.dev_.etc.crypto-policies_.etc.crypto-policies.back-ends_.etc.crypto-policies.state_.etc.sssd_.etc.sysconfig_.etc.watchdog.d_.etc.yum.vars_.run.systemd.journal_.usr.lib.udev.rules.d_.var.lib.sss.pubconf.krb5.include.d_.var.log_.var.spool.cron ...
2024-03-27 15:20:38,752    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanL', '/', '_non_existing_']]
2024-03-27 15:20:38,759    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanL_.__non_existing ...
2024-03-27 15:20:38,762    DEBUG insights.core.plugins None of [/var/log/containers/nova/nova-compute.log, /var/log/nova/nova-compute.log] found.
2024-03-27 15:20:38,763    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/nova/etc/nova/nova.conf, /var/lib/config-data/puppet-generated/nova_libvirt/etc/nova/nova.conf, /etc/nova/nova.conf] found.
2024-03-27 15:20:38,764    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lanR', '/boot', '/dev', '/sys/firmware']]
2024-03-27 15:20:38,781    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lanR_.boot_.dev_.sys.firmware ...
2024-03-27 15:20:38,794    DEBUG insights.core.plugins /etc/pki/nss-legacy/nss-rhel7.config does not exist.
2024-03-27 15:20:38,796    DEBUG insights.util.subproc Executing: [['grep', '-F', 'shadow\nhosts:\nHOSTS:\nHosts:\npasswd\ngroup', '/etc/nsswitch.conf']]
2024-03-27 15:20:38,802    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/nsswitch.conf ...
2024-03-27 15:20:38,805    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/multipath', '-v4', '-ll']]
2024-03-27 15:20:38,817    DEBUG insights.core.plugins /etc/nscd.conf does not exist.
2024-03-27 15:20:38,819    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/sys/devices/virtual/net/', '-name', 'multicast_querier', '-print', '-exec', 'cat', '{}', ';']]
2024-03-27 15:20:38,825    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/find_.sys.devices.virtual.net._-name_multicast_querier_-print_-exec_cat ...
2024-03-27 15:20:38,827    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', 'route', 'show', 'table', 'all']]
2024-03-27 15:20:38,833    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip_route_show_table_all ...
2024-03-27 15:20:38,836    DEBUG insights.core.plugins Command not found: /opt/CrowdStrike/falconctl
2024-03-27 15:20:38,836    DEBUG insights.core.plugins Command not found: /usr/sbin/fcoeadm
2024-03-27 15:20:38,837    DEBUG insights.core.plugins Command not found: /opt/CrowdStrike/falconctl
2024-03-27 15:20:38,838    DEBUG insights.core.plugins [/etc/fapolicyd/rules.d/*.rules] didn't match.
2024-03-27 15:20:38,844    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/os-release ...
2024-03-27 15:20:38,847    DEBUG insights.core.plugins /etc/origin/master/master-config.yaml does not exist.
2024-03-27 15:20:38,848    DEBUG insights.core.plugins /etc/origin/node/node-config.yaml does not exist.
2024-03-27 15:20:38,848    DEBUG insights.core.plugins /var/log/ovirt-engine/server.log does not exist.
2024-03-27 15:20:38,849    DEBUG insights.core.plugins /var/log/ovirt-engine/ui.log does not exist.
2024-03-27 15:20:38,850    DEBUG insights.core.plugins Command not found: /usr/bin/ovs-vsctl
2024-03-27 15:20:38,851    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', 'rpm', '-qa', '--nosignature', '--qf=[%{=NAME}; %{=NEVRA}; %{FILENAMES}; %{FILEMODES:perms}; %{FILEUSERNAME}; %{FILEGROUPNAME}; %{=VENDOR}\n]']]
2024-03-27 15:20:39,699    DEBUG insights.core.plugins Command not found: /usr/bin/ovs-vsctl
2024-03-27 15:20:39,700    DEBUG insights.core.plugins Command not found: /usr/bin/ovs-vsctl
2024-03-27 15:20:39,701    DEBUG insights.core.plugins None of [/var/log/pacemaker.log, /var/log/pacemaker/pacemaker.log] found.
2024-03-27 15:20:39,702    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/parted', '-l', '-s']]
2024-03-27 15:20:39,736    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/parted_-l_-s ...
2024-03-27 15:20:39,756    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/pam.d/password-auth ...
2024-03-27 15:20:39,763    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/sys/devices/', '-maxdepth', '10', '-mindepth', '9', '-name', 'stat', '-type', 'f']]
2024-03-27 15:20:39,805    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/find_.sys.devices._-maxdepth_10_-mindepth_9_-name_stat_-type_f ...
2024-03-27 15:20:39,810    DEBUG insights.core.plugins Command not found: /usr/sbin/pcs
2024-03-27 15:20:39,810    DEBUG insights.core.plugins Command not found: /usr/sbin/pcs
2024-03-27 15:20:39,813    DEBUG insights.core.plugins None of [/etc/opt/rh/php73/php.ini, /etc/opt/rh/php72/php.ini, /etc/php.ini] found.
2024-03-27 15:20:39,837    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum/pluginconf.d/copr.conf ...
2024-03-27 15:20:39,857    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum/pluginconf.d/debuginfo-install.conf ...
2024-03-27 15:20:39,875    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum/pluginconf.d/product-id.conf ...
2024-03-27 15:20:39,889    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/yum/pluginconf.d/subscription-manager.conf ...
2024-03-27 15:20:39,893    DEBUG insights.core.plugins Command not found: /usr/bin/pmrep
2024-03-27 15:20:39,895    DEBUG insights.core.plugins Command not found: /usr/sbin/postconf
2024-03-27 15:20:39,897    DEBUG insights.core.plugins Command not found: /usr/sbin/postconf
2024-03-27 15:20:39,904    DEBUG insights.core.plugins /etc/postfix/master.cf does not exist.
2024-03-27 15:20:39,905    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', '-4', 'neighbor', 'show', 'nud', 'all']]
2024-03-27 15:20:39,917    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip_-4_neighbor_show_nud_all ...
2024-03-27 15:20:39,920    DEBUG insights.core.plugins None of [/var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf, /var/lib/pgsql/data/postgresql.conf] found.
2024-03-27 15:20:39,921    DEBUG insights.core.plugins [/var/opt/rh/rh-postgresql12/lib/pgsql/data/log/postgresql-*.log] didn't match.
2024-03-27 15:20:39,921    DEBUG insights.core.plugins [/var/lib/pgsql/data/pg_log/postgresql-*.log] didn't match.
2024-03-27 15:20:39,929    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/keys ...
2024-03-27 15:20:39,939    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/key-users ...
2024-03-27 15:20:39,948    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/net/netstat ...
2024-03-27 15:20:39,951    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/sys/fs/cgroup/memory', '-name', 'tasks']]
2024-03-27 15:20:39,958    DEBUG insights.core.plugins (1, ['timeout', '-s', '9', '120', '/usr/bin/find', '/sys/fs/cgroup/memory', '-name', 'tasks'], b"/usr/bin/find: '/sys/fs/cgroup/memory': No such file or directory\n")
2024-03-27 15:20:39,960    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/semanage', 'login', '-l']]
2024-03-27 15:20:40,269    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/openssl', 'x509', '-in', '/etc/rhsm/ca/katello-default-ca.pem', '-noout', '-issuer']]
2024-03-27 15:20:40,319    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/var/lib/rhsm/cache/releasever.json ...
2024-03-27 15:20:40,322    DEBUG insights.core.plugins None of [/etc/dnf/vars/releasever, /etc/yum/vars/releasever] found.
2024-03-27 15:20:40,323    DEBUG insights.core.plugins Command not found: /usr/sbin/rndc
2024-03-27 15:20:40,324    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/bin/rpm', '-V', 'glibc']]
2024-03-27 15:20:40,600    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/rpm_-V_glibc ...
2024-03-27 15:20:40,601    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/bin/rpm', '-V', 'systemd']]
2024-03-27 15:20:40,699    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/rpm_-V_systemd ...
2024-03-27 15:20:40,701    DEBUG insights.util.subproc Executing: [['timeout', '-s', '15', '120', '/bin/rpm', '-V', 'coreutils', 'procps', 'procps-ng', 'shadow-utils', 'passwd', 'sudo', 'chrony', 'findutils', 'glibc', 'systemd']]
2024-03-27 15:20:41,192    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/rpm_-V_coreutils_procps_procps-ng_shadow-utils_passwd_sudo_chrony_findutils_glibc_systemd ...
2024-03-27 15:20:41,195    DEBUG insights.core.plugins /etc/cloud/cloud.cfg does not exist.
2024-03-27 15:20:41,196    DEBUG insights.core.plugins Command not found: /usr/bin/rpm-ostree
2024-03-27 15:20:41,197    DEBUG insights.util.subproc Executing: [['grep', '-F', ')\n/var/log/secure\nload="imjournal"\n$ModLoad imjournal\nInputTCPMaxSessions\nMaxOpenFiles\n}\n/var/log/messages\n{\nimjournal\nStreamDriver\nMaxSessions\n$ActionQueueFileName\nDefaultNetstreamDriver\n(', '/etc/rsyslog.conf']]
2024-03-27 15:20:41,203    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/rsyslog.conf ...
2024-03-27 15:20:41,205    DEBUG insights.util.subproc Executing: [['grep', '-F', ')\n/var/log/secure\nload="imjournal"\n$ModLoad imjournal\nInputTCPMaxSessions\nMaxOpenFiles\n}\n/var/log/messages\n{\nimjournal\nStreamDriver\nMaxSessions\n$ActionQueueFileName\nDefaultNetstreamDriver\n(', '/etc/rsyslog.d/90-google.conf']]
2024-03-27 15:20:41,212    DEBUG insights.core.plugins /etc/samba/smb.conf does not exist.
2024-03-27 15:20:41,213    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', '-o', 'link']]
2024-03-27 15:20:41,222    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', 'eth0']]
2024-03-27 15:20:41,228    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_eth0 ...
2024-03-27 15:20:41,231    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-k', 'eth0']]
2024-03-27 15:20:41,237    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-k_eth0 ...
2024-03-27 15:20:41,240    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-c', 'eth0']]
2024-03-27 15:20:41,247    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-c_eth0 ...
2024-03-27 15:20:41,249    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-i', 'eth0']]
2024-03-27 15:20:41,255    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-i_eth0 ...
2024-03-27 15:20:41,258    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-g', 'eth0']]
2024-03-27 15:20:41,264    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-g_eth0 ...
2024-03-27 15:20:41,267    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-T', 'eth0']]
2024-03-27 15:20:41,273    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-T_eth0 ...
2024-03-27 15:20:41,275    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ethtool', '-S', 'eth0']]
2024-03-27 15:20:41,281    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ethtool_-S_eth0 ...
2024-03-27 15:20:41,284    DEBUG insights.core.plugins /etc/foreman-installer/scenarios.d/satellite.yaml does not exist.
2024-03-27 15:20:41,290    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/block/sda/queue/scheduler ...
2024-03-27 15:20:41,297    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/block/sdb/queue/scheduler ...
2024-03-27 15:20:41,304    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/scsi/scsi ...
2024-03-27 15:20:41,312    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/class/scsi_host/host0/eh_deadline ...
2024-03-27 15:20:41,315    DEBUG insights.core.plugins [/sys/class/scsi_host/host[0-9]*/fwrev] didn't match.
2024-03-27 15:20:41,316    DEBUG insights.core.plugins /sys/module/scsi_mod/parameters/max_report_luns does not exist.
2024-03-27 15:20:41,316    DEBUG insights.core.plugins /sys/module/scsi_mod/parameters/use_blk_mq does not exist.
2024-03-27 15:20:41,317    DEBUG insights.core.plugins /proc/net/sctp/assocs does not exist.
2024-03-27 15:20:41,317    DEBUG insights.core.plugins /proc/net/sctp/eps does not exist.
2024-03-27 15:20:41,318    DEBUG insights.core.plugins /proc/net/sctp/snmp does not exist.
2024-03-27 15:20:41,319    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/sealert', '-l', '*']]
2024-03-27 15:20:42,133    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/sealert_-l ...
2024-03-27 15:20:42,135    DEBUG insights.util.subproc Executing: [['grep', '-F', "pam_unix(crond:account): expired password for user\nFailed to create session: Maximum number of sessions (\nCould not set limit for 'nofile': Operation not permitted\ndrop connection\npam_unix(passwd:chauthtok): password changed for", '/var/log/secure']]
2024-03-27 15:20:42,150    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/selinux/config ...
2024-03-27 15:20:42,152    DEBUG insights.core.plugins /etc/mail/sendmail.mc does not exist.
2024-03-27 15:20:42,154    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/sestatus', '-b']]
2024-03-27 15:20:42,164    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/sestatus_-b ...
2024-03-27 15:20:42,169    DEBUG insights.core.plugins /usr/libexec/setup-named-chroot.sh does not exist.
2024-03-27 15:20:42,170    DEBUG insights.core.plugins Command not found: /usr/bin/smbstatus
2024-03-27 15:20:42,178    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/net/sockstat ...
2024-03-27 15:20:42,186    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/net/softnet_stat ...
2024-03-27 15:20:42,189    DEBUG insights.core.plugins Command not found: /usr/bin/scl
2024-03-27 15:20:42,190    DEBUG insights.util.subproc Executing: [['grep', '-F', 'skip-plugins\ndisable\n[', '/etc/sos/sos.conf']]
2024-03-27 15:20:42,197    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/sos/sos.conf ...
2024-03-27 15:20:42,200    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/grep', '-r', '^\\s*CHANNELURL=', '/etc/mail/spamassassin/channel.d']]
2024-03-27 15:20:42,208    DEBUG insights.core.plugins /var/log/squid/cache.log does not exist.
2024-03-27 15:20:42,210    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/ss', '-tupna']]
2024-03-27 15:20:42,229    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ss_-tupna ...
2024-03-27 15:20:42,233    DEBUG insights.util.subproc Executing: [['grep', '-F', 'Include', '/etc/ssh/ssh_config']]
2024-03-27 15:20:42,240    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/ssh/ssh_config ...
2024-03-27 15:20:42,242    DEBUG insights.util.subproc Executing: [['grep', '-F', 'Include', '/etc/ssh/ssh_config.d/50-redhat.conf']]
2024-03-27 15:20:42,248    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/ssh/ssh_config.d/50-redhat.conf ...
2024-03-27 15:20:42,251    DEBUG insights.util.subproc Executing: [['grep', '-F', 'Clientaliveinterval\nCHALLENGERESPONSEAUTHENTICATION\nALLOWUSERS\nCLIENTALIVECOUNTMAX\nKbdinteractiveauthentication\npermitemptypasswords\nprotocol\nkbdinteractiveauthentication\nAuthorizedKeysFile\nMACS\nlogingracetime\nMaxAuthTries\nMaxstartups\npermitrootlogin\nAllowusers\nChallengeResponseAuthentication\nchallengeresponseauthentication\nMAXSTARTUPS\nallowusers\nmaxauthtries\nPROTOCOL\nKBDINTERACTIVEAUTHENTICATION\nMAXAUTHTRIES\nCiphers\nChallengeresponseauthentication\nMaxStartups\ndenyusers\nDenyUsers\nclientaliveinterval\nLOGINGRACETIME\nAllowUsers\nmaxstartups\nKbdInteractiveAuthentication\nciphers\nLogingracetime\nUsePAM\nPermitEmptyPasswords\nCIPHERS\nHostKey\nDenyusers\nMACs\nPERMITEMPTYPASSWORDS\nMacs\nCLIENTALIVEINTERVAL\nPermitRootLogin\nClientAliveInterval\nPERMITROOTLOGIN\nPermitrootlogin\nclientalivecountmax\nClientAliveCountMax\nProtocol\nusepam\nMaxauthtries\nUSEPAM\nClientalivecountmax\nDENYUSERS\nUsePam\nUsepam\nPermitemptypasswords\nLoginGraceTime\nmacs', '/etc/ssh/sshd_config']]
2024-03-27 15:20:42,257    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/ssh/sshd_config ...
2024-03-27 15:20:42,260    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/ls', '-lH', '/etc/ssh/sshd_config']]
2024-03-27 15:20:42,267    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ls_-lH_.etc.ssh.sshd_config ...
2024-03-27 15:20:42,270    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/sshd', '-T'], ['grep', '-F', 'MACs\nCIPHERS\nMacs\nCiphers\nMACS\nmacs\nusepam\nciphers']]
2024-03-27 15:20:42,311    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/sshd_-T ...
2024-03-27 15:20:42,313    DEBUG insights.core.plugins /etc/sssd/sssd.conf does not exist.
2024-03-27 15:20:42,316    DEBUG insights.util.subproc Executing: [['grep', '-F', 'SUBSYSTEM!="memory", ACTION!="add", GOTO="memory_hotplug_end"', '/usr/lib/udev/rules.d/40-redhat.rules']]
2024-03-27 15:20:42,325    DEBUG insights.core.plugins /etc/etcd/etcd.conf does not exist.
2024-03-27 15:20:42,326    DEBUG insights.core.plugins [/etc/udev/rules.d/*asm*.rules] didn't match.
2024-03-27 15:20:42,326    DEBUG insights.core.plugins /var/log/ovirt-engine/engine.log does not exist.
2024-03-27 15:20:42,333    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/systemd/journald.conf ...
2024-03-27 15:20:42,342    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/cgroups ...
2024-03-27 15:20:42,345    DEBUG insights.core.plugins Command not found: /usr/bin/ceph
2024-03-27 15:20:42,346    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/find', '/etc/origin/node', '/etc/origin/master', '/etc/pki', '/etc/ipa', '/etc/tower/tower.cert', '-type', 'f', '-exec', '/usr/bin/openssl', 'x509', '-noout', '-enddate', '-in', '{}', ';', '-exec', 'echo', 'FileName= {}', ';']]
2024-03-27 15:20:43,800    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/find_.etc.origin.node_.etc.origin.master_.etc.pki_.etc.ipa_.etc.tower.tower.cert_-type_f_-exec_.usr.bin.openssl_x509_-noout_-enddate_-in_-exec_echo_FileName ...
2024-03-27 15:20:43,805    DEBUG insights.core.plugins Command not found: /usr/bin/ceph
2024-03-27 15:20:43,806    DEBUG insights.core.plugins [/etc/dirsrv/*/dse.ldif] didn't match.
2024-03-27 15:20:43,807    DEBUG insights.core.plugins [etc/systemd/journald.conf.d/*.conf] didn't match.
2024-03-27 15:20:43,808    DEBUG insights.core.plugins Command not found: /usr/bin/ceph
2024-03-27 15:20:43,809    DEBUG insights.core.plugins Command not found: /usr/bin/ceph
2024-03-27 15:20:43,810    DEBUG insights.core.plugins [/proc/driver/cciss/cciss*] didn't match.
2024-03-27 15:20:43,810    DEBUG insights.core.plugins /sys/bus/usb/drivers/cdc_wdm/module/refcnt does not exist.
2024-03-27 15:20:43,811    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/ceph/etc/ceph/ceph.conf, /etc/ceph/ceph.conf] found.
2024-03-27 15:20:43,812    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/iscsiadm', '-m', 'session']]
2024-03-27 15:20:43,826    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/losetup', '-l']]
2024-03-27 15:20:43,834    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/losetup_-l ...
2024-03-27 15:20:43,835    DEBUG insights.core.plugins /opt/rh/jbcs-httpd24/root/etc/httpd/logs/error_log does not exist.
2024-03-27 15:20:43,837    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/journalctl', '--no-pager', '--header'], ['grep', '-F', 'File Path:\nFile path:']]
2024-03-27 15:20:43,855    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/journalctl_--no-pager_--header ...
2024-03-27 15:20:43,858    DEBUG insights.util.subproc Executing: [['grep', '-F', 'Include', '/etc/libssh/libssh_server.config']]
2024-03-27 15:20:43,865    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/libssh/libssh_server.config ...
2024-03-27 15:20:43,875    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/kdump.conf ...
2024-03-27 15:20:43,879    DEBUG insights.core.plugins Command not found: /usr/sbin/kpatch
2024-03-27 15:20:43,880    DEBUG insights.core.plugins /var/log/libvirt/libvirtd.log does not exist.
2024-03-27 15:20:43,893    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/security/limits.conf ...
2024-03-27 15:20:43,896    DEBUG insights.core.plugins None of [/var/log/containers/ironic-inspector/ironic-inspector.log, /var/log/ironic-inspector/ironic-inspector.log] found.
2024-03-27 15:20:43,898    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/file', '-L', '/etc/localtime']]
2024-03-27 15:20:43,907    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/file_-L_.etc.localtime ...
2024-03-27 15:20:43,918    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.conf ...
2024-03-27 15:20:43,927    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/btmp ...
2024-03-27 15:20:43,936    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/chrony ...
2024-03-27 15:20:43,944    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/dnf ...
2024-03-27 15:20:43,951    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/firewalld ...
2024-03-27 15:20:43,959    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/httpd ...
2024-03-27 15:20:43,966    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/insights-client ...
2024-03-27 15:20:43,973    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/iscsiuiolog ...
2024-03-27 15:20:43,980    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/kvm_stat ...
2024-03-27 15:20:43,988    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/rsyslog ...
2024-03-27 15:20:43,996    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/sssd ...
2024-03-27 15:20:44,007    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/subscription-manager ...
2024-03-27 15:20:44,016    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/logrotate.d/wtmp ...
2024-03-27 15:20:44,020    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/ipcs', '-m']]
2024-03-27 15:20:44,028    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ipcs_-m ...
2024-03-27 15:20:44,031    DEBUG insights.core.plugins /var/log/ipaupgrade.log does not exist.
2024-03-27 15:20:44,032    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', '-s', '-d', 'link']]
2024-03-27 15:20:44,040    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip_-s_-d_link ...
2024-03-27 15:20:44,043    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/ip', '-6', 'neighbor', 'show', 'nud', 'all']]
2024-03-27 15:20:44,051    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ip_-6_neighbor_show_nud_all ...
2024-03-27 15:20:44,054    DEBUG insights.core.plugins /etc/sysconfig/iptables does not exist.
2024-03-27 15:20:44,055    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/iptables-save']]
2024-03-27 15:20:44,063    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/iptables-save ...
2024-03-27 15:20:44,064    DEBUG insights.core.plugins /etc/sysconfig/ip6tables does not exist.
2024-03-27 15:20:44,072    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/krb5.conf ...
2024-03-27 15:20:44,080    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/krb5.conf.d/crypto-policies ...
2024-03-27 15:20:44,090    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/krb5.conf.d/kcm_default_ccache ...
2024-03-27 15:20:44,093    DEBUG insights.util.subproc Executing: [['grep', '-F', 'Include', '/etc/libssh/libssh_client.config']]
2024-03-27 15:20:44,099    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/libssh/libssh_client.config ...
2024-03-27 15:20:44,107    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/insights-client/.lastupload ...
2024-03-27 15:20:44,116    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/kernel/mm/ksm/run ...
2024-03-27 15:20:44,119    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/ipcs', '-s']]
2024-03-27 15:20:44,125    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ipcs_-s ...
2024-03-27 15:20:44,127    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/ipcs', '-s']]
2024-03-27 15:20:44,141    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/kernel/kexec_crash_size ...
2024-03-27 15:20:44,149    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/module/kernel/parameters/crash_kexec_post_notifiers ...
2024-03-27 15:20:44,153    DEBUG insights.util.subproc Executing: [['grep', '-F', 'CONFIG_BPF_SYSCALL\nCONFIG_PREEMPT_RT_FULL\nCONFIG_SMP', '/boot/config-5.14.0-162.6.1.el9_1.x86_64']]
2024-03-27 15:20:44,160    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/config-5.14.0-162.6.1.el9_1.x86_64 ...
2024-03-27 15:20:44,163    DEBUG insights.util.subproc Executing: [['grep', '-F', 'CONFIG_BPF_SYSCALL\nCONFIG_PREEMPT_RT_FULL\nCONFIG_SMP', '/boot/config-5.14.0-284.11.1.el9_2.x86_64']]
2024-03-27 15:20:44,170    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/config-5.14.0-284.11.1.el9_2.x86_64 ...
2024-03-27 15:20:44,172    DEBUG insights.util.subproc Executing: [['grep', '-F', 'CONFIG_BPF_SYSCALL\nCONFIG_PREEMPT_RT_FULL\nCONFIG_SMP', '/boot/config-5.14.0-362.8.1.el9_3.x86_64']]
2024-03-27 15:20:44,180    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/boot/config-5.14.0-362.8.1.el9_3.x86_64 ...
2024-03-27 15:20:44,182    DEBUG insights.core.plugins Command not found: /usr/bin/lpstat
2024-03-27 15:20:44,183    DEBUG insights.core.plugins /sys/module/lpfc/parameters/lpfc_max_luns does not exist.
2024-03-27 15:20:44,185    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/ipcs', '-m', '-p']]
2024-03-27 15:20:44,192    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/ipcs_-m_-p ...
2024-03-27 15:20:44,195    DEBUG insights.core.plugins /etc/ipsec.conf does not exist.
2024-03-27 15:20:44,196    DEBUG insights.core.plugins None of [/var/lib/config-data/puppet-generated/cinder/etc/cinder/cinder.conf, /etc/cinder/cinder.conf] found.
2024-03-27 15:20:44,197    DEBUG insights.core.plugins /etc/cluster/cluster.conf does not exist.
2024-03-27 15:20:44,197    DEBUG insights.core.plugins /sys/fs/cgroup/cpuset/cpuset.cpus does not exist.
2024-03-27 15:20:44,198    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/cpupower', '-c', 'all', 'frequency-info']]
2024-03-27 15:20:44,206    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/cpupower_-c_all_frequency-info ...
2024-03-27 15:20:44,216    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/cpuinfo ...
2024-03-27 15:20:44,219    DEBUG insights.core.plugins /var/lib/pacemaker/cib/cib.xml does not exist.
2024-03-27 15:20:44,220    DEBUG insights.util.subproc Executing: [['grep', '-F', 'No SELinux security context\nFAILED to authorize user with PAM (Authentication token expired)', '/var/log/cron']]
2024-03-27 15:20:44,237    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/gather_data_sampling ...
2024-03-27 15:20:44,246    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/itlb_multihit ...
2024-03-27 15:20:44,254    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/l1tf ...
2024-03-27 15:20:44,262    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/mds ...
2024-03-27 15:20:44,270    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/meltdown ...
2024-03-27 15:20:44,278    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/mmio_stale_data ...
2024-03-27 15:20:44,285    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/retbleed ...
2024-03-27 15:20:44,292    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/spec_store_bypass ...
2024-03-27 15:20:44,299    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/spectre_v1 ...
2024-03-27 15:20:44,307    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/spectre_v2 ...
2024-03-27 15:20:44,314    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/srbds ...
2024-03-27 15:20:44,322    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/vulnerabilities/tsx_async_abort ...
2024-03-27 15:20:44,331    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/cmdline ...
2024-03-27 15:20:44,339    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/smt/active ...
2024-03-27 15:20:44,342    DEBUG insights.core.plugins /etc/cni/net.d/87-podman-bridge.conflist does not exist.
2024-03-27 15:20:44,343    DEBUG insights.core.plugins /etc/cloud/cloud.cfg.d/99-custom-networking.cfg does not exist.
2024-03-27 15:20:44,343    DEBUG insights.core.plugins /var/log/cloud-init.log does not exist.
2024-03-27 15:20:44,350    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/crypto-policies/state/current ...
2024-03-27 15:20:44,359    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/crypto-policies/back-ends/opensshserver.config ...
2024-03-27 15:20:44,368    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/crypto-policies/config ...
2024-03-27 15:20:44,371    DEBUG insights.core.plugins /etc/cron.d/foreman does not exist.
2024-03-27 15:20:44,378    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/chrony.conf ...
2024-03-27 15:20:44,381    DEBUG insights.core.plugins /etc/cron.daily/rhsmd does not exist.
2024-03-27 15:20:44,383    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/chronyc', 'sources']]
2024-03-27 15:20:44,393    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/chronyc_sources ...
2024-03-27 15:20:44,403    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/crypto-policies/back-ends/bind.config ...
2024-03-27 15:20:44,406    DEBUG insights.core.plugins /etc/corosync/corosync.conf does not exist.
2024-03-27 15:20:44,407    DEBUG insights.core.plugins /etc/rhsm/facts/convert2rhel.facts does not exist.
2024-03-27 15:20:44,408    DEBUG insights.core.plugins /etc/sysconfig/corosync does not exist.
2024-03-27 15:20:44,417    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/cpu0/online ...
2024-03-27 15:20:44,426    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/cpu/cpu0/topology/thread_siblings_list ...
2024-03-27 15:20:44,430    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/sbin/tuned-adm', 'list']]
2024-03-27 15:20:44,572    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/tuned-adm_list ...
2024-03-27 15:20:44,576    DEBUG insights.util.subproc Executing: [['grep', '-F', 'GOTO="md_end"', '/usr/lib/udev/rules.d/66-md-auto-readd.rules']]
2024-03-27 15:20:44,582    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/usr/lib/udev/rules.d/66-md-auto-readd.rules ...
2024-03-27 15:20:44,585    DEBUG insights.core.plugins /usr/lib/udev/rules.d/59-fc-wwpn-id.rules does not exist.
2024-03-27 15:20:44,586    DEBUG insights.core.plugins /etc/sysconfig/rhn/up2date does not exist.
2024-03-27 15:20:44,586    DEBUG insights.core.plugins /var/log/up2date does not exist.
2024-03-27 15:20:44,587    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/uptime']]
2024-03-27 15:20:44,595    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/uptime ...
2024-03-27 15:20:44,598    DEBUG insights.core.plugins [usr/lib/systemd/journald.conf.d/*.conf] didn't match.
2024-03-27 15:20:44,599    DEBUG insights.core.plugins Command not found: /usr/bin/vdo
2024-03-27 15:20:44,600    DEBUG insights.core.plugins /var/log/vdsm/vdsm.log does not exist.
2024-03-27 15:20:44,601    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/vgdisplay']]
2024-03-27 15:20:44,630    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/vgdisplay ...
2024-03-27 15:20:44,632    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/vgs', '--nameprefixes', '--noheadings', '--separator=|', '-a', '-o', 'vg_all', '--config=global{locking_type=0}']]
2024-03-27 15:20:44,654    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/vgs_--nameprefixes_--noheadings_--separator_-a_-o_vg_all_--config_global_locking_type_0 ...
2024-03-27 15:20:44,657    DEBUG insights.core.plugins Command not found: /usr/bin/virsh
2024-03-27 15:20:44,666    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/kernel/mm/swap/vma_ra_enabled ...
2024-03-27 15:20:44,668    DEBUG insights.core.plugins /etc/pam.d/vsftpd does not exist.
2024-03-27 15:20:44,669    DEBUG insights.core.plugins /etc/vsftpd/vsftpd.conf does not exist.
2024-03-27 15:20:44,670    DEBUG insights.core.plugins [/var/log/watchdog/*.std*] didn't match.
2024-03-27 15:20:44,671    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/wc', '-l', '/proc/1/mountinfo']]
2024-03-27 15:20:44,678    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/wc_-l_.proc.1.mountinfo ...
2024-03-27 15:20:44,680    DEBUG insights.core.plugins /sys/kernel/debug/x86/ibpb_enabled does not exist.
2024-03-27 15:20:44,681    DEBUG insights.core.plugins /sys/kernel/debug/x86/ibrs_enabled does not exist.
2024-03-27 15:20:44,682    DEBUG insights.core.plugins /sys/kernel/debug/x86/pti_enabled does not exist.
2024-03-27 15:20:44,682    DEBUG insights.core.plugins /sys/kernel/debug/x86/retp_enabled does not exist.
2024-03-27 15:20:44,683    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/xfs_quota', '-x', '-c', 'state -gu']]
2024-03-27 15:20:44,691    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/xfs_quota_-x_-c_state_-gu ...
2024-03-27 15:20:44,692    DEBUG insights.core.plugins [/etc/xinetd.conf, /etc/xinetd.d/*] didn't match.
2024-03-27 15:20:44,693    DEBUG insights.core.plugins /etc/odbc.ini does not exist.
2024-03-27 15:20:44,694    DEBUG insights.core.plugins /etc/odbcinst.ini does not exist.
2024-03-27 15:20:44,695    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/pgrep', '-n', 'openshift-route']]
2024-03-27 15:20:44,706    DEBUG insights.core.plugins (1, ['timeout', '-s', '9', '120', '/usr/bin/pgrep', '-n', 'openshift-route'], b'')
2024-03-27 15:20:44,716    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/devices/system/node/node0/cpulist ...
2024-03-27 15:20:44,718    DEBUG insights.core.plugins Command not found: /usr/sbin/ntpq
2024-03-27 15:20:44,719    DEBUG insights.core.plugins /etc/ntp.conf does not exist.
2024-03-27 15:20:44,720    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/bin/grep', '-c', '^[[:digit:]]', '/etc/passwd', '/etc/group']]
2024-03-27 15:20:44,737    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/sys/module/nvme_core/parameters/io_timeout ...
2024-03-27 15:20:44,740    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/od', '-An', '-t', 'd', '/dev/cpu_dma_latency']]
2024-03-27 15:20:44,748    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/od_-An_-t_d_.dev.cpu_dma_latency ...
2024-03-27 15:20:44,758    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/slabinfo ...
2024-03-27 15:20:44,770    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/net/snmp ...
2024-03-27 15:20:44,780    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/net/snmp6 ...
2024-03-27 15:20:44,789    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/stat ...
2024-03-27 15:20:44,792    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/openssl', 'x509', '-in', '/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem', '-enddate', '-noout']]
2024-03-27 15:20:44,836    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/sbin/pvs', '--nameprefixes', '--noheadings', '--separator=|', '-a', '-o', 'pv_all,vg_name', '--config=global{locking_type=0}']]
2024-03-27 15:20:44,861    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/pvs_--nameprefixes_--noheadings_--separator_-a_-o_pv_all_vg_name_--config_global_locking_type_0 ...
2024-03-27 15:20:44,864    DEBUG insights.core.plugins [/etc/libvirt/qemu/*.xml] didn't match.
2024-03-27 15:20:44,865    DEBUG insights.core.plugins /sys/module/qla2xxx/parameters/ql2xmaxlun does not exist.
2024-03-27 15:20:44,866    DEBUG insights.core.plugins /sys/module/qla2xxx/parameters/ql2xmqsupport does not exist.
2024-03-27 15:20:44,874    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/proc/sys/kernel/random/entropy_avail ...
2024-03-27 15:20:44,885    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/rc.d/rc.local ...
2024-03-27 15:20:44,888    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/readlink', '-e', '/etc/mtab']]
2024-03-27 15:20:44,896    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/insights_commands/readlink_-e_.etc.mtab ...
2024-03-27 15:20:44,899    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/readlink', '-e', '/etc/origin/node/certificates/kubelet-client-current.pem']]
2024-03-27 15:20:44,909    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/readlink', '-e', '/etc/origin/node/certificates/kubelet-server-current.pem']]
2024-03-27 15:20:44,918    DEBUG insights.core.plugins Command not found: /usr/sbin/repquota
2024-03-27 15:20:44,926    DEBUG insights.core.spec_cleaner Cleaning /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014/data/etc/resolv.conf ...
2024-03-27 15:20:44,930    DEBUG insights.util.subproc Executing: [['timeout', '-s', '9', '120', '/usr/bin/awk', 'BEGIN { pipe="openssl x509 -noout -subject -enddate"} /^-+BEGIN CERT/,/^-+END CERT/ { print | pipe } /^-+END CERT/ { close(pipe); printf("\\n")}', '/etc/pki/katello/certs/katello-server-ca.crt']]
2024-03-27 15:20:44,940    DEBUG insights.core.plugins /etc/foreman-installer/custom-hiera.yaml does not exist.
2024-03-27 15:20:44,945     INFO insights.core.spec_cleaner Writing RHSM facts to /etc/rhsm/facts/insights-client.facts ...
2024-03-27 15:20:44,946    DEBUG insights.client.core_collector Core collection finished.
2024-03-27 15:20:44,946    DEBUG insights.client.core_collector Collecting metadata ...
2024-03-27 15:20:44,946    DEBUG insights.client.data_collector Writing branch information to archive...
2024-03-27 15:20:44,946    DEBUG insights.client.data_collector Writing version information to archive...
2024-03-27 15:20:44,946    DEBUG insights.client.utilities /etc/insights-client/tags.yaml does not exist
2024-03-27 15:20:44,946    DEBUG insights.client.data_collector Writing blacklist report to archive...
2024-03-27 15:20:44,947    DEBUG insights.client.data_collector Writing egg release to archive...
2024-03-27 15:20:44,947    DEBUG insights.client.core_collector Metadata collection finished.
2024-03-27 15:20:44,947    DEBUG insights.client.archive Tar File: /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014.tar.gz
2024-03-27 15:20:45,038    DEBUG insights.client.archive Deleting: /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014
2024-03-27 15:20:45,060    DEBUG insights.client.archive Tar File Size: 342884
2024-03-27 15:20:45,061     INFO insights.client.client Uploading Insights data.
2024-03-27 15:20:45,061    DEBUG insights.client.client Legacy upload attempt 1 of 1 ...
2024-03-27 15:20:45,064    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:20:45,065    DEBUG insights.client.connection Uploading /var/tmp/insights-client-ioj2y5_9/insights-rhel-a9f3e-20240327152014.tar.gz to https://cert-api.access.redhat.com/r/insights/uploads/c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:45,065  NETWORK insights.client.connection POST https://cert-api.access.redhat.com/r/insights/uploads/c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:45,590  NETWORK insights.client.connection HTTP Status: 201 Created
2024-03-27 15:20:45,590  NETWORK insights.client.connection HTTP Response Text: {"request_id":"1cc8c1fc6da840d3b8141acb435c0246","upload":{"account_number":"6227255","org_id":"12451665"}}
2024-03-27 15:20:45,590    DEBUG insights.client.connection Upload duration: 0:00:00.523348
2024-03-27 15:20:45,734     INFO insights.client.client Successfully uploaded report from rhel-a9f3e to account 6227255.
2024-03-27 15:20:45,734     INFO insights.client.client View the Red Hat Insights console at https://console.redhat.com/insights/
2024-03-27 15:20:45,734    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:20:45,735  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/platform/inventory/v1/hosts?insights_id=c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:45,876  NETWORK insights.client.connection HTTP Status: 200 OK
2024-03-27 15:20:45,876  NETWORK insights.client.connection HTTP Response Text: {"total":0,"count":0,"page":1,"per_page":50,"results":[]}
2024-03-27 15:20:45,876    DEBUG insights.client.connection No HTTP Response message present.
2024-03-27 15:20:45,876    DEBUG insights.client.connection No hosts found with machine ID: c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:45,876    DEBUG insights.client Cached branch_info file does not exist.
2024-03-27 15:20:45,876    DEBUG insights.client Cannot copy /var/lib/insights/newest.egg to /var/lib/insights/last_stable.egg because /var/lib/insights/newest.egg does not exist.
2024-03-27 15:20:45,877    DEBUG insights.client.archive Deleting: /var/tmp/insights-client-ioj2y5_9
2024-03-27 15:20:47,708    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:47,709    DEBUG root Loaded initial egg: /var/lib/insights/last_stable.egg/insights
2024-03-27 15:20:47,709    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:47,725    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:48,274    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:48,274    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:48,286    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:48,291    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:48,291    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:48,292    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:48,293    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights/platform
2024-03-27 15:20:48,347    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:48,363    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:48,913    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:48,913    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:48,923    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:48,928    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:48,928    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:48,928    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:48,928    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:48,929    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights/platform
2024-03-27 15:20:48,929    DEBUG insights.client Egg update enabled
2024-03-27 15:20:48,930    DEBUG insights.client Beginning core fetch.
2024-03-27 15:20:49,004  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/platform/module-update-router/v1/channel?module=insights-core
2024-03-27 15:20:49,232  NETWORK insights.client.connection HTTP Status: 200 OK
2024-03-27 15:20:49,232  NETWORK insights.client.connection HTTP Response Text: {"url":"/release"}
2024-03-27 15:20:49,233    DEBUG insights.client Found etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:49,233    DEBUG insights.client Making request to https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg for new core
2024-03-27 15:20:49,233  NETWORK insights.client GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:20:49,233    DEBUG insights.client Requesting new file with etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:49,233  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:20:49,245  NETWORK insights.client.connection HTTP Status: 304 Not Modified
2024-03-27 15:20:49,245  NETWORK insights.client.connection HTTP Response Text: 
2024-03-27 15:20:49,245    DEBUG insights.client Status code: 304
2024-03-27 15:20:49,245    DEBUG insights.client Last-Modified: Tue, 26 Mar 2024 02:13:23 GMT
2024-03-27 15:20:49,245    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:49,245    DEBUG insights.client Vary: Accept-Encoding
2024-03-27 15:20:49,245    DEBUG insights.client Date: Wed, 27 Mar 2024 15:20:49 GMT
2024-03-27 15:20:49,245    DEBUG insights.client Connection: keep-alive
2024-03-27 15:20:49,246    DEBUG insights.client content-disposition: attachment
2024-03-27 15:20:49,246    DEBUG insights.client Content-Type: application/zip
2024-03-27 15:20:49,246    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:20:49,246    DEBUG insights.client No data received
2024-03-27 15:20:49,246    DEBUG insights.client Tags match, not updating core
2024-03-27 15:20:49,246    DEBUG insights.client Deleting temp directory /tmp/tmpn6mn18w0.
2024-03-27 15:20:49,306    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:20:49,322    DEBUG insights.client GPG return code: 0
2024-03-27 15:20:49,897    DEBUG insights.client.client Logging initialized
2024-03-27 15:20:49,897    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:20:49,910    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:20:49,915    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:20:49,915    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:20:49,915    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:20:49,915    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:20:49,916    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights/platform
2024-03-27 15:20:49,916    DEBUG insights.client.utilities Client version: 3.2.2
2024-03-27 15:20:49,916    DEBUG insights.client.utilities Core version: 3.3.14-1
2024-03-27 15:20:49,916    DEBUG insights.client.utilities All egg versions:
2024-03-27 15:20:49,916    DEBUG insights.client.utilities ENV egg not defined.
2024-03-27 15:20:49,916    DEBUG insights.client.utilities /var/lib/insights/newest.egg not found.
2024-03-27 15:20:50,202    DEBUG insights.client.utilities /var/lib/insights/last_stable.egg: 3.3.14-1
2024-03-27 15:20:50,483    DEBUG insights.client.utilities /etc/insights-client/rpm.egg: 3.2.15-1
2024-03-27 15:20:50,563    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:20:50,563  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/platform/inventory/v1/hosts?insights_id=c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:20:50,826  NETWORK insights.client.connection HTTP Status: 200 OK
2024-03-27 15:20:50,826  NETWORK insights.client.connection HTTP Response Text: {"total":0,"count":0,"page":1,"per_page":50,"results":[]}

Logs from the rhc status, same log as above.

2024-03-27 15:21:14,146    DEBUG insights.client.client Logging initialized
2024-03-27 15:21:14,147    DEBUG root Loaded initial egg: /var/lib/insights/last_stable.egg/insights
2024-03-27 15:21:14,147    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:21:14,163    DEBUG insights.client GPG return code: 0
2024-03-27 15:21:14,743    DEBUG insights.client.client Logging initialized
2024-03-27 15:21:14,744    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:21:14,755    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:21:14,761    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:21:14,761    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:21:14,762    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:14,763    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:21:14,763    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:14,818    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:21:14,834    DEBUG insights.client GPG return code: 0
2024-03-27 15:21:15,405    DEBUG insights.client.client Logging initialized
2024-03-27 15:21:15,405    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:21:15,415    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:21:15,421    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:15,422    DEBUG insights.client Egg update enabled
2024-03-27 15:21:15,422    DEBUG insights.client Beginning core fetch.
2024-03-27 15:21:15,500  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/platform/module-update-router/v1/channel?module=insights-core
2024-03-27 15:21:15,730  NETWORK insights.client.connection HTTP Status: 200 OK
2024-03-27 15:21:15,730  NETWORK insights.client.connection HTTP Response Text: {"url":"/release"}
2024-03-27 15:21:15,730    DEBUG insights.client Found etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:21:15,730    DEBUG insights.client Making request to https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg for new core
2024-03-27 15:21:15,730  NETWORK insights.client GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:21:15,730    DEBUG insights.client Requesting new file with etag "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:21:15,730  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/v1/static/release/insights-core.egg
2024-03-27 15:21:15,743  NETWORK insights.client.connection HTTP Status: 304 Not Modified
2024-03-27 15:21:15,743  NETWORK insights.client.connection HTTP Response Text: 
2024-03-27 15:21:15,743    DEBUG insights.client Status code: 304
2024-03-27 15:21:15,743    DEBUG insights.client Last-Modified: Tue, 26 Mar 2024 02:13:23 GMT
2024-03-27 15:21:15,743    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:21:15,743    DEBUG insights.client Vary: Accept-Encoding
2024-03-27 15:21:15,743    DEBUG insights.client Date: Wed, 27 Mar 2024 15:21:15 GMT
2024-03-27 15:21:15,743    DEBUG insights.client Connection: keep-alive
2024-03-27 15:21:15,743    DEBUG insights.client content-disposition: attachment
2024-03-27 15:21:15,743    DEBUG insights.client Content-Type: application/zip
2024-03-27 15:21:15,743    DEBUG insights.client ETag: "0fbe6327590a3b791c5dbf58269dbce4:1711419226.465086"
2024-03-27 15:21:15,743    DEBUG insights.client No data received
2024-03-27 15:21:15,743    DEBUG insights.client Tags match, not updating core
2024-03-27 15:21:15,743    DEBUG insights.client Deleting temp directory /tmp/tmpswvgaioh.
2024-03-27 15:21:15,811    DEBUG insights.client /usr/bin/gpg --verify --keyring /etc/insights-client/redhattools.pub.gpg /var/lib/insights/last_stable.egg.asc /var/lib/insights/last_stable.egg
2024-03-27 15:21:15,826    DEBUG insights.client GPG return code: 0
2024-03-27 15:21:16,383    DEBUG insights.client.client Logging initialized
2024-03-27 15:21:16,383    DEBUG insights.client.auto_config Trying to autoconfigure...
2024-03-27 15:21:16,398    DEBUG rhsm.https Using standard libs to provide httplib and ssl
2024-03-27 15:21:16,404    DEBUG insights.client.auto_config Checking if system is subscription-manager registered
2024-03-27 15:21:16,404    DEBUG insights.client.auto_config System is subscription-manager registered
2024-03-27 15:21:16,404    DEBUG insights.client.auto_config Found Host: subscription.rhsm.redhat.com, Port: 443
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Found CA: /etc/rhsm/ca/redhat-uep.pem
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Setting authmethod to CERT
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Connected to Red Hat Directly, using cert-api
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Trying to set auto_configuration
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Attempting to auto configure!
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Attempting to auto configure hostname: cert-api.access.redhat.com
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Attempting to auto configure CA cert: None
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Attempting to auto configure proxy: None
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Attempting to auto configure no_proxy: None
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Auto-configured base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Not connected to Satellite, skipping branch_info
2024-03-27 15:21:16,405    DEBUG insights.client.auto_config Updated base_url: cert-api.access.redhat.com/r/insights
2024-03-27 15:21:16,405    DEBUG insights.client.utilities Client version: 3.2.2
2024-03-27 15:21:16,406    DEBUG insights.client.utilities Core version: 3.3.14-1
2024-03-27 15:21:16,406    DEBUG insights.client.utilities All egg versions:
2024-03-27 15:21:16,406    DEBUG insights.client.utilities ENV egg not defined.
2024-03-27 15:21:16,406    DEBUG insights.client.utilities /var/lib/insights/newest.egg not found.
2024-03-27 15:21:16,700    DEBUG insights.client.utilities /var/lib/insights/last_stable.egg: 3.3.14-1
2024-03-27 15:21:17,000    DEBUG insights.client.utilities /etc/insights-client/rpm.egg: 3.2.15-1
2024-03-27 15:21:17,085    DEBUG insights.client.connection Checking registration status...
2024-03-27 15:21:17,085    DEBUG insights.client.utilities Found /etc/insights-client/machine-id
2024-03-27 15:21:17,085  NETWORK insights.client.connection GET https://cert-api.access.redhat.com/r/insights/v1/systems/c299cfdb-79dd-43b4-b9a6-20bb127c28ab
2024-03-27 15:21:17,434  NETWORK insights.client.connection HTTP Status: 404 Not Found
2024-03-27 15:21:17,434  NETWORK insights.client.connection HTTP Response Text: {"detail":"System with insights_id c299cfdb-79dd-43b4-b9a6-20bb127c28ab not found"}
2024-03-27 15:21:17,434    DEBUG insights.client.connection No HTTP Response message present.
2024-03-27 15:21:17,434    DEBUG insights.client.connection Debug Information:
2024-03-27 15:21:17,434    DEBUG insights.client.connection HTTP Status Text: Not Found
2024-03-27 15:21:17,435    DEBUG insights.client.support Registration status: None
2024-03-27 15:21:17,435     INFO insights.client.phase.v1 System is registered locally via .registered file. Registered at 2024-03-27T15:20:12.296197
2024-03-27 15:21:17,435     INFO insights.client.phase.v1 Insights API says this machine is NOT registered.
2024-03-27 15:21:17,435     INFO insights.client.phase.v1 System unregistered locally via .unregistered file
nlager commented 3 months ago

This gets even worse for this host.. Running insights-client --register also runs, and reports success, but then running insights-client to get it to collect and report, tells me its not registered to insights.

Also, the inventory in insights is showing me 5 entries for this host now.

I think this needs to be reported to the insights team as a bug.

nlager commented 3 months ago

One more test, I tried to focus on insights-client.

root@rhel-f4488:~# rhc status
Connection status for rhel-f4488:

● Connected to Red Hat Subscription Management
● Not connected to Red Hat Insights
● The Remote Host Configuration daemon is active

Manage your connected systems: https://red.ht/connector
root@rhel-f4488:~# date
Wed Mar 27 04:14:41 PM UTC 2024
root@rhel-f4488:~# insights-client --register
Successfully registered host rhel-f4488
Automatic scheduling for Insights has been enabled.
Starting to collect Insights data for rhel-f4488
Writing RHSM facts to /etc/rhsm/facts/insights-client.facts ...
Uploading Insights data.
Successfully uploaded report from rhel-f4488 to account 6227255.
View the Red Hat Insights console at https://console.redhat.com/insights/
root@rhel-f4488:~# date
Wed Mar 27 04:15:33 PM UTC 2024
root@rhel-f4488:~# rhc status
Connection status for rhel-f4488:

● Connected to Red Hat Subscription Management
● Not connected to Red Hat Insights
● The Remote Host Configuration daemon is active

Manage your connected systems: https://red.ht/connector
root@rhel-f4488:~# date
Wed Mar 27 04:15:50 PM UTC 2024
root@rhel-f4488:~# insights-client 
This machine has not yet been registered. Use --register to register this machine.

this system ended up in my insights inventory 5 times as well.

nlager commented 3 months ago

Allll right @benblasco I chatted with the insights folks in #insights on slack. Eventually, they told me there was an issue reported this morning that is now fixed. I re-deployed this lab three times, and it hasn't failed once since they fixed whatever was broken.

I think this is fixed, if you have similar issues again you can mention it in #insights on slack. If they insist its not their problem let us know and I can continue troubleshooting.

smcbrien commented 2 weeks ago

I updated the first step to run 'rhc connect' instead of 'rhc status'.

benblasco commented 2 weeks ago

Hi all, I do not believe the issue is any closer to being resolved. Here's what happens when I run some checks right at the start of the lab:

image rhsmcertd.log rhsm.log rhsmcertd.log-20240617.log rhsmcertd.log-20231114.log rhsm.log-20240617.log

rhsm.log-20231114.log

insights-client.log

I have reopened the bug as a consequence, and attached the rhsm and insights logs.