You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I tried running the script, but unfortunately it fails to download the required files from the surface-linux mirror.
:: Retrieving packages...
linux-surface-6.5.5-1-aarch64.pkg.tar.zst failed to download
Total (1/6) 102.8 MiB 140 MiB/s 00:01 [#######################################] 100%
error: failed retrieving file 'linux-surface-6.5.5-1-aarch64.pkg.tar.zst' from pkg.surfacelinux.com : Maximum file size exceeded
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
failed to install linux-surface linux-surface-headers, trying again in 10 seconds
The error occurs with and without docker.
The text was updated successfully, but these errors were encountered:
Does it fail there and not re-try? We've had this issue in #5 and I ended up writing a re-try loop to try and avoid it. So now it should re-try for a total of 5 times with some increasing timeout in-between.
Unfortunately I have no idea how to properly fix it, since the actual files are hosted on GitHub (as releases) and our repo just redirects to those.
It did re-try automatically, but it always failed consistently. I eventually managed to make it work by downloading the packages with wget and installing them manually using pacman -U.
Hello! I tried running the script, but unfortunately it fails to download the required files from the surface-linux mirror.
The error occurs with and without docker.
The text was updated successfully, but these errors were encountered: