...
Install the tool
Code Block | ||
---|---|---|
| ||
sudo apt update
sudo apt install revpi-tools revpi-sos |
Create the report
Code Block | ||
---|---|---|
| ||
pi@RevPi40302:~ $ revpi-sos The report will be generated under folder /tmp in a .tar.xz file, which can be extracted with command: tar -Jxvf xxx.tar.xz in linux or 7zip in Windows. And then some inspection can be done before it is sent to support@kunbus.com. Are you going to continue (N/y)?y report generating... Your report has been generated and saved in: /tmp/sosreport-RevPi40302-20201102163308.tar.xz To make the report have better accessibility, the ownership of the report can be changed to the current user. Are you going to proceed(N/y)?y The ownership of /tmp/sosreport-RevPi40302-20201102163308.tar.xz has been changed to user:pi |
...