mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
916 B
916 B
Objective
- Creates a tgz which includes user's name, date, operating system in title. Creates tgz less than 1MB. Can be read by vi without untaring.Gathers the following:
- iiab.ini
- iiab.env
- ip addr
- ifconfig
- brctl show
- /etc/resolv.conf
- netstat -rn (routing table)
- netstat -natp (which services have which ports)
- iiab-install.log
- iiab-debug.log
- iiab-network.log
- all ansible variables
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
- Upload the footprint you have just generated to pastebinit.
pbput /etc/iiab/footprint/<footprint file name>
- Email a description of the symptoms, and how to generate them, along with the URL which was returned by the "pbput" command, to bugs@iiab.io.