Missing /sys/devices/virtual/dmi on Raspberry Pi #3404
Unanswered
PaavoHelde
asked this question in
Q&A
Replies: 1 comment 3 replies
-
my guess is this has something to do with our friends
can you elaborate between which versions you updated, that way i can have a better idea of the diff that may cause this to happen. also if you could include a longer log file, it might reveal more about where this is happening. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading our aws-cpp-sdk version to the tip of the main branch, we started to see some new log messages from InitAPI() which were not there before, about files in /sys/devices/virtual/dmi (our Raspberry Pi box does not have such directory). The library seems to work fine, it's just the log messages. Am I doing something wrong myself or are these log messages expected?
`[ERROR] 2025-05-05 08:39:32.159 common-io [547798657344] static: Failed to open file. path:'/sys/devices/virtual/dmi/id/sys_vendor' mode:'rb' errno:2 aws-error:44(AWS_ERROR_FILE_INVALID_PATH)
[ERROR] 2025-05-05 08:39:32.159 common-io [547798657344] static: Failed to open file. path:'/sys/devices/virtual/dmi/id/product_name' mode:'rb' errno:2 aws-error:44(AWS_ERROR_FILE_INVALID_PATH)
Beta Was this translation helpful? Give feedback.
All reactions