ah ok, understood.
I was not sure if the functionality of this package is still needed after the upgrade.
Normally you're very careful if you see dependencies like that
I'll try the upgrade later this day, leaving out this package.
Hello, first time trying an upgrade using either attended-sysupgrade from LuCI or owut from the command line.
I don't know what to expect so maybe this is normal but is the number of builds "ahead of you" supposed to update and go down? It says Status: queued - 3193 ahead of you and it's been 20 minutes in queue now and it hasn't changed.
Perhaps something is blocking on the server? I see that according to the stats on https://sysupgrade.openwrt.org/ there has been an uptick of requests per day in the last 3 days, so it's fine if because of the number of requests mine takes a long time, I just want to make sure it's going to be done at some point.
The OpenWrt ASU server is currently not working. It has internal limits for 200 queued jobs, so I'm not sure how it's queuing up so many... Best to wait a while and try again.
Normally there are 0-3 jobs in the queue, even when there's heavy load, and you only wait a couple minutes to get your job accepted and built.
You can easily check the queue length and see if it's still broken:
$ curl -s https://sysupgrade.openwrt.org/api/v1/stats
{"queue_length":3275} << Yup, it's still broken.
Thanks for the info! I will look at the status and see later.
Suggestion: https://sysupgrade.openwrt.org/ should show the current number of pending requests, it would be easier to see the status than having to issue a curl request through the API.
Will it resolve by itself or does someone need to do something? I mean, if builds are just accumulating and no one does anything, they will just keep accumulating and waiting won't change anything, right?
This is my device https://wikidevi.wi-cat.ru/PC-Engines_Alix_alix2d13
Was installed using image openwrt-24.10.1-x86-geode-generic-ext4-combined.img.gz
I see I can provide the profile value if I enable advanced mode. Any ideas where I can find the value for my board?
It appears that you are missing the board_name file for some reason. Since the actual value for the board name is ignored for this generic-ish target/subtarget, you can just do something like below and it should work fine for ASU purposes.
Custom means not available to the online imagebuilder, which can only use official packages. Anything else would pose a command injection attack vector into the server running the online imagebuilder.
You will have to install custom packages at runtime or build your own images on your own computer.
There's no such folder on my system
Do you think I have to create the file for the upgrade to succeed or can just provide any random value in ASU UI after enabling advanced mode?
Also the server response complained about absence of profile rather than board_name, so it either doesn't check board_name or checks profile first and reports the first error.
Very nice, I've had a device added to Openwrt of my own, which is still not supported yet, AX80 EU U-boot layout. I tried to attended sysupgrade, it thrown me back error. Just reporting a normal behaviour. System works as expected.