efahl
efahl
A fix has been submitted. https://github.com/openwrt/asu/pull/1466
Plus, this will go away as soon as the 23.05.6 release has completed building, but that may be some days away...
@aparcar I found this one by scanning my log output from https://github.com/openwrt/asu/pull/1522 running on my local server. It would be nice to get 1522 in, too, so I can see...
See https://github.com/openwrt/asu/issues/1530 as an example...
@aparcar Can we get this bug fix in, too? It's causing me headaches with trying to figure out root cause of issues due to it masking real errors.
The image being created is larger than the root file system default, which is 104 MB. Did you have all of those packages installed on your device already? If so,...
> --rootfs-size 256 How big is your storage device? You may as well jack it up to 1024 MB if you have the room, then you'll never have the issue...
The default rootfs partition size is defined by the imagebuilders, which are shared by both the guerra24 and openwrt ASU servers; the ASU server doesn't change anything unless you explicitly...
Could you run `owut download`, then do some checks on the result? After the download, show me the output from: ``` ls -la /tmp/firmware* sysupgrade --test /tmp/firmware.bin cat /tmp/sysupgrade.meta ```