Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: EBPF Plugin Kernel SEGFAULT #15103

Closed
Knot3n opened this issue May 25, 2023 · 14 comments · Fixed by #15174
Closed

[Bug]: EBPF Plugin Kernel SEGFAULT #15103

Knot3n opened this issue May 25, 2023 · 14 comments · Fixed by #15174
Assignees
Labels
area/collectors Everything related to data collection bug collectors/ebpf

Comments

@Knot3n
Copy link

Knot3n commented May 25, 2023

Bug description

We are gettin EBPF KERNEL SEGFAULTS which leads to freeze the system at sometimes.

kernel - EBPF SEGFAULT:

May 25 12:31:49 hermes systemd[1]: systemd-hostnamed.service: Succeeded.
May 25 12:31:51 hermes kernel: warning: /opt/netdata/usr/libexec/netdata/plugins.d/apps.plugin' has both setuid-root and effective capabilities. Therefore not raising all capabilities. May 25 12:31:51 hermes [2282]: PROCFILE: Cannot open file '/opt/netdata/etc/netdata/apps_groups.conf' May 25 12:31:51 hermes [2282]: Cannot read process groups configuration file '/opt/netdata/etc/netdata/apps_groups.conf'. Will try '/opt/netdata/usr/lib/netdata/conf.d/apps_groups.conf' May 25 12:31:51 hermes [2276]: Does not have a configuration file inside /opt/netdata/etc/netdata/ebpf.d.conf. It will try to load stock file.
May 25 12:31:51 hermes [2282]: Loaded config file '/opt/netdata/usr/lib/netdata/conf.d/apps_groups.conf'
May 25 12:31:51 hermes [2282]: started on pid 2282
May 25 12:31:51 hermes [2282]: set name of thread 2317 to APPS_READER
May 25 12:31:51 hermes [2304]: no charts enabled - nothing to do.
May 25 12:31:51 hermes [2276]: Cannot read process groups configuration file '/opt/netdata/etc/netdata/apps_groups.conf'. Will try '/opt/netdata/usr/lib/netdata/conf.d/apps_groups.conf'
May 25 12:31:51 hermes [2276]: PROCFILE: Cannot open file '/proc/10365/status'
May 25 12:31:51 hermes [2276]: Cannot open /proc/10365/status
May 25 12:31:51 hermes [2276]: thread created with task id 2397
May 25 12:31:51 hermes [2276]: set name of thread 2397 to EBPF CACHESTAT
May 25 12:31:51 hermes [2276]: thread created with task id 2395
May 25 12:31:51 hermes [2276]: set name of thread 2395 to EBPF CGROUP INT
May 25 12:31:51 hermes [2276]: thread created with task id 2396
May 25 12:31:51 hermes [2276]: set name of thread 2396 to EBPF PROCESS
May 25 12:31:51 hermes [2276]: thread created with task id 2399
May 25 12:31:51 hermes [2276]: set name of thread 2399 to EBPF SWAP
May 25 12:31:51 hermes [2276]: thread created with task id 2398
May 25 12:31:51 hermes [2276]: set name of thread 2398 to EBPF SYNC
May 25 12:31:51 hermes [2276]: thread created with task id 2400
May 25 12:31:51 hermes [2276]: set name of thread 2400 to EBPF MOUNT
May 25 12:31:51 hermes [2276]: thread created with task id 2401
May 25 12:31:51 hermes [2276]: set name of thread 2401 to EBPF FD
May 25 12:31:51 hermes [2276]: thread created with task id 2403
May 25 12:31:51 hermes [2276]: set name of thread 2403 to EBPF OOMKILL
May 25 12:31:51 hermes [2276]: thread created with task id 2404
May 25 12:31:51 hermes [2276]: set name of thread 2404 to EBPF SHM
May 25 12:31:51 hermes [2276]: thread created with task id 2402
May 25 12:31:51 hermes [2276]: set name of thread 2402 to EBPF SOFTIRQ
May 25 12:31:51 hermes kernel: EBPF SOFTIRQ[2402]: segfault at 68 ip 000000000047b91b sp 00007f9472ccc8b0 error 4
May 25 12:31:51 hermes kernel: Code: c1 e0 02 48 01 d0 48 c1 e0 05 48 01 c8 c9 c3 55 48 89 e5 48 83 ec 10 48 89 7d f8 48 89 75 f0 48 83 7d f0 00 75 0a 48 8b 45 f8 <48> 8b 40 68 eb 18 48 8b 4d f8 48 8b 45 f0 ba 01 00 00 00 48 89 ce
May 25 12:31:51 hermes kernel: EBPF PROCESS[2396]: segfault at 68 ip 000000000047b91b sp 00007f9472d9e830 error 4 in ebpf.plugin[401000+345000]
May 25 12:31:51 hermes kernel: Code: c1 e0 02 48 01 d0 48 c1 e0 05 48 01 c8 c9 c3 55 48 89 e5 48 83 ec 10 48 89 7d f8 48 89 75 f0 48 83 7d f0 00 75 0a 48 8b 45 f8 <48> 8b 40 68 eb 18 48 8b 4d f8 48 8b 45 f0 ba 01 00 00 00 48 89 ce

Expected behavior

No SEGFAULT

We had not several systems freezes because of EBPF SEGFAULTS in combination with netdata.

Rocky Linux 8 + 9

Steps to reproduce

...

Installation method

kickstart.sh

System info

/etc/centos-release:Rocky Linux release 8.8 (Green Obsidian)
/etc/os-release:NAME="Rocky Linux"
/etc/os-release:VERSION="8.8 (Green Obsidian)"
/etc/os-release:ID="rocky"
/etc/os-release:ID_LIKE="rhel centos fedora"
/etc/os-release:VERSION_ID="8.8"
/etc/os-release:PLATFORM_ID="platform:el8"
/etc/os-release:PRETTY_NAME="Rocky Linux 8.8 (Green Obsidian)"
/etc/os-release:ANSI_COLOR="0;32"
/etc/os-release:LOGO="fedora-logo-icon"
/etc/os-release:CPE_NAME="cpe:/o:rocky:rocky:8:GA"
/etc/os-release:SUPPORT_END="2029-05-31"
/etc/os-release:ROCKY_SUPPORT_PRODUCT="Rocky-Linux-8"
/etc/os-release:ROCKY_SUPPORT_PRODUCT_VERSION="8.8"
/etc/os-release:REDHAT_SUPPORT_PRODUCT="Rocky Linux"
/etc/os-release:REDHAT_SUPPORT_PRODUCT_VERSION="8.8"
/etc/redhat-release:Rocky Linux release 8.8 (Green Obsidian)
/etc/rocky-release:Rocky Linux release 8.8 (Green Obsidian)
/etc/system-release:Rocky Linux release 8.8 (Green Obsidian)

Netdata build info

Version: netdata v1.39.0-62-g6765d03af
Configure options:  '--prefix=/opt/netdata/usr' '--sysconfdir=/opt/netdata/etc' '--localstatedir=/opt/netdata/var' '--libexecdir=/opt/netdata/usr/libexec' '--libdir=/opt/netdata/usr/lib' '--with-zlib' '--with-math' '--with-user=netdata' '--enable-cloud' '--without-bundled-protobuf' '--disable-dependency-tracking' 'CFLAGS=-static -O2 -I/openssl-static/include -I/libnetfilter-acct-static/include/libnetfilter_acct -I/usr/include/libmnl -pipe' 'LDFLAGS=-static -L/openssl-static/lib -L/libnetfilter-acct-static/lib -lnetfilter_acct -L/usr/lib -lmnl' 'PKG_CONFIG=pkg-config --static' 'PKG_CONFIG_PATH=/openssl-static/lib/pkgconfig:/libnetfilter-acct-static/lib/pkgconfig:/usr/lib/pkgconfig'
Install type: kickstart-static
    Binary architecture: x86_64
Features:
    dbengine:                   YES
    Native HTTPS:               YES
    Netdata Cloud:              YES 
    ACLK:                       YES
    TLS Host Verification:      YES
    Machine Learning:           YES
    Stream Compression:         YES
    HTTPD (h2o):                YES
Libraries:
    protobuf:                YES (system)
    jemalloc:                NO
    JSON-C:                  YES
    libcap:                  NO
    libcrypto:               YES
    libm:                    YES
    tcalloc:                 NO
    zlib:                    YES
Plugins:
    apps:                    YES
    cgroup Network Tracking: YES
    CUPS:                    NO
    debugfs:                 YES
    EBPF:                    YES
    IPMI:                    NO
    NFACCT:                  YES
    perf:                    YES
    slabinfo:                YES
    Xen:                     NO
    Xen VBD Error Tracking:  NO
Exporters:
    AWS Kinesis:             NO
    GCP PubSub:              NO
    MongoDB:                 NO
    Prometheus Remote Write: YES
Debug/Developer Features:
    Trace Allocations:       NO

Additional info

systemctl status netdata drops:

systemd-coredump[3507]: [🡕] Process 3403 (ebpf.plugin) of user 992 dumped core.

@Knot3n Knot3n added bug needs triage Issues which need to be manually labelled labels May 25, 2023
@Knot3n Knot3n changed the title [Bug]: [Bug]: EBPF Plugin Kernel SEGFAULT May 25, 2023
@ilyam8 ilyam8 added collectors/ebpf area/collectors Everything related to data collection labels May 25, 2023
@thiagoftsm
Copy link
Contributor

Hello @Knot3n ,

Thank you for your report. I am going to install Rocky Linux and try to recreate the issue, because unfortunately I did not see it on other Linux distributions like Alma 8.6.

Please, do you have a backtrace from these coredumps?

Finally, it is interesting that you are having system frozen, because eBPF programs runs inside VMs, so we do not expect crashes in VM to freeze the system, but Rocky does not use the exactly same kernel delivered by kernel team.

Best regards!

@Knot3n
Copy link
Author

Knot3n commented May 25, 2023

Hi @thiagoftsm ,

unfortunaly there is no Backtrace.

sudo coredumpctl debug 4687
           PID: 4687 (ebpf.plugin)
           UID: 992 (netdata)
           GID: 989 (netdata)
        Signal: 11 (SEGV)
     Timestamp: Thu 2023-05-25 12:57:42 CEST (20min ago)
  Command Line: /opt/netdata/usr/libexec/netdata/plugins.d/ebpf.plugin 1
    Executable: /opt/netdata/usr/libexec/netdata/plugins.d/ebpf.plugin
 Control Group: /system.slice/netdata.service
          Unit: netdata.service
         Slice: system.slice
       Boot ID: "
    Machine ID: "
       Storage: none
       Message: Process 4687 (ebpf.plugin) of user 992 dumped core.

Coredump entry has no core attached (neither internally in the journal nor externally on disk).

To give you more insights:

We updated yesterday Rocky Linux (can share also the ugpraded packets) - afterwards the systems were going crazy - i thought since one VM freezed, it was just a one timer , after that 3 other VM's are also freezed and were not responding anymore.

Since then (3 hours) im searching for the problem ... was it a old kernel .. was it a old netdata version etc.

as a hotfix we disabled now the eBPF plugin.

@thiagoftsm
Copy link
Contributor

Please, give me the list of packages you are running, the best scenario for me is to recreate exactly the same environment you are running.

We apologize for the issues! As soon I recreate the problems on my environment I will make a PR to fix the issue.

@Knot3n
Copy link
Author

Knot3n commented May 25, 2023

These are the upgraded packages.

dnf history info 105
Transaction ID : 105
Begin time : Tue 23 May 2023 08:40:46 PM CEST
Begin rpmdb : 730:19e2a087b3cbeef880ebe90aca3cd9aed06383b9
End time : Tue 23 May 2023 08:52:17 PM CEST (11 minutes)
End rpmdb : 731:0e26846ecf2ca448bca6e17bbdc9246388306d63
User : root
Return-Code : Success
Releasever : 8
Command Line : update
Comment :
Packages Altered:
Install kernel-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Install kernel-core-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Install kernel-modules-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Install python3-systemd-234-8.el8.x86_64 @BasEOS
Upgrade annobin-10.94-1.el8.x86_64 @appstream
Upgraded annobin-10.67-3.el8.x86_64 @@System
Upgrade apr-util-1.6.1-6.el8_8.1.x86_64 @appstream
Upgraded apr-util-1.6.1-6.el8.1.x86_64 @@System
Upgrade apr-util-bdb-1.6.1-6.el8_8.1.x86_64 @appstream
Upgraded apr-util-bdb-1.6.1-6.el8.1.x86_64 @@System
Upgrade apr-util-openssl-1.6.1-6.el8_8.1.x86_64 @appstream
Upgraded apr-util-openssl-1.6.1-6.el8.1.x86_64 @@System
Upgrade bind-libs-32:9.11.36-8.el8.x86_64 @appstream
Upgraded bind-libs-32:9.11.36-5.el8_7.2.x86_64 @@System
Upgrade bind-libs-lite-32:9.11.36-8.el8.x86_64 @appstream
Upgraded bind-libs-lite-32:9.11.36-5.el8_7.2.x86_64 @@System
Upgrade bind-license-32:9.11.36-8.el8.noarch @appstream
Upgraded bind-license-32:9.11.36-5.el8_7.2.noarch @@System
Upgrade bind-utils-32:9.11.36-8.el8.x86_64 @appstream
Upgraded bind-utils-32:9.11.36-5.el8_7.2.x86_64 @@System
Upgrade cloud-utils-growpart-0.33-0.el8.noarch @appstream
Upgraded cloud-utils-growpart-0.31-3.el8.noarch @@System
Upgrade container-selinux-2:2.205.0-2.module+el8.8.0+1265+fa25dd7a.noarch @appstream
Upgraded container-selinux-2:2.189.0-1.module+el8.7.0+1154+147ffa21.noarch @@System
Upgrade cpp-8.5.0-18.el8.x86_64 @appstream
Upgraded cpp-8.5.0-16.el8_7.x86_64 @@System
Upgrade fuse-overlayfs-1.11-1.module+el8.8.0+1265+fa25dd7a.x86_64 @appstream
Upgraded fuse-overlayfs-1.9-1.module+el8.7.0+1154+147ffa21.x86_64 @@System
Upgrade gcc-8.5.0-18.el8.x86_64 @appstream
Upgraded gcc-8.5.0-16.el8_7.x86_64 @@System
Upgrade gcc-plugin-annobin-8.5.0-18.el8.x86_64 @appstream
Upgraded gcc-plugin-annobin-8.5.0-16.el8_7.x86_64 @@System
Upgrade git-2.39.3-1.el8_8.x86_64 @appstream
Upgraded git-2.31.1-3.el8_7.x86_64 @@System
Upgrade git-core-2.39.3-1.el8_8.x86_64 @appstream
Upgraded git-core-2.31.1-3.el8_7.x86_64 @@System
Upgrade git-core-doc-2.39.3-1.el8_8.noarch @appstream
Upgraded git-core-doc-2.31.1-3.el8_7.noarch @@System
Upgrade httpd-2.4.37-56.module+el8.8.0+1284+07ef499e.6.x86_64 @appstream
Upgraded httpd-2.4.37-51.module+el8.7.0+1182+86a6cd60.5.x86_64 @@System
Upgrade httpd-filesystem-2.4.37-56.module+el8.8.0+1284+07ef499e.6.noarch @appstream
Upgraded httpd-filesystem-2.4.37-51.module+el8.7.0+1182+86a6cd60.5.noarch @@System
Upgrade httpd-tools-2.4.37-56.module+el8.8.0+1284+07ef499e.6.x86_64 @appstream
Upgraded httpd-tools-2.4.37-51.module+el8.7.0+1182+86a6cd60.5.x86_64 @@System
Upgrade libblockdev-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-crypto-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-crypto-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-fs-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-fs-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-loop-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-loop-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-mdraid-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-mdraid-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-part-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-part-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-swap-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-swap-2.24-11.el8.x86_64 @@System
Upgrade libblockdev-utils-2.28-2.el8.x86_64 @appstream
Upgraded libblockdev-utils-2.24-11.el8.x86_64 @@System
Upgrade libdrm-2.4.114-1.el8.x86_64 @appstream
Upgraded libdrm-2.4.111-1.el8.x86_64 @@System
Upgrade libslirp-4.4.0-1.module+el8.8.0+1265+fa25dd7a.x86_64 @appstream
Upgraded libslirp-4.4.0-1.module+el8.7.0+1154+147ffa21.x86_64 @@System
Upgrade libtiff-4.0.9-27.el8.x86_64 @appstream
Upgraded libtiff-4.0.9-26.el8_7.x86_64 @@System
Upgrade libudisks2-2.9.0-13.el8.x86_64 @appstream
Upgraded libudisks2-2.9.0-9.el8.x86_64 @@System
Upgrade libwebp-1.0.0-8.el8_7.x86_64 @appstream
Upgraded libwebp-1.0.0-5.el8.x86_64 @@System
Upgrade mod_http2-1.15.7-8.module+el8.8.0+1284+07ef499e.3.x86_64 @appstream
Upgraded mod_http2-1.15.7-5.module+el8.7.0+1182+86a6cd60.4.x86_64 @@System
Upgrade open-vm-tools-12.1.5-1.el8.x86_64 @appstream
Upgraded open-vm-tools-12.0.5-2.el8.x86_64 @@System
Upgrade perl-Git-2.39.3-1.el8_8.noarch @appstream
Upgraded perl-Git-2.31.1-3.el8_7.noarch @@System
Upgrade perl-Locale-Maketext-Simple-1:0.21-422.el8.noarch @appstream
Upgraded perl-Locale-Maketext-Simple-1:0.21-421.el8.noarch @@System
Upgrade perl-Net-Ping-2.55-422.el8.noarch @appstream
Upgraded perl-Net-Ping-2.55-421.el8.noarch @@System
Upgrade perl-Pod-Html-1.22.02-422.el8.noarch @appstream
Upgraded perl-Pod-Html-1.22.02-421.el8.noarch @@System
Upgrade perl-devel-4:5.26.3-422.el8.x86_64 @appstream
Upgraded perl-devel-4:5.26.3-421.el8.x86_64 @@System
Upgrade python-rpm-macros-3-45.el8.noarch @appstream
Upgraded python-rpm-macros-3-43.el8.noarch @@System
Upgrade python-srpm-macros-3-45.el8.noarch @appstream
Upgraded python-srpm-macros-3-43.el8.noarch @@System
Upgrade python3-bind-32:9.11.36-8.el8.noarch @appstream
Upgraded python3-bind-32:9.11.36-5.el8_7.2.noarch @@System
Upgrade python3-rpm-macros-3-45.el8.noarch @appstream
Upgraded python3-rpm-macros-3-43.el8.noarch @@System
Upgrade python3-unbound-1.16.2-5.el8.x86_64 @appstream
Upgraded python3-unbound-1.16.2-2.el8.x86_64 @@System
Upgrade python38-3.8.16-1.module+el8.8.0+1110+b297ede1.x86_64 @appstream
Upgraded python38-3.8.13-1.module+el8.7.0+1063+20f2b9a4.x86_64 @@System
Upgrade python38-libs-3.8.16-1.module+el8.8.0+1110+b297ede1.x86_64 @appstream
Upgraded python38-libs-3.8.13-1.module+el8.7.0+1063+20f2b9a4.x86_64 @@System
Upgrade redhat-rpm-config-131-1.el8.noarch @appstream
Upgraded redhat-rpm-config-130-1.el8.noarch @@System
Upgrade rsyslog-8.2102.0-13.el8.x86_64 @appstream
Upgraded rsyslog-8.2102.0-10.el8.x86_64 @@System
Upgrade slirp4netns-1.2.0-2.module+el8.8.0+1265+fa25dd7a.x86_64 @appstream
Upgraded slirp4netns-1.2.0-2.module+el8.7.0+1154+147ffa21.x86_64 @@System
Upgrade systemtap-sdt-devel-4.8-2.el8.x86_64 @appstream
Upgraded systemtap-sdt-devel-4.7-1.el8.x86_64 @@System
Upgrade udisks2-2.9.0-13.el8.x86_64 @appstream
Upgraded udisks2-2.9.0-9.el8.x86_64 @@System
Upgrade unbound-libs-1.16.2-5.el8.x86_64 @appstream
Upgraded unbound-libs-1.16.2-2.el8.x86_64 @@System
Upgrade wget-1.19.5-11.el8.x86_64 @appstream
Upgraded wget-1.19.5-10.el8.x86_64 @@System
Upgrade ModemManager-glib-1.20.2-1.el8.x86_64 @BasEOS
Upgraded ModemManager-glib-1.18.2-1.el8.x86_64 @@System
Upgrade NetworkManager-1:1.40.16-1.el8.x86_64 @BasEOS
Upgraded NetworkManager-1:1.40.0-6.el8_7.x86_64 @@System
Upgrade NetworkManager-initscripts-updown-1:1.40.16-1.el8.noarch @BasEOS
Upgraded NetworkManager-initscripts-updown-1:1.40.0-6.el8_7.noarch @@System
Upgrade NetworkManager-libnm-1:1.40.16-1.el8.x86_64 @BasEOS
Upgraded NetworkManager-libnm-1:1.40.0-6.el8_7.x86_64 @@System
Upgrade NetworkManager-team-1:1.40.16-1.el8.x86_64 @BasEOS
Upgraded NetworkManager-team-1:1.40.0-6.el8_7.x86_64 @@System
Upgrade NetworkManager-tui-1:1.40.16-1.el8.x86_64 @BasEOS
Upgraded NetworkManager-tui-1:1.40.0-6.el8_7.x86_64 @@System
Upgrade authselect-1.2.6-1.el8.x86_64 @BasEOS
Upgraded authselect-1.2.5-2.el8_7.x86_64 @@System
Upgrade authselect-libs-1.2.6-1.el8.x86_64 @BasEOS
Upgraded authselect-libs-1.2.5-2.el8_7.x86_64 @@System
Upgrade bind-export-libs-32:9.11.36-8.el8.x86_64 @BasEOS
Upgraded bind-export-libs-32:9.11.36-5.el8_7.2.x86_64 @@System
Upgrade binutils-2.30-119.el8.x86_64 @BasEOS
Upgraded binutils-2.30-117.el8.x86_64 @@System
Upgrade coreutils-8.30-15.el8.x86_64 @BasEOS
Upgraded coreutils-8.30-13.el8.x86_64 @@System
Upgrade coreutils-common-8.30-15.el8.x86_64 @BasEOS
Upgraded coreutils-common-8.30-13.el8.x86_64 @@System
Upgrade crypto-policies-20221215-1.gitece0092.el8.noarch @BasEOS
Upgraded crypto-policies-20211116-1.gitae470d6.el8.noarch @@System
Upgrade crypto-policies-scripts-20221215-1.gitece0092.el8.noarch @BasEOS
Upgraded crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch @@System
Upgrade cryptsetup-libs-2.3.7-5.el8.x86_64 @BasEOS
Upgraded cryptsetup-libs-2.3.7-2.el8.x86_64 @@System
Upgrade curl-7.61.1-30.el8_8.2.x86_64 @BasEOS
Upgraded curl-7.61.1-25.el8_7.3.x86_64 @@System
Upgrade dbus-1:1.12.8-24.el8.x86_64 @BasEOS
Upgraded dbus-1:1.12.8-23.el8_7.1.x86_64 @@System
Upgrade dbus-common-1:1.12.8-24.el8.noarch @BasEOS
Upgraded dbus-common-1:1.12.8-23.el8_7.1.noarch @@System
Upgrade dbus-daemon-1:1.12.8-24.el8.x86_64 @BasEOS
Upgraded dbus-daemon-1:1.12.8-23.el8_7.1.x86_64 @@System
Upgrade dbus-libs-1:1.12.8-24.el8.x86_64 @BasEOS
Upgraded dbus-libs-1:1.12.8-23.el8_7.1.x86_64 @@System
Upgrade dbus-tools-1:1.12.8-24.el8.x86_64 @BasEOS
Upgraded dbus-tools-1:1.12.8-23.el8_7.1.x86_64 @@System
Upgrade device-mapper-8:1.02.181-9.el8.x86_64 @BasEOS
Upgraded device-mapper-8:1.02.181-6.el8.x86_64 @@System
Upgrade device-mapper-event-8:1.02.181-9.el8.x86_64 @BasEOS
Upgraded device-mapper-event-8:1.02.181-6.el8.x86_64 @@System
Upgrade device-mapper-event-libs-8:1.02.181-9.el8.x86_64 @BasEOS
Upgraded device-mapper-event-libs-8:1.02.181-6.el8.x86_64 @@System
Upgrade device-mapper-libs-8:1.02.181-9.el8.x86_64 @BasEOS
Upgraded device-mapper-libs-8:1.02.181-6.el8.x86_64 @@System
Upgrade dhcp-client-12:4.3.6-49.el8.x86_64 @BasEOS
Upgraded dhcp-client-12:4.3.6-48.el8_7.1.x86_64 @@System
Upgrade dhcp-common-12:4.3.6-49.el8.noarch @BasEOS
Upgraded dhcp-common-12:4.3.6-48.el8_7.1.noarch @@System
Upgrade dhcp-libs-12:4.3.6-49.el8.x86_64 @BasEOS
Upgraded dhcp-libs-12:4.3.6-48.el8_7.1.x86_64 @@System
Upgrade dnf-4.7.0-16.el8_8.noarch @BasEOS
Upgraded dnf-4.7.0-11.el8.noarch @@System
Upgrade dnf-data-4.7.0-16.el8_8.noarch @BasEOS
Upgraded dnf-data-4.7.0-11.el8.noarch @@System
Upgrade dnf-plugins-core-4.0.21-19.el8_8.noarch @BasEOS
Upgraded dnf-plugins-core-4.0.21-14.1.el8.noarch @@System
Upgrade dracut-049-223.git20230119.el8.x86_64 @BasEOS
Upgraded dracut-049-218.git20221019.el8_7.x86_64 @@System
Upgrade dracut-config-rescue-049-223.git20230119.el8.x86_64 @BasEOS
Upgraded dracut-config-rescue-049-218.git20221019.el8_7.x86_64 @@System
Upgrade dracut-network-049-223.git20230119.el8.x86_64 @BasEOS
Upgraded dracut-network-049-218.git20221019.el8_7.x86_64 @@System
Upgrade dracut-squash-049-223.git20230119.el8.x86_64 @BasEOS
Upgraded dracut-squash-049-218.git20221019.el8_7.x86_64 @@System
Upgrade elfutils-debuginfod-client-0.188-3.el8.x86_64 @BasEOS
Upgraded elfutils-debuginfod-client-0.187-4.el8.x86_64 @@System
Upgrade elfutils-default-yama-scope-0.188-3.el8.noarch @BasEOS
Upgraded elfutils-default-yama-scope-0.187-4.el8.noarch @@System
Upgrade elfutils-libelf-0.188-3.el8.x86_64 @BasEOS
Upgraded elfutils-libelf-0.187-4.el8.x86_64 @@System
Upgrade elfutils-libs-0.188-3.el8.x86_64 @BasEOS
Upgraded elfutils-libs-0.187-4.el8.x86_64 @@System
Upgrade emacs-filesystem-1:26.1-10.el8_8.2.noarch @BasEOS
Upgraded emacs-filesystem-1:26.1-7.el8_7.1.noarch @@System
Upgrade expat-2.2.5-11.el8.x86_64 @BasEOS
Upgraded expat-2.2.5-10.el8_7.1.x86_64 @@System
Upgrade file-5.33-24.el8.x86_64 @BasEOS
Upgraded file-5.33-21.el8.x86_64 @@System
Upgrade file-libs-5.33-24.el8.x86_64 @BasEOS
Upgraded file-libs-5.33-21.el8.x86_64 @@System
Upgrade fwupd-1.7.8-1.el8.rocky.0.4.x86_64 @BasEOS
Upgraded fwupd-1.7.8-1.el8.rocky.0.3.x86_64 @@System
Upgrade glib2-2.56.4-161.el8.x86_64 @BasEOS
Upgraded glib2-2.56.4-158.el8_6.1.x86_64 @@System
Upgrade glibc-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-2.28-211.el8.x86_64 @@System
Upgrade glibc-all-langpacks-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-all-langpacks-2.28-211.el8.x86_64 @@System
Upgrade glibc-common-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-common-2.28-211.el8.x86_64 @@System
Upgrade glibc-devel-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-devel-2.28-211.el8.x86_64 @@System
Upgrade glibc-gconv-extra-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-gconv-extra-2.28-211.el8.x86_64 @@System
Upgrade glibc-headers-2.28-225.el8.x86_64 @BasEOS
Upgraded glibc-headers-2.28-211.el8.x86_64 @@System
Upgrade grub2-common-1:2.02-148.el8.rocky.0.3.noarch @BasEOS
Upgraded grub2-common-1:2.02-142.el8_7.3.rocky.0.2.noarch @@System
Upgrade grub2-efi-x64-1:2.02-148.el8.rocky.0.3.x86_64 @BasEOS
Upgraded grub2-efi-x64-1:2.02-142.el8_7.3.rocky.0.2.x86_64 @@System
Upgrade grub2-tools-1:2.02-148.el8.rocky.0.3.x86_64 @BasEOS
Upgraded grub2-tools-1:2.02-142.el8_7.3.rocky.0.2.x86_64 @@System
Upgrade grub2-tools-efi-1:2.02-148.el8.rocky.0.3.x86_64 @BasEOS
Upgraded grub2-tools-efi-1:2.02-142.el8_7.3.rocky.0.2.x86_64 @@System
Upgrade grub2-tools-extra-1:2.02-148.el8.rocky.0.3.x86_64 @BasEOS
Upgraded grub2-tools-extra-1:2.02-142.el8_7.3.rocky.0.2.x86_64 @@System
Upgrade grub2-tools-minimal-1:2.02-148.el8.rocky.0.3.x86_64 @BasEOS
Upgraded grub2-tools-minimal-1:2.02-142.el8_7.3.rocky.0.2.x86_64 @@System
Upgrade hwdata-0.314-8.16.el8.noarch @BasEOS
Upgraded hwdata-0.314-8.14.el8.noarch @@System
Upgrade iptables-1.8.4-24.el8.x86_64 @BasEOS
Upgraded iptables-1.8.4-23.el8_7.1.x86_64 @@System
Upgrade iptables-ebtables-1.8.4-24.el8.x86_64 @BasEOS
Upgraded iptables-ebtables-1.8.4-23.el8_7.1.x86_64 @@System
Upgrade iptables-libs-1.8.4-24.el8.x86_64 @BasEOS
Upgraded iptables-libs-1.8.4-23.el8_7.1.x86_64 @@System
Upgrade irqbalance-2:1.9.0-4.el8.x86_64 @BasEOS
Upgraded irqbalance-2:1.9.0-3.el8.x86_64 @@System
Upgrade iwl100-firmware-39.31.5.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl100-firmware-39.31.5.1-111.el8_7.1.noarch @@System
Upgrade iwl1000-firmware-1:39.31.5.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl1000-firmware-1:39.31.5.1-111.el8_7.1.noarch @@System
Upgrade iwl105-firmware-18.168.6.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl105-firmware-18.168.6.1-111.el8_7.1.noarch @@System
Upgrade iwl135-firmware-18.168.6.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl135-firmware-18.168.6.1-111.el8_7.1.noarch @@System
Upgrade iwl2000-firmware-18.168.6.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl2000-firmware-18.168.6.1-111.el8_7.1.noarch @@System
Upgrade iwl2030-firmware-18.168.6.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl2030-firmware-18.168.6.1-111.el8_7.1.noarch @@System
Upgrade iwl3160-firmware-1:25.30.13.0-114.el8_8.1.noarch @BasEOS
Upgraded iwl3160-firmware-1:25.30.13.0-111.el8_7.1.noarch @@System
Upgrade iwl5000-firmware-8.83.5.1_1-114.el8_8.1.noarch @BasEOS
Upgraded iwl5000-firmware-8.83.5.1_1-111.el8_7.1.noarch @@System
Upgrade iwl5150-firmware-8.24.2.2-114.el8_8.1.noarch @BasEOS
Upgraded iwl5150-firmware-8.24.2.2-111.el8_7.1.noarch @@System
Upgrade iwl6000-firmware-9.221.4.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl6000-firmware-9.221.4.1-111.el8_7.1.noarch @@System
Upgrade iwl6000g2a-firmware-18.168.6.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl6000g2a-firmware-18.168.6.1-111.el8_7.1.noarch @@System
Upgrade iwl6050-firmware-41.28.5.1-114.el8_8.1.noarch @BasEOS
Upgraded iwl6050-firmware-41.28.5.1-111.el8_7.1.noarch @@System
Upgrade iwl7260-firmware-1:25.30.13.0-114.el8_8.1.noarch @BasEOS
Upgraded iwl7260-firmware-1:25.30.13.0-111.el8_7.1.noarch @@System
Upgrade kernel-headers-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Upgraded kernel-headers-4.18.0-425.19.2.el8_7.x86_64 @@System
Upgrade kernel-tools-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Upgraded kernel-tools-4.18.0-425.19.2.el8_7.x86_64 @@System
Upgrade kernel-tools-libs-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Upgraded kernel-tools-libs-4.18.0-425.19.2.el8_7.x86_64 @@System
Upgrade kexec-tools-2.0.25-5.el8.x86_64 @BasEOS
Upgraded kexec-tools-2.0.24-6.el8.x86_64 @@System
Upgrade kpartx-0.8.4-37.el8.x86_64 @BasEOS
Upgraded kpartx-0.8.4-28.el8_7.3.x86_64 @@System
Upgrade libarchive-3.3.3-5.el8.x86_64 @BasEOS
Upgraded libarchive-3.3.3-4.el8.x86_64 @@System
Upgrade libatomic-8.5.0-18.el8.x86_64 @BasEOS
Upgraded libatomic-8.5.0-16.el8_7.x86_64 @@System
Upgrade libblkid-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded libblkid-2.32.1-39.el8_7.x86_64 @@System
Upgrade libcurl-7.61.1-30.el8_8.2.x86_64 @BasEOS
Upgraded libcurl-7.61.1-25.el8_7.3.x86_64 @@System
Upgrade libcurl-devel-7.61.1-30.el8_8.2.x86_64 @BasEOS
Upgraded libcurl-devel-7.61.1-25.el8_7.3.x86_64 @@System
Upgrade libdnf-0.63.0-14.el8_8.x86_64 @BasEOS
Upgraded libdnf-0.63.0-11.1.el8.x86_64 @@System
Upgrade libfdisk-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded libfdisk-2.32.1-39.el8_7.x86_64 @@System
Upgrade libffi-3.1-24.el8.x86_64 @BasEOS
Upgraded libffi-3.1-23.el8.x86_64 @@System
Upgrade libgcc-8.5.0-18.el8.x86_64 @BasEOS
Upgraded libgcc-8.5.0-16.el8_7.x86_64 @@System
Upgrade libgomp-8.5.0-18.el8.x86_64 @BasEOS
Upgraded libgomp-8.5.0-16.el8_7.x86_64 @@System
Upgrade libibverbs-44.0-2.el8.1.x86_64 @BasEOS
Upgraded libibverbs-41.0-1.el8.x86_64 @@System
Upgrade libldb-2.6.1-1.el8.x86_64 @BasEOS
Upgraded libldb-2.5.2-2.el8.x86_64 @@System
Upgrade libmbim-1.28.2-1.el8.x86_64 @BasEOS
Upgraded libmbim-1.26.0-2.el8.x86_64 @@System
Upgrade libmount-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded libmount-2.32.1-39.el8_7.x86_64 @@System
Upgrade libnfsidmap-1:2.3.3-59.el8.x86_64 @BasEOS
Upgraded libnfsidmap-1:2.3.3-57.el8_7.1.x86_64 @@System
Upgrade libpwquality-1.4.4-6.el8.x86_64 @BasEOS
Upgraded libpwquality-1.4.4-5.el8.x86_64 @@System
Upgrade libqmi-1.32.2-3.el8.x86_64 @BasEOS
Upgraded libqmi-1.30.2-1.el8.x86_64 @@System
Upgrade librepo-1.14.2-4.el8.x86_64 @BasEOS
Upgraded librepo-1.14.2-3.el8.x86_64 @@System
Upgrade libselinux-2.9-8.el8.x86_64 @BasEOS
Upgraded libselinux-2.9-6.el8.x86_64 @@System
Upgrade libselinux-utils-2.9-8.el8.x86_64 @BasEOS
Upgraded libselinux-utils-2.9-6.el8.x86_64 @@System
Upgrade libsmartcols-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded libsmartcols-2.32.1-39.el8_7.x86_64 @@System
Upgrade libssh-0.9.6-6.el8.x86_64 @BasEOS
Upgraded libssh-0.9.6-3.el8.x86_64 @@System
Upgrade libssh-config-0.9.6-6.el8.noarch @BasEOS
Upgraded libssh-config-0.9.6-3.el8.noarch @@System
Upgrade libsss_autofs-2.8.2-2.el8.x86_64 @BasEOS
Upgraded libsss_autofs-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade libsss_certmap-2.8.2-2.el8.x86_64 @BasEOS
Upgraded libsss_certmap-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade libsss_idmap-2.8.2-2.el8.x86_64 @BasEOS
Upgraded libsss_idmap-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade libsss_nss_idmap-2.8.2-2.el8.x86_64 @BasEOS
Upgraded libsss_nss_idmap-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade libsss_sudo-2.8.2-2.el8.x86_64 @BasEOS
Upgraded libsss_sudo-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade libstdc++-8.5.0-18.el8.x86_64 @BasEOS
Upgraded libstdc++-8.5.0-16.el8_7.x86_64 @@System
Upgrade libtalloc-2.3.4-1.el8.x86_64 @BasEOS
Upgraded libtalloc-2.3.3-2.el8.x86_64 @@System
Upgrade libtdb-1.4.7-1.el8.x86_64 @BasEOS
Upgraded libtdb-1.4.6-1.el8.x86_64 @@System
Upgrade libteam-1.31-4.el8.x86_64 @BasEOS
Upgraded libteam-1.31-2.el8.x86_64 @@System
Upgrade libtevent-0.13.0-1.el8.x86_64 @BasEOS
Upgraded libtevent-0.12.0-0.el8.x86_64 @@System
Upgrade libuser-0.62-25.el8.x86_64 @BasEOS
Upgraded libuser-0.62-24.el8.x86_64 @@System
Upgrade libuuid-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded libuuid-2.32.1-39.el8_7.x86_64 @@System
Upgrade libxml2-2.9.7-16.el8.x86_64 @BasEOS
Upgraded libxml2-2.9.7-15.el8_7.1.x86_64 @@System
Upgrade linux-firmware-20230404-114.git2e92a49f.el8_8.noarch @BasEOS
Upgraded linux-firmware-20220726-111.git150864a4.el8_7.noarch @@System
Upgrade lmdb-libs-0.9.24-2.el8.x86_64 @BasEOS
Upgraded lmdb-libs-0.9.24-1.el8.x86_64 @@System
Upgrade logrotate-3.14.0-6.el8.x86_64 @BasEOS
Upgraded logrotate-3.14.0-4.el8.x86_64 @@System
Upgrade lvm2-8:2.03.14-9.el8.x86_64 @BasEOS
Upgraded lvm2-8:2.03.14-6.el8.x86_64 @@System
Upgrade lvm2-libs-8:2.03.14-9.el8.x86_64 @BasEOS
Upgraded lvm2-libs-8:2.03.14-6.el8.x86_64 @@System
Upgrade mdadm-4.2-7.el8.x86_64 @BasEOS
Upgraded mdadm-4.2-5.el8.x86_64 @@System
Upgrade microcode_ctl-4:20220809-2.el8.x86_64 @BasEOS
Upgraded microcode_ctl-4:20220809-1.el8.x86_64 @@System
Upgrade openssl-pkcs11-0.4.10-3.el8.x86_64 @BasEOS
Upgraded openssl-pkcs11-0.4.10-2.el8.x86_64 @@System
Upgrade pam-1.3.1-25.el8.x86_64 @BasEOS
Upgraded pam-1.3.1-22.el8.x86_64 @@System
Upgrade pciutils-3.7.0-3.el8.x86_64 @BasEOS
Upgraded pciutils-3.7.0-1.el8.x86_64 @@System
Upgrade pciutils-libs-3.7.0-3.el8.x86_64 @BasEOS
Upgraded pciutils-libs-3.7.0-1.el8.x86_64 @@System
Upgrade perl-Errno-1.28-422.el8.x86_64 @BasEOS
Upgraded perl-Errno-1.28-421.el8.x86_64 @@System
Upgrade perl-IO-1.38-422.el8.x86_64 @BasEOS
Upgraded perl-IO-1.38-421.el8.x86_64 @@System
Upgrade perl-IO-Zlib-1:1.10-422.el8.noarch @BasEOS
Upgraded perl-IO-Zlib-1:1.10-421.el8.noarch @@System
Upgrade perl-Math-Complex-1.59-422.el8.noarch @BasEOS
Upgraded perl-Math-Complex-1.59-421.el8.noarch @@System
Upgrade perl-interpreter-4:5.26.3-422.el8.x86_64 @BasEOS
Upgraded perl-interpreter-4:5.26.3-421.el8.x86_64 @@System
Upgrade perl-libs-4:5.26.3-422.el8.x86_64 @BasEOS
Upgraded perl-libs-4:5.26.3-421.el8.x86_64 @@System
Upgrade perl-macros-4:5.26.3-422.el8.x86_64 @BasEOS
Upgraded perl-macros-4:5.26.3-421.el8.x86_64 @@System
Upgrade platform-python-3.6.8-51.el8.rocky.0.x86_64 @BasEOS
Upgraded platform-python-3.6.8-48.el8_7.1.rocky.0.x86_64 @@System
Upgrade platform-python-setuptools-39.2.0-7.el8.noarch @BasEOS
Upgraded platform-python-setuptools-39.2.0-6.el8_7.1.noarch @@System
Upgrade policycoreutils-2.9-24.el8.x86_64 @BasEOS
Upgraded policycoreutils-2.9-20.el8.x86_64 @@System
Upgrade policycoreutils-python-utils-2.9-24.el8.noarch @BasEOS
Upgraded policycoreutils-python-utils-2.9-20.el8.noarch @@System
Upgrade polkit-0.115-15.el8.x86_64 @BasEOS
Upgraded polkit-0.115-13.el8_5.2.x86_64 @@System
Upgrade polkit-libs-0.115-15.el8.x86_64 @BasEOS
Upgraded polkit-libs-0.115-13.el8_5.2.x86_64 @@System
Upgrade procps-ng-3.3.15-13.el8.x86_64 @BasEOS
Upgraded procps-ng-3.3.15-9.el8.x86_64 @@System
Upgrade python3-dnf-4.7.0-16.el8_8.noarch @BasEOS
Upgraded python3-dnf-4.7.0-11.el8.noarch @@System
Upgrade python3-dnf-plugins-core-4.0.21-19.el8_8.noarch @BasEOS
Upgraded python3-dnf-plugins-core-4.0.21-14.1.el8.noarch @@System
Upgrade python3-hawkey-0.63.0-14.el8_8.x86_64 @BasEOS
Upgraded python3-hawkey-0.63.0-11.1.el8.x86_64 @@System
Upgrade python3-libdnf-0.63.0-14.el8_8.x86_64 @BasEOS
Upgraded python3-libdnf-0.63.0-11.1.el8.x86_64 @@System
Upgrade python3-libs-3.6.8-51.el8.rocky.0.x86_64 @BasEOS
Upgraded python3-libs-3.6.8-48.el8_7.1.rocky.0.x86_64 @@System
Upgrade python3-libselinux-2.9-8.el8.x86_64 @BasEOS
Upgraded python3-libselinux-2.9-6.el8.x86_64 @@System
Upgrade python3-linux-procfs-0.7.1-1.el8.noarch @BasEOS
Upgraded python3-linux-procfs-0.7.0-1.el8.noarch @@System
Upgrade python3-perf-4.18.0-477.10.1.el8_8.x86_64 @BasEOS
Upgraded python3-perf-4.18.0-425.19.2.el8_7.x86_64 @@System
Upgrade python3-policycoreutils-2.9-24.el8.noarch @BasEOS
Upgraded python3-policycoreutils-2.9-20.el8.noarch @@System
Upgrade python3-rpm-4.14.3-26.el8.x86_64 @BasEOS
Upgraded python3-rpm-4.14.3-24.el8_7.x86_64 @@System
Upgrade python3-setuptools-39.2.0-7.el8.noarch @BasEOS
Upgraded python3-setuptools-39.2.0-6.el8_7.1.noarch @@System
Upgrade python3-setuptools-wheel-39.2.0-7.el8.noarch @BasEOS
Upgraded python3-setuptools-wheel-39.2.0-6.el8_7.1.noarch @@System
Upgrade python3-syspurpose-1.28.36-2.el8.x86_64 @BasEOS
Upgraded python3-syspurpose-1.28.32-1.el8.x86_64 @@System
Upgrade rdma-core-44.0-2.el8.1.x86_64 @BasEOS
Upgraded rdma-core-41.0-1.el8.x86_64 @@System
Upgrade rocky-gpg-keys-8.8-1.7.el8.noarch @BasEOS
Upgraded rocky-gpg-keys-8.7-1.2.el8.noarch @@System
Upgrade rocky-release-8.8-1.7.el8.noarch @BasEOS
Upgraded rocky-release-8.7-1.2.el8.noarch @@System
Upgrade rocky-repos-8.8-1.7.el8.noarch @BasEOS
Upgraded rocky-repos-8.7-1.2.el8.noarch @@System
Upgrade rpm-4.14.3-26.el8.x86_64 @BasEOS
Upgraded rpm-4.14.3-24.el8_7.x86_64 @@System
Upgrade rpm-build-libs-4.14.3-26.el8.x86_64 @BasEOS
Upgraded rpm-build-libs-4.14.3-24.el8_7.x86_64 @@System
Upgrade rpm-libs-4.14.3-26.el8.x86_64 @BasEOS
Upgraded rpm-libs-4.14.3-24.el8_7.x86_64 @@System
Upgrade rpm-plugin-selinux-4.14.3-26.el8.x86_64 @BasEOS
Upgraded rpm-plugin-selinux-4.14.3-24.el8_7.x86_64 @@System
Upgrade rpm-plugin-systemd-inhibit-4.14.3-26.el8.x86_64 @BasEOS
Upgraded rpm-plugin-systemd-inhibit-4.14.3-24.el8_7.x86_64 @@System
Upgrade selinux-policy-3.14.3-117.el8.noarch @BasEOS
Upgraded selinux-policy-3.14.3-108.el8_7.2.noarch @@System
Upgrade selinux-policy-targeted-3.14.3-117.el8.noarch @BasEOS
Upgraded selinux-policy-targeted-3.14.3-108.el8_7.2.noarch @@System
Upgrade setup-2.12.2-9.el8.noarch @BasEOS
Upgraded setup-2.12.2-7.el8.noarch @@System
Upgrade shim-x64-15.6-1.el8.rocky.0.2.x86_64 @BasEOS
Upgraded shim-x64-15.6-1.el8.x86_64 @@System
Upgrade sssd-client-2.8.2-2.el8.x86_64 @BasEOS
Upgraded sssd-client-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade sssd-common-2.8.2-2.el8.x86_64 @BasEOS
Upgraded sssd-common-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade sssd-kcm-2.8.2-2.el8.x86_64 @BasEOS
Upgraded sssd-kcm-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade sssd-nfs-idmap-2.8.2-2.el8.x86_64 @BasEOS
Upgraded sssd-nfs-idmap-2.7.3-4.el8_7.3.x86_64 @@System
Upgrade sudo-1.8.29-10.el8.x86_64 @BasEOS
Upgraded sudo-1.8.29-8.el8_7.1.x86_64 @@System
Upgrade systemd-239-74.el8_8.x86_64 @BasEOS
Upgraded systemd-239-68.el8_7.4.x86_64 @@System
Upgrade systemd-libs-239-74.el8_8.x86_64 @BasEOS
Upgraded systemd-libs-239-68.el8_7.4.x86_64 @@System
Upgrade systemd-pam-239-74.el8_8.x86_64 @BasEOS
Upgraded systemd-pam-239-68.el8_7.4.x86_64 @@System
Upgrade systemd-udev-239-74.el8_8.x86_64 @BasEOS
Upgraded systemd-udev-239-68.el8_7.4.x86_64 @@System
Upgrade tar-2:1.30-9.el8.x86_64 @BasEOS
Upgraded tar-2:1.30-6.el8_7.1.x86_64 @@System
Upgrade teamd-1.31-4.el8.x86_64 @BasEOS
Upgraded teamd-1.31-2.el8.x86_64 @@System
Upgrade tuned-2.20.0-1.el8.noarch @BasEOS
Upgraded tuned-2.19.0-1.el8.noarch @@System
Upgrade util-linux-2.32.1-42.el8_8.x86_64 @BasEOS
Upgraded util-linux-2.32.1-39.el8_7.x86_64 @@System
Upgrade virt-what-1.25-3.el8.x86_64 @BasEOS
Upgraded virt-what-1.25-1.el8.x86_64 @@System
Upgrade yum-4.7.0-16.el8_8.noarch @BasEOS
Upgraded yum-4.7.0-11.el8.noarch @@System
Upgrade containerd.io-1.6.21-3.1.el8.x86_64 @docker-ce-stable
Upgraded containerd.io-1.6.20-3.1.el8.x86_64 @@System
Upgrade docker-ce-3:24.0.1-1.el8.x86_64 @docker-ce-stable
Upgraded docker-ce-3:23.0.5-1.el8.x86_64 @@System
Upgrade docker-ce-cli-1:24.0.1-1.el8.x86_64 @docker-ce-stable
Upgraded docker-ce-cli-1:23.0.5-1.el8.x86_64 @@System
Upgrade docker-ce-rootless-extras-24.0.1-1.el8.x86_64 @docker-ce-stable
Upgraded docker-ce-rootless-extras-23.0.5-1.el8.x86_64 @@System
Upgrade docker-compose-plugin-2.18.1-1.el8.x86_64 @docker-ce-stable
Upgraded docker-compose-plugin-2.17.3-1.el8.x86_64 @@System
Reason Change ModemManager-glib-1.18.2-1.el8.x86_64 @BasEOS
Removed kernel-4.18.0-425.10.1.el8_7.x86_64 @@System
Removed kernel-core-4.18.0-425.10.1.el8_7.x86_64 @@System
Removed kernel-modules-4.18.0-425.10.1.el8_7.x86_64 @@System
Scriptlet output:
1 warning: /etc/shadow created as /etc/shadow.rpmnew

On this system following services are running:

    running sshd
    running chrony
    running netdata
    running nginx
    running asstats
    running docker

docker for flow stats + AS-STATS with python -> NGINX as reverse proxy.
I don't think that docker + asstats (python) will be the problem here, since before the upgrade everything worked flawless.

Since it happens not only on that VM also on others it is def. something with the eBPF Plugin.

The other system is hosting for example:

    running sshd
    running chrony
    running fail2ban
    running speedtest (Ookla) 
    running nginx
    running netdata

Thanks, hopefully you will find something - if you need more infos from me, feel free to ask.

@thiagoftsm
Copy link
Contributor

@Knot3n , please, can you give me the kernel version running on both VMs?

@thiagoftsm
Copy link
Contributor

Sorry @Knot3n , I saw now that the list was hidden. 🤦‍♂️

@thiagoftsm
Copy link
Contributor

Hello @Knot3n ,

I made a VM and I had more or less the same packages than you (I am only sharing here the most important for eBPF):

[root@rocky netdata]# rpm -qa| grep kernel
kernel-devel-4.18.0-477.10.1.el8_8.x86_64
kernel-4.18.0-477.10.1.el8_8.x86_64
kernel-tools-libs-4.18.0-477.10.1.el8_8.x86_64
kernel-tools-4.18.0-477.10.1.el8_8.x86_64
kernel-core-4.18.0-477.10.1.el8_8.x86_64
kernel-headers-4.18.0-477.10.1.el8_8.x86_64
kernel-modules-4.18.0-477.10.1.el8_8.x86_64
[root@rocky netdata]# rpm -qa| grep gcc
libgcc-8.5.0-18.el8.x86_64
gcc-8.5.0-18.el8.x86_64
gcc-plugin-annobin-8.5.0-18.el8.x86_64
gcc-c++-8.5.0-18.el8.x86_64
[root@rocky netdata]# ps aux | grep netdata
netdata    15637  0.5  7.3 546896 72268 ?        SNsl 14:02   0:15 /usr/sbin/netdata -P /run/netdata/netdata.pid -D
netdata    15639  0.0  0.9  61396  9272 ?        SNl  14:02   0:00 /usr/sbin/netdata --special-spawn-server
netdata    15792  0.5  1.0 166612 10124 ?        SNl  14:02   0:14 /usr/libexec/netdata/plugins.d/apps.plugin 1
root       15793  0.0  8.7 1214384 86344 ?       SNl  14:02   0:01 /usr/libexec/netdata/plugins.d/ebpf.plugin 1
netdata    15794  0.0  0.2  39984  2896 ?        SN   14:02   0:00 /usr/libexec/netdata/plugins.d/debugfs.plugin 1
netdata    15796  0.1  5.7 773868 56976 ?        SNl  14:02   0:03 /usr/libexec/netdata/plugins.d/go.d.plugin 1
root       16047  0.0  0.1  12144  1208 pts/0    S+   14:48   0:00 grep --color=auto netdata
[root@rocky netdata]# ps -p 15793 -o pid,cmd,etime,uid,gid
    PID CMD                             ELAPSED   UID   GID
  15793 /usr/libexec/netdata/plugin       46:38     0   990
[root@rocky netdata]# systemctl stop netdata
[root@rocky netdata]# coredumpctl list
No coredumps found.

but, I could not have the same issues you are having. To investigate the issue I used this VM. We had an issue more or less like this and some users gave me access to their VM for me debug and fix. One of these VMs having issues were a VMware, that I do not have, so I have three questions for you:

  • Are you also using VMWare?
  • Are you working with Amazon servers?
  • If it is possible for you give me access for an environment with issues, let us continue our talk using email thiago@netdata.cloud to avoid expose sensitive information about your network.

Best regards!

@Dim-P Dim-P removed the needs triage Issues which need to be manually labelled label May 29, 2023
@mvandekorput
Copy link

I'm experiencing the same issue after upgrading my Rocky Linux today (version 8.8) and upgrading to Netdata 1.39.1. Any news on how to solve this? I didn't experience any freezes yet, but I see the same EBPF error message.

Scherm­afbeelding 2023-06-01 om 16 41 07

@mvandekorput
Copy link

It doesn't seem to be very much Kernel related. I tried starting my machine with several Kernel versions (including an older Rocky Linux 8.7) and I always get the same segfault. I'm running Rocky Linux in a virtual machine (bhyve).

@thiagoftsm
Copy link
Contributor

Hello guys,

I am sorry for the delay, but health issues kept me out almost one week. I returned today for the work and I will dedicate time on this tomorrow.

Best regards!

@thiagoftsm
Copy link
Contributor

Hello everyone,

I made the PR and I set it as draft, because I am still testing it on different Linux Distributions.
Right now I have it running more than 12 hours on Rocky Linux 9.2, on a host where plugin did not stay alive 10 seconds 🤦 , so it looks like issue is fixed on Rocky.
I will proceed with tests during the whole weekend and I expect set PR ready for review on Sunday night for my reviewers to take a look on it on Monday.

Best regards!

@mvandekorput
Copy link

In the meantime I installed v1.40.0 and the problem is solved. No more SEGFAULT.

@desrod
Copy link

desrod commented Aug 26, 2023

I can confirm that this also happens in 1.42.0:

Stack trace of thread 1998276:
#0  0x00007fa899bfece1 __GI_raise (libc.so.6 + 0x38ce1)
#1  0x00007fa899be8537 __GI_abort (libc.so.6 + 0x22537)
#2  0x00007fa899c41768 __libc_message (libc.so.6 + 0x7b768)
#3  0x00007fa899c48a5a malloc_printerr (libc.so.6 + 0x82a5a)
#4  0x00007fa899c4bb3c _int_malloc (libc.so.6 + 0x85b3c)
#5  0x00007fa899c4d299 __GI___libc_malloc (libc.so.6 + 0x87299)
#6  0x0000563dfd58502d n/a (/usr/libexec/netdata/plugins.d/ebpf.plugin (deleted) + 0x6002d)
ELF object binary architecture: AMD x86-64

Here's the log entries, they repeat every day:

Aug 25 06:50:24 truenas systemd[1]: netdata.service: Deactivated successfully.
Aug 25 06:50:24 truenas systemd[1]: Stopped netdata.service - Real time performance monitoring.
Aug 25 06:50:24 truenas systemd[1]: netdata.service: Consumed 46min 9.698s CPU time.
Aug 25 06:50:24 truenas systemd[1]: Started netdata.service - Real time performance monitoring.
Aug 25 06:50:24 truenas netdata[1997869]: CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Aug 25 06:50:24 truenas netdata[1997869]: 2023-08-25 06:50:24: netdata INFO  : MAIN : CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Aug 25 06:50:25 truenas ebpf.plugin[1998197]: Does not have a configuration file inside `/etc/netdata/ebpf.d.conf. It will try to load stock file.
Aug 25 06:50:25 truenas ebpf.plugin[1998197]: Cannot read process groups configuration file '/etc/netdata/apps_groups.conf'. Will try '/usr/lib/netdata/conf.d/apps_groups.conf'
Aug 25 06:50:25 truenas apps.plugin[1998322]: PROCFILE: Cannot open file '/etc/netdata/apps_groups.conf'
Aug 25 06:50:25 truenas apps.plugin[1998322]: Cannot read process groups configuration file '/etc/netdata/apps_groups.conf'. Will try '/usr/lib/netdata/conf.d/apps_groups.conf'
Aug 25 06:50:25 truenas apps.plugin[1998322]: Loaded config file '/usr/lib/netdata/conf.d/apps_groups.conf'
Aug 26 07:05:03 truenas systemd[1]: Stopping netdata.service - Real time performance monitoring...
                                                   #6  0x0000563dfd58502d n/a (/usr/libexec/netdata/plugins.d/ebpf.plugin (deleted) + 0x6002d)
Aug 26 07:05:16 truenas systemd[1]: netdata.service: Deactivated successfully.
Aug 26 07:05:16 truenas systemd[1]: Stopped netdata.service - Real time performance monitoring.
Aug 26 07:05:16 truenas systemd[1]: netdata.service: Consumed 40min 11.065s CPU time.
Aug 26 07:05:16 truenas systemd[1]: Started netdata.service - Real time performance monitoring.
Aug 26 07:05:16 truenas netdata[2024541]: CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Aug 26 07:05:16 truenas netdata[2024541]: 2023-08-26 07:05:16: netdata INFO  : MAIN : CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Aug 26 07:05:17 truenas apps.plugin[2026585]: PROCFILE: Cannot open file '/etc/netdata/apps_groups.conf'
Aug 26 07:05:17 truenas apps.plugin[2026585]: Cannot read process groups configuration file '/etc/netdata/apps_groups.conf'. Will try '/usr/lib/netdata/conf.d/apps_groups.conf'
Aug 26 07:05:17 truenas apps.plugin[2026585]: Loaded config file '/usr/lib/netdata/conf.d/apps_groups.conf'
Aug 26 07:05:17 truenas ebpf.plugin[2026770]: Does not have a configuration file inside `/etc/netdata/ebpf.d.conf. It will try to load stock file.
Aug 26 07:05:17 truenas ebpf.plugin[2026770]: Cannot read process groups configuration file '/etc/netdata/apps_groups.conf'. Will try '/usr/lib/netdata/conf.d/apps_groups.conf'

Removing, purging and reinstalling from scratch gives me:

Stack trace of thread 3644547:
#0  0x00007fcd166a7621 __GI___clock_nanosleep (libc.so.6 + 0xc3621)
#1  0x00007fcd166ace03 __GI___nanosleep (libc.so.6 + 0xc8e03)
#2  0x0000560f72d3298a n/a (ebpf.plugin + 0x4298a)
#3  0x0000560f72d32d85 n/a (ebpf.plugin + 0x42d85)
#4  0x0000560f72d0ca80 n/a (ebpf.plugin + 0x1ca80)
#5  0x0000560f72d63c05 n/a (ebpf.plugin + 0x73c05)
#6  0x00007fcd16904ea7 start_thread (libpthread.so.0 + 0x7ea7)
#7  0x00007fcd166e0aef __clone (libc.so.6 + 0xfcaef)

Stack trace of thread 3644548:
#0  0x00007fcd166a7621 __GI___clock_nanosleep (libc.so.6 + 0xc3621)
#1  0x00007fcd166ace03 __GI___nanosleep (libc.so.6 + 0xc8e03)
#2  0x0000560f72d3298a n/a (ebpf.plugin + 0x4298a)
#3  0x0000560f72d32d85 n/a (ebpf.plugin + 0x42d85)
#4  0x0000560f72d081d1 n/a (ebpf.plugin + 0x181d1)
#5  0x0000560f72d63c05 n/a (ebpf.plugin + 0x73c05)
#6  0x00007fcd16904ea7 start_thread (libpthread.so.0 + 0x7ea7)
#7  0x00007fcd166e0aef __clone (libc.so.6 + 0xfcaef)

Stack trace of thread 3644444:
#0  0x00007fcd166a7621 __GI___clock_nanosleep (libc.so.6 + 0xc3621)
#1  0x00007fcd166ace03 __GI___nanosleep (libc.so.6 + 0xc8e03)
#2  0x0000560f72d3298a n/a (ebpf.plugin + 0x4298a)
#3  0x0000560f72d0103d n/a (ebpf.plugin + 0x1103d)
#4  0x00007fcd1661cd60 __restore_rt (libc.so.6 + 0x38d60)
#5  0x00007fcd166a7621 __GI___clock_nanosleep (libc.so.6 + 0xc3621)
#6  0x00007fcd166ace03 __GI___nanosleep (libc.so.6 + 0xc8e03)
#7  0x0000560f72d3298a n/a (ebpf.plugin + 0x4298a)
#8  0x0000560f72d32d85 n/a (ebpf.plugin + 0x42d85)
#9  0x0000560f72cfdcd9 n/a (ebpf.plugin + 0xdcd9)
#10 0x00007fcd16607d0a __libc_start_main (libc.so.6 + 0x23d0a)
#11 0x0000560f72cfe93a n/a (ebpf.plugin + 0xe93a)
ELF object binary architecture: AMD x86-64

The same happens when I restart netdata using sysctl on the same host.

@thiagoftsm
Copy link
Contributor

Hello @desrod ,

According to the coredump you are giving us, it looks like that during shutdown the plugin is crashing when it is trying to stop some threads.

I do no have any coredump since latest netdata was released, so for me to recreate and fix what you are reporting, please, answer next questions:

  1. What is your currrent kernel version ?
  2. How did you install netdata?
  3. Is your environment a bare metal or a Virtual Machine? If it is a Virtual machine, what is the Virtual Machine?

Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection bug collectors/ebpf
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants