Views:
185
Votes: 2
✅ Solution
Tags:
command-line
hardware
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1018828
Title:
strace hwinfo --dump-db 0 does not dump to /var/lib/hardware
ID:
/2018/03/24/strace-hwinfo-dump-db-0-does-not-dump-to-_var_lib_hardware
Created:
March 24, 2018
Edited: June 12, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
There is a similar bug report in Ubuntu Launchpad for 16.10 not saving configuration files.
In summary the debian version wasn’t creating the directories:
DIR PERMISSION
/var/lib/hardware 0755
/var/lib/hardware/udi 0755
I tried creating these directories manually after installing hwinfo
but the command to dump the database still wouldn’t work for me.
I suggest filing a bug report.