Flint2 on 24.10, apk repo gets randomly fail

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!?

It's unclear why you are having to install Luci on 24.10-SNAPSHOT when it's already included?

https://mirror-03.infra.openwrt.org/releases/24.10-SNAPSHOT/targets/mediatek/filogic/

2 Likes

Why are you trying to use apk on 24.10 branch? This has opkg:
opkg update && opkg install luci luci-ssl

Only main has moved to apk.

3 Likes

Ok, first clarify for us are you on main snapshot or release 24.10-snapshot? Do the old ubus call system board shuffle and post that.

Reading on IRC, there was a fastly CDN issue with the downloads site right about the time you posted. Could it have been that, maybe just try again now?

1 Like

Clearly I wouldn't be trying to install Luci if it was already there, nor would I be able to.

I thought I was on 24.10 snapshot. Apparently I'm on main snapshot.

1 Like

Son of a motherfudging birch I will be so mad if I spent four hours messing with it and it was a CDN issue!

I saw another user post they had the same issue and now it's working. I'll verify and mark this as Solution if it's up.

SO DUMB.

Just checking, but there is nothing I could have done to prevent this right? Even if I downloaded the repo lists myself, getting the package dependencies would have had issues all over the place.

Also, I checked the Fastly Status/Incidents page and couldn't find anything except some purging errors in tokyo last night. Seems unrelated.

I've run into CDN issues with the downloads site before (I'm in SoCal so mirrors -I think- a mere 50 miles from me, source servers in DE), downloads seems to be the worst of all the openwrt.org infrastructure for this sort of thing. I've never seen any reports, so maybe they lack the instrumentation to detect all of them?

1 Like

There's enough teething issues for me to not be on the bleeding edge while it's sorted out.

Confirmed it does work now.

But I had to run apk with —no-cache to get zero errors. Not sure what the rules are or what the issue was… but apparently it was caching bad results.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.