-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
rhel-9.2.0
-
None
-
Moderate
-
rhel-plumbers
-
ssg_core_services
-
5
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
-
All
-
None
What were you trying to do that didn't work?
During the boot systemd-udevd pops up a warning message "Truncating stdout of 'dmi_memory_id' up to 16384 byte." and udev database is not populated properly.
Please provide the package NVR for which bug is seen:
systemd-252
How reproducible:
Always on VMWare systems
Steps to reproduce: execute udevadm test command
# udevadm test --action=add /sys/devices/virtual/dmi/id
Expected results
No warning and all properties enumerated
Actual results
[...] id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_10_TYPE_DETAIL=Unknown' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_10_MANUFACTURER=Not Specified' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_10_SERIAL_NU' id: Truncating stdout of 'dmi_memory_id' up to 16384 byte. id: 'dmi_memory_id'(out) 'MBER=Not Specified' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_10_ASSET_TAG=Not Specified' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_10_PART_NUMBER=Not Specified' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_11_PRESENT=0' [...] id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_42_PART_NUMBER=Not Specified' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_43_PRESENT=0' id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_43_FORM_FACTOR=' id: Process 'dmi_memory_id' succeeded.
Here above memory devices from 43 up to 127 are missing and not found in udev database at all. Node "MEMORY_ARRAY_NUM_DEVICES=128" is also missing.