mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
iiab-diagnostics: /opt/iiab/kiwix/bin/kiwix-serve --version
This commit is contained in:
parent
36ca9c6701
commit
272d23d908
1 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,6 @@ cat_file /etc/iiab/iiab.env
|
|||
cat_file /etc/iiab/iiab.ini
|
||||
cat_file /etc/iiab/local_vars.yml # Redacts most passwords above
|
||||
cat_file /etc/iiab/iiab_state.yml
|
||||
#cat_file /etc/iiab/config_vars.yml # No longer common
|
||||
cat_file /etc/resolv.conf
|
||||
cat_file /etc/network/interfaces
|
||||
cat_file /etc/hostapd/hostapd.conf # Redacts most passwords above
|
||||
|
@ -183,8 +182,6 @@ cat_dir /etc/NetworkManager/system-connections
|
|||
cat_dir /etc/netplan # Redacts most passwords above
|
||||
#cat_dir /etc/sysconfig/network-scripts/if-cfg* # No longer common
|
||||
#cat_dir /etc/network # Above file /etc/network/interfaces suffices
|
||||
cat_cmd 'ls -l /lib/firmware/brcm/*43430*' 'RPi Zero W & 3 WiFi firmware'
|
||||
cat_cmd 'ls -l /lib/firmware/brcm/*43455*' 'RPi 3 B+ & 4 WiFi firmware'
|
||||
|
||||
echo -e "\n 4. Output of Commands:\n"
|
||||
echo -e "\n\n\n\n\n4. OUTPUT OF COMMANDS\n" >> $outfile
|
||||
|
@ -214,6 +211,9 @@ cat_cmd 'ls -l /etc/wpa_supplicant' 'Upstream Wi-Fi'
|
|||
cat_cmd 'ps -AH' 'Process hierarchy: staging of hostapd & wpa_supplicant?'
|
||||
cat_cmd 'dmesg | grep brcm' 'Diagnostic messages: RPi Wi-Fi firmware'
|
||||
cat_cmd 'lspci -nn' 'Devices on PCI buses'
|
||||
cat_cmd 'ls -l /lib/firmware/brcm/*43430*' 'RPi Zero W & 3 WiFi firmware'
|
||||
cat_cmd 'ls -l /lib/firmware/brcm/*43455*' 'RPi 3 B+ & 4 WiFi firmware'
|
||||
cat_cmd '/opt/iiab/kiwix/bin/kiwix-serve --version' 'kiwix-tools'
|
||||
cat_cmd 'env' 'Environment variables'
|
||||
#cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?
|
||||
|
||||
|
|
Loading…
Reference in a new issue