mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
OS update fails #1111
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mint-dulip on GitHub (Feb 19, 2026).
Originally assigned to: @mdevaev on GitHub.
Proceed with installation? [Y/n]
:: Retrieving packages...
gcc-15.2.1+r447+g6a64f6c3ebb8-1-aarch64 42.8 MiB 4.77 MiB/s 00:09 [#####################################################] 100%
gcc-libs-15.2.1+r447+g6a64f6c3ebb8-1-aarch64 32.6 MiB 7.41 MiB/s 00:04 [#####################################################] 100%
linux-rpi-pikvm-6.12.56-5-aarch64 28.5 MiB 7.79 MiB/s 00:04 [#####################################################] 100%
python-3.14.2-2-aarch64 12.7 MiB 5.92 MiB/s 00:02 [#####################################################] 100%
linux-rpi-headers-pikvm-6.12.56-5-aarch64 10.7 MiB 7.78 MiB/s 00:01 [#####################################################] 100%
icu-78.2-1-aarch64 10.3 MiB 5.35 MiB/s 00:02 [#####################################################] 100%
systemd-259.1-1-aarch64 9.1 MiB 6.25 MiB/s 00:01 [#####################################################] 100%
glibc-2.42+r50+g453e6b8dbab9-1-aarch64 9.1 MiB 5.40 MiB/s 00:02 [#####################################################] 100%
git-2.53.0-1-aarch64 7.7 MiB 5.98 MiB/s 00:01 [#####################################################] 100%
binutils-2.45.1+r35+g12d0a1dbc1b9-1-aarch64 7.3 MiB 4.10 MiB/s 00:02 [#####################################################] 100%
vim-runtime-9.1.2132-1-aarch64.pkg.tar.xz failed to download
Total ( 11/183) 272.7 MiB 8.85 MiB/s 00:31 [#####################################################] 100%
error: failed retrieving file 'vim-runtime-9.1.2132-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
++ on_error
++ set +x
To Reproduce
Login to terminal as super user and run "pikvm-update".
Expected behavior
Os update completes
Screenshots
Not applicable
Desktop (please complete the following information):
Not applicable
PiKVM info:
kvmd-fan 0.32-1
kvmd-platform-v3-hdmi-rpi4 4.132-1
kvmd-webterm 0.50-1
Additional context
Add any other context about the problem here.
@mdevaev commented on GitHub (Feb 19, 2026):
Hello. Please edit
/etc/pacman.d/mirrorlistand set some other mirror, for example:Server = http://mirror.archlinuxarm.org/$arch/$repoor
Server = http://ca.us.mirror.archlinuxarm.org/$arch/$repo@mint-dulip commented on GitHub (Feb 19, 2026):
Moving it to the ca/us mirror from 'Server = http://mirror.archlinuxarm.org/$arch/$repo' worked. Closing the issue, thanks for your help
@mdevaev commented on GitHub (Feb 19, 2026):
👌