When I run ubuntu-bug
or apport-collect
an udevdb.txt
file listing all devices is uploaded to Launchpad.
How can I get this file without using Launchpad?
When I run ubuntu-bug
or apport-collect
an udevdb.txt
file listing all devices is uploaded to Launchpad.
How can I get this file without using Launchpad?
The command used by Apport is:
udevadm info --export-db
See the
attach_hardware
function in/usr/lib/python3/dist-packages/apport/hookutils.py
. It does a bit of anonymisation of partition labels as well, but that's not important if you're just going to analyse the output locally.I have never used
apport-collect
but from theman
pages you can useapport-cli
to get what you want:Excerpt from
man apport-cli
:Usage: