mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
1.5 KiB
1.5 KiB
Objective
Create a flat file which can be uploaded to pastebinit.
File contains 4 kinds of things:
-
Files
- /etc/iiab/iiab.ini
- /etc/iiab/iiab.env
- /etc/iiab/local_vars.yml
- /etc/iiab/config_vars.yml
- /etc/resolv.conf
- /opt/iiab/iiab-install.log
- /opt/iiab/iiab-debug.log
- /opt/iiab/iiab-network.log
-
Facts:
- All Ansible facts
-
Output from commands:
- Output of /sbin/ip addr
- Output of /sbin/ifconfig
- Output of /sbin/brctl show
- Output of /bin/netstat -rn (routing table)
- Output of /bin/netstat -natp (which services have which ports) ... systemctl status dnsmasq journalctl -u dnsmasq
-
as well as 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
-
Run the diagnostics:
sudo iiab-diagnostics
( This will bundle up all the diagnostics, into a new file places in: /etc/iiab/diagnostics/ )
-
Upload the file using the pastebinit command:
pastebinit < /etc/iiab/diagnostics/<name of file you just created>
This will generalte a link (URL).
-
Post the link (URL) to a "New issue" at https://github.com/iiab/iiab/issues
Include a description of the symptoms, and how to reproduce the problem.
-
If you don't understand Step 3, email everything to bugs@iiab.io instead.