mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
1.1 KiB
1.1 KiB
Objective
- Creates a flat file which can be uploaded to pastebinit. Gathers the following:
- /etc/iiab/iiab.ini
- /etc/iiab/iiab.env
- Output of /sbin/ip addr command
- Output of /sbin/ifconfig command
- Output of /sbin/brctl show
- /etc/resolv.conf
- Output of /bin/netstat -rn (routing table)
- Output from /bin/netstat -natp (which services have which ports)
- /opt/iiab/iiab-install.log
- /opt/iiab/iiab-debug.log
- /opt/iiab-network.log
- all ansible facts
contents of following directories:
- /etc/network/interfaces.d (and interfaces)
- /etc/sysconfig/network-scripts/if-cfg*
- /etc/NetworkManager/system-connections
- /etc/systemd/network/
Suggested Usage
- Create a diagnostic package
sudo iiab-diagnostics
(this will generate a new file with the collected information and place it into /etc/iiab/diagnostics/)
- Upload the diagnostics you have just generated to pastebinit.
pastebinit -i /etc/iiab/diagnostics/<name of file you just created>
- Email a description of the symptoms, and how to generate them, along with the URL which was returned by the "pastebinit" command, to bugs@iiab.io.