sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
741 stars 1.43k forks source link

ERR systemd-udevd: could not read from '/sys/module/intel_pmc_core_pltdrv/initstate': No such device #17112

Open liorghub opened 1 year ago

liorghub commented 1 year ago

Description

The following error message observed in log during init: ERR systemd-udevd[2119]: could not read from '/sys/module/intel_pmc_core_pltdrv/initstate': No such device

This error means that udevd was configured to handle changes in /sys/module/intel_pmc_core_pltdrv/initstate. However, I cant find the udev rule that added this module.

Steps to reproduce the issue:

  1. Load image and reboot

Describe the results you received:

Describe the results you expected:

Output of show version:

root@sonic:/home/admin# show version

SONiC Software Version: SONiC.202305_RC.13-41199a766_Internal
SONiC OS Version: 11
Distribution: Debian 11.8
Kernel: 5.10.0-23-2-amd64
Build commit: 3407c51e9
Build date: Tue Oct 31 16:52:27 UTC 2023
Built by: sw-r2d2-bot@r-build-sonic-ci02-244

Platform: x86_64-nvidia_sn5600-r0
HwSKU: ACS-SN5600
ASIC: mellanox
ASIC Count: 1
Serial Number: MT2321XZ0JJ9
Model Number: MSN-9N402-00RI-5CR
Hardware Revision: A1
Uptime: 09:11:58 up 0 min,  1 user,  load average: 1.35, 0.35, 0.12
Date: Tue 07 Nov 2023 09:11:58

Docker images:
REPOSITORY                                         TAG                               IMAGE ID       SIZE
docker-syncd-mlnx                                  202305_RC.13-41199a766_Internal   7f26e6b9ea97   836MB
docker-syncd-mlnx                                  latest                            7f26e6b9ea97   836MB
docker-orchagent                                   202305_RC.13-41199a766_Internal   fb6473912fe2   328MB
docker-orchagent                                   latest                            fb6473912fe2   328MB
docker-teamd                                       202305_RC.13-41199a766_Internal   07e93a04ef2e   317MB
docker-teamd                                       latest                            07e93a04ef2e   317MB
docker-sflow                                       202305_RC.13-41199a766_Internal   05e5399e6f5f   318MB
docker-sflow                                       latest                            05e5399e6f5f   318MB
docker-snmp                                        202305_RC.13-41199a766_Internal   2f0092838716   338MB
docker-snmp                                        latest                            2f0092838716   338MB
docker-fpm-frr                                     202305_RC.13-41199a766_Internal   c7e13e310d43   348MB
docker-fpm-frr                                     latest                            c7e13e310d43   348MB
docker-nat                                         202305_RC.13-41199a766_Internal   226025eaac22   320MB
docker-nat                                         latest                            226025eaac22   320MB
docker-dhcp-relay                                  latest                            e03652acbf5b   307MB
docker-platform-monitor                            202305_RC.13-41199a766_Internal   6716943891d6   827MB
docker-platform-monitor                            latest                            6716943891d6   827MB
docker-macsec                                      latest                            c2eb8af0de90   319MB
docker-sonic-telemetry                             202305_RC.13-41199a766_Internal   f8a094326eb0   386MB
docker-sonic-telemetry                             latest                            f8a094326eb0   386MB
docker-lldp                                        202305_RC.13-41199a766_Internal   9d6003535c50   341MB
docker-lldp                                        latest                            9d6003535c50   341MB
docker-database                                    202305_RC.13-41199a766_Internal   fac3acb015bc   299MB
docker-database                                    latest                            fac3acb015bc   299MB
docker-router-advertiser                           202305_RC.13-41199a766_Internal   c489c0a74a80   299MB
docker-router-advertiser                           latest                            c489c0a74a80   299MB
docker-mux                                         202305_RC.13-41199a766_Internal   f8d20b7cae7a   348MB
docker-mux                                         latest                            f8d20b7cae7a   348MB
docker-eventd                                      202305_RC.13-41199a766_Internal   194461d08cac   299MB
docker-eventd                                      latest                            194461d08cac   299MB
docker-sonic-mgmt-framework                        202305_RC.13-41199a766_Internal   1b7ec30db9e4   415MB
docker-sonic-mgmt-framework                        latest                            1b7ec30db9e4   415MB
urm.nvidia.com/sw-nbu-sws-sonic-docker/sonic-wjh   1.0.0-202305-9                    0368d513da0b   433MB
urm.nvidia.com/sw-nbu-sws-sonic-docker/doai        1.1.0-202305-12                   4914147a165a   277MB

root@mtvr-moose-07:/home/admin# 

Output of show techsupport:

Techsupport added in comment below.
liorghub commented 1 year ago

sysdump_test_check_errors_in_log_during_deploy_sonic_image.tar.gz

liorghub commented 1 year ago

Adding info on intel_pmc_core driver. “The Intel Platform Controller Hub for Intel Core SoCs provides access to Power Management Controller registers via various interfaces. This driver can utilize debugging capabilities and supported features as exposed by the Power Management Controller”