Comment 1 for bug 1817816

Revision history for this message
Pierre Equoy (pieq) wrote :

I modified the command in the snap, so that running:

$ sudo qabro.sosreport

will start sosreport with the following options:

--no-report --batch --tmp-dir $SNAP_USER_COMMON -z gzip

Which means the sosreport will gather data automatically, will generate a .tar.gz archive and will put it in `~/snap/qabro/common/`

Please note:

- You must launch this using `sudo`.
- The generated sosreport archive is owned by `root`, so you will need to run `sudo chown <user>:<user> <path/to/sosreport.tar.gz>`