You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run dmidecode command as root user to decode SMBIOS tables from raw data I dump before, it failed.
./dmidecode --from-dump ~/dmidecode.bin
# dmidecode 3.5
Reading SMBIOS/DMI data from file /root/dmidecode.bin.
Can't read memory from /root/dmidecode.bin
It seemed root user could use /dev/mem only, while non-root user could decode SMBIOS tables from local file.
This restriction seems not necessary, especially for some systems we only have root user.
The text was updated successfully, but these errors were encountered:
If I run dmidecode command as root user to decode SMBIOS tables from raw data I dump before, it failed.
It seemed root user could use /dev/mem only, while non-root user could decode SMBIOS tables from local file.
This restriction seems not necessary, especially for some systems we only have root user.
The text was updated successfully, but these errors were encountered: