Installed SNAPSHOT from Nov 12. Worked flawlessly no issues.
Messed with VLANs, of course I locked myself out.
Did a button reset.
Back in SSH, can't install packages with apk.
No LUCI, ok, can fix.
apk add luci
- falls with 11 errors
apk add luci
- fails with 9 errors
apk add luci
- fails with 3 errors
It's getting closer every time!?
apk add luci
- works 30MiB in 169 packages
WTF?
Seems super unreliable. Example from what I saw and got working:
root@OpenWrt:~# apk add luci
( 1/11) Installing liblucihttp0 (2023.03.15~9b5b683f-r1)
Executing liblucihttp0-2023.03.15~9b5b683f-r1.post-install
( 2/11) Installing rpcd (2024.09.17~9f4b86e7-r1)
4% ###### SSL error: NET - Sending information through the socket failed
ERROR: rpcd-2024.09.17~9f4b86e7-r1: network error (check Internet connection and firewall)
( 3/11) Installing rpcd-mod-file (2024.09.17~9f4b86e7-r1)
11% ############## SSL error: NET - Sending information through the socket failed
ERROR: rpcd-mod-file-2024.09.17~9f4b86e7-r1: network error (check Internet connection and firewall)
( 4/11) Installing luci-base (24.319.72217~9fe1e34)
15% #################### SSL error: NET - Sending information through the socket failed
ERROR: luci-base-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
( 5/11) Installing luci-app-firewall (24.319.72217~9fe1e34)
Executing luci-app-firewall-24.319.72217~9fe1e34.post-install
( 6/11) Installing luci-mod-status (24.319.72217~9fe1e34)
67% ######################################################################################## SSL error: NET - Sending information through the socket failed
ERROR: luci-mod-status-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
( 7/11) Installing luci-mod-admin-full (24.319.72217~9fe1e34)
86% ################################################################################################################ SSL error: NET - Sending information through the socket failed
ERROR: luci-mod-admin-full-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
( 8/11) Installing luci-proto-ipv6 (24.319.72217~9fe1e34)
86% ################################################################################################################ SSL error: NET - Sending information through the socket failed
ERROR: luci-proto-ipv6-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
( 9/11) Installing luci-theme-bootstrap (24.319.72217~9fe1e34)
88% ################################################################################################################### SSL error: NET - Sending information through the socket failed
ERROR: luci-theme-bootstrap-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
(10/11) Installing uhttpd-mod-ubus (2023.06.25~34a8a74d-r4)
Executing uhttpd-mod-ubus-2023.06.25~34a8a74d-r4.post-install
4+0 records in
4+0 records out
(11/11) Installing luci (24.319.72217~9fe1e34)
99% ################################################################################################################################# SSL error: NET - Sending information through the socket failed
ERROR: luci-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
8 errors; 29 MiB in 161 packages
root@OpenWrt:~# apk add luci
(1/8) Installing rpcd (2024.09.17~9f4b86e7-r1)
0% SSL error: NET - Sending information through the socket failed
ERROR: rpcd-2024.09.17~9f4b86e7-r1: network error (check Internet connection and firewall)
(2/8) Installing rpcd-mod-file (2024.09.17~9f4b86e7-r1)
7% ######### SSL error: NET - Sending information through the socket failed
ERROR: rpcd-mod-file-2024.09.17~9f4b86e7-r1: network error (check Internet connection and firewall)
(3/8) Installing luci-base (24.319.72217~9fe1e34)
Executing luci-base-24.319.72217~9fe1e34.post-install
4+0 records in
4+0 records out
(4/8) Installing luci-mod-status (24.319.72217~9fe1e34)
67% ####################################################################################### SSL error: NET - Sending information through the socket failed
ERROR: luci-mod-status-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
(5/8) Installing luci-mod-admin-full (24.319.72217~9fe1e34)
89% #################################################################################################################### SSL error: NET - Sending information through the socket failed
ERROR: luci-mod-admin-full-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
(6/8) Installing luci-proto-ipv6 (24.319.72217~9fe1e34)
Executing luci-proto-ipv6-24.319.72217~9fe1e34.post-install
(7/8) Installing luci-theme-bootstrap (24.319.72217~9fe1e34)
92% ######################################################################################################################## SSL error: NET - Sending information through the socket failed
ERROR: luci-theme-bootstrap-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
(8/8) Installing luci (24.319.72217~9fe1e34)
99% ################################################################################################################################# SSL error: NET - Sending information through the socket failed
ERROR: luci-24.319.72217~9fe1e34: network error (check Internet connection and firewall)
6 errors; 30 MiB in 163 packages
I forced HTTP instead of HTTPS, it has nothing to do with SSL. I get the same issue minus those errors. If I wget, I can see it sometimes works and sometimes doesn't.
Cable modem direct to WAN1, PC in LAN5, no other equipment anywhere.
Internet seems to work fine on PC.
No packet loss or ping issues.
What on earth is going on here!?