systemd-udev-settle.service failed

Latest response

Hi,

Upon every start-up/reboot I get a failed systemd-udev-settle.service:

systemctl --failed
  UNIT                        LOAD   ACTIVE SUB    DESCRIPTION                                 
● systemd-udev-settle.service loaded failed failed udev Wait for Complete Device Initialization
systemd-analyze blame
      2min 103ms systemd-udev-settle.service
         19.586s kdump.service
          5.761s insights-client-results.service
          3.156s dnf-makecache.service
          3.106s initrd-switch-root.service
          2.398s NetworkManager-wait-online.service
          2.263s rhsm.service
          1.835s pmlogger.service
...
journalctl -u systemd-udev-trigger.service
-- Logs begin at Tue 2021-08-24 12:49:14 WEST, end at Tue 2021-08-24 13:15:49 WEST. --
Aug 24 12:49:18 admin systemd[1]: Starting udev Coldplug all Devices...
Aug 24 12:49:18 admin systemd[1]: Started udev Coldplug all Devices.
Aug 24 12:49:19 admin systemd[1]: systemd-udev-trigger.service: Succeeded.
Aug 24 12:49:19 admin systemd[1]: Stopped udev Coldplug all Devices.
Aug 24 12:49:23 admin systemd[1]: Started udev Coldplug all Devices.
journalctl -u systemd-udevd.service
-- Logs begin at Tue 2021-08-24 12:49:14 WEST, end at Tue 2021-08-24 13:17:30 WEST. --
Aug 24 12:49:18 admin systemd[1]: Starting udev Kernel Device Manager...
Aug 24 12:49:18 admin systemd[1]: Started udev Kernel Device Manager.
Aug 24 12:49:18 admin systemd-udevd[436]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 24 12:49:18 admin systemd-udevd[451]: Using default interface naming scheme 'rhel-8.0'.
Aug 24 12:49:18 admin systemd-udevd[451]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 24 12:49:19 admin systemd[1]: Stopping udev Kernel Device Manager...
Aug 24 12:49:19 admin systemd[1]: systemd-udevd.service: Succeeded.
Aug 24 12:49:19 admin systemd[1]: Stopped udev Kernel Device Manager.
Aug 24 12:49:23 admin systemd[1]: Starting udev Kernel Device Manager...
Aug 24 12:49:24 admin systemd[1]: Started udev Kernel Device Manager.
Aug 24 12:49:24 admin systemd-udevd[731]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 24 12:49:24 admin systemd-udevd[726]: Using default interface naming scheme 'rhel-8.0'.
Aug 24 12:49:24 admin systemd-udevd[726]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 24 12:50:24 admin systemd-udevd[719]: seq 2299 '/devices/system/cpu/cpu0' is taking a long time
Aug 24 12:50:24 admin systemd-udevd[719]: seq 2300 '/devices/system/cpu/cpu1' is taking a long time
cat /etc/os-release 
NAME="Red Hat Enterprise Linux"
VERSION="8.4 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.4"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.4
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.4"

Up to date. I can't seem to find a fix for this. Running on Xen Hypervisor.

Responses