From 1df4bef65af780600c8c8ed2d0aa21015542d09e Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 2 Mar 2021 18:55:37 -0500 Subject: [PATCH 1/6] default_vars.yml: WARN that hotspot passwords may FAIL --- vars/default_vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 3afc1edb1..1f7351cc9 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -115,8 +115,8 @@ host_country_code: US host_ssid: Internet in a Box host_wifi_mode: g host_channel: 6 -hostapd_secure: False -hostapd_password: changeme +hostapd_secure: False # 2021-03-02 #2696 WiFi EAPOL fails if hotspot passwords, +hostapd_password: changeme # eg if firmware wifi_hotspot_capacity_rpi_fix: True hostapd_install: True # 2020-01-21: this var MIGHT be implemented in future. hostapd_enabled: True wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal From 6313b06ee8ac094c783067a8327283e890ce4650 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 2 Mar 2021 18:56:02 -0500 Subject: [PATCH 2/6] local_vars_big.yml: WARN that hotspot passwords may FAIL --- vars/local_vars_big.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 9ad8bf016..e33de6fa1 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -63,8 +63,8 @@ host_country_code: US host_ssid: Internet in a Box host_wifi_mode: g host_channel: 6 -hostapd_secure: False -hostapd_password: changeme +hostapd_secure: False # 2021-03-02 #2696 WiFi EAPOL fails if hotspot passwords, +hostapd_password: changeme # eg if firmware wifi_hotspot_capacity_rpi_fix: True wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal # WiFi hotspots to service 30-to-32 client devices. Background explanation: # https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472. From 18c40dc2aaf513b360ed9b6494abcb53b8bb5ee6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 2 Mar 2021 18:56:15 -0500 Subject: [PATCH 3/6] local_vars_medium.yml: WARN that hotspot passwords may FAIL --- vars/local_vars_medium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 878c98733..710dfbf17 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -63,8 +63,8 @@ host_country_code: US host_ssid: Internet in a Box host_wifi_mode: g host_channel: 6 -hostapd_secure: False -hostapd_password: changeme +hostapd_secure: False # 2021-03-02 #2696 WiFi EAPOL fails if hotspot passwords, +hostapd_password: changeme # eg if firmware wifi_hotspot_capacity_rpi_fix: True wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal # WiFi hotspots to service 30-to-32 client devices. Background explanation: # https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472. From 90091365d2b14230d33bf5302accc2f3cea07f64 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 2 Mar 2021 18:56:28 -0500 Subject: [PATCH 4/6] local_vars_min.yml: WARN that hotspot passwords may FAIL --- vars/local_vars_min.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 8a26cc1a2..023139f29 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -63,8 +63,8 @@ host_country_code: US host_ssid: Internet in a Box host_wifi_mode: g host_channel: 6 -hostapd_secure: False -hostapd_password: changeme +hostapd_secure: False # 2021-03-02 #2696 WiFi EAPOL fails if hotspot passwords, +hostapd_password: changeme # eg if firmware wifi_hotspot_capacity_rpi_fix: True wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal # WiFi hotspots to service 30-to-32 client devices. Background explanation: # https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472. From e2a3b44454d1c3c2b6e30e9d10f8e451f87c55e2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Mar 2021 08:08:46 -0500 Subject: [PATCH 5/6] firmware/tasks/main.yml: Comment typos fixed --- roles/firmware/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/firmware/tasks/main.yml b/roles/firmware/tasks/main.yml index 6b4a5c497..a199f2630 100644 --- a/roles/firmware/tasks/main.yml +++ b/roles/firmware/tasks/main.yml @@ -1,7 +1,7 @@ # Please set 'wifi_hotspot_capacity_rpi_fix: True' in /etc/iiab/local_vars.yml -# to restore support for 30-32 WiFi client devices on any Raspberry Pi that -# has internal WiFi. This installs firmware 7.45.18.0 for Zero W and RPi 3 -# and firmware 7.45.98.65 for RPi 3 B+ and RPi 4. Capacity testing writeup: +# to restore support for 30-32 WiFi client devices on most Raspberry Pis that +# have internal WiFi. This installs firmware 7.45.98.65 for Zero W and RPi 3 +# and firmware 7.45.18.0 for RPi 3 B+ and RPi 4. Capacity testing writeup: # https://github.com/iiab/iiab/issues/823#issuecomment-662285202 - name: Install firmware (for RPi internal WiFi) From 81abb9aecd817213de978d363e93083fe5f85dad Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Mar 2021 10:06:05 -0500 Subject: [PATCH 6/6] Gitea 1.13.2 -> 1.13.3 --- roles/gitea/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gitea/defaults/main.yml b/roles/gitea/defaults/main.yml index b127ae82c..0301a6e52 100644 --- a/roles/gitea/defaults/main.yml +++ b/roles/gitea/defaults/main.yml @@ -9,7 +9,7 @@ # Info needed to install Gitea: -gitea_version: 1.13.2 +gitea_version: 1.13.3 iset_suffixes: i386: 386 x86_64: amd64