openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
309 stars 78 forks source link

Server maintenance 18.07.2024 #663

Open aparcar opened 8 months ago

aparcar commented 8 months ago

For whatever reason the server is acting up as in not propagating the right versions. I'm investing please wait before reporting any issues.

aparcar commented 8 months ago

Good old podman system reset --force fixed the issues, for some reason the containers DNS resolution wouldn't work anymore.

aparcar commented 1 week ago

A new round, I'll have to reconfigure multiple things, server is down until further notice, should be done by tomorrow.

Sorry for the inconvenience

figgelus commented 1 week ago

Any progress? firmware selector still down at 19/7 11:00 UTC+2

fsa commented 1 week ago

Unfortunate coincidence. I need to update urgently, as there is a bug in firmware 23.05.3 and my NAT64 is not working and the update is not available.

jalexvig commented 1 week ago

Looks like builds are now working but not downloads

aparcar commented 1 week ago

I tested firmware selector, AUC and OWUT, all working as expected. Docker lagging issues may appear due to our CI being bloated with kernel builds, that's another mission for another day.

jalexvig commented 1 week ago

@aparcar Would this cause the 404s seen on download links?

jalexvig commented 1 week ago

Ah looks like it's just cached build download links that 404 - I just added an extra package for a custom build and it works fine.

aparcar commented 1 week ago

Yes there was a problem with the path, should be fixed

maurice-w commented 1 week ago

Firmware selector does indeed work for me, but still no luck with luci-app-attendedsysupgrade. Am I missing something?

image

fsa commented 1 week ago

It's likely that you've already requested the build you need before. For such assemblies, 404 is still issued. I had to change one package on the site and then I got a working firmware. And through luci it also gives an error.

maurice-w commented 1 week ago

Never mind, I found #896. It works with auc.

udanfacy22 commented 1 week ago

Neither auc nor luci-app-attendedsysupgrade work for me.

luci-app-attendedsysupgrade gives me the same {"detail":"Not Found"} error that others mentioned.

auc gives me this output:

auc/0.3.2-1
Server:    https://sysupgrade.openwrt.org
Running:   23.05.3 r23809-234f1a2efa on bcm27xx/bcm2711 (raspberrypi,4-model-b)
Invalid argument (22)

Update: Fortunately, using the firmware-selector, I was able to successfully build 23.05.4 with custom packages. After successfully upgrading that way, I can now report that this problem has not gone away in 23.05.4. Luci-app-attendedsysupgrade and auc still generate the same error messages that they did in 23.05.3.

aparcar commented 1 week ago

Thanks for testing and feedback, I'll try to give this another go tonight

devastgh commented 1 week ago

As of now, auc upgrading to 23.05.4 doesn't work on my x86/64 devices. Luci app same story.

root@HAWAII:~# auc -c
auc/0.3.2-1
Server:    https://sysupgrade.openwrt.org/
Running:   23.05.3 r23809-234f1a2efa on x86/64 (generic)
No data available (61)
aparcar commented 12 hours ago

@devastgh i can't reproduce the issue

devastgh commented 12 hours ago

@devastgh i can't reproduce the issue

I upgraded my x86/64 boxes manually from firmware selector, however auc still fails there even on 23.05.4:

root@HAWAII:~# auc -c
auc/0.3.2-1
Server:    https://sysupgrade.openwrt.org/
Running:   23.05.4 r24012-d8dd03c46f on x86/64 (generic)
No data available (61)

root@PENTAGON:~# auc -c
auc/0.3.2-1
Server:    https://sysupgrade.openwrt.org/
Running:   23.05.4 r24012-d8dd03c46f on x86/64 (generic)
No data available (61)

Both devices are dual stack, so connection is probably ipv6 to the servers.

My ipv4 only AX3000T devices work properly:

root@Bahamas:~# auc -c
auc/0.3.2-1
Server:    https://sysupgrade.openwrt.org
Running:   23.05.4 r24012-d8dd03c46f on mediatek/filogic (xiaomi,mi-router-ax3000t)
Available: 23.05.4 r24012-d8dd03c46f
Requesting package lists...
 luci-mod-network: git-24.111.76511-ff6b275 -> git-24.207.52553-1f36628

I have absolutely no clue what the issue could be here.