mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Update not working #895
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#895
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 @mcnahum on GitHub (May 21, 2024).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
The goal is simply to update the device
To Reproduce
curl https://files.pikvm.org/update-os.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2948 100 2948 0 0 17816 0 --:--:-- --:--:-- --:--:-- 17866
++ whoami
=== PiKVM is in Read-Write mode ===
:: Synchronizing package databases...
core 239.4 KiB 452 KiB/s 00:01 [################################################################################] 100%
extra 9.0 MiB 4.32 MiB/s 00:02 [################################################################################] 100%
community 45.0 B 562 B/s 00:00 [################################################################################] 100%
alarm 94.8 KiB 1354 KiB/s 00:00 [################################################################################] 100%
aur 9.3 KiB 117 KiB/s 00:00 [################################################################################] 100%
pikvm 10.6 KiB 76.0 KiB/s 00:00 [################################################################################] 100%
++ pacman -S -u --print-format %n
++ wc -l
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: Replace dbus-python with extra/python-dbus? [Y/n]
:: Replace raspberrypi-bootloader-x-pikvm with pikvm/raspberrypi-bootloader-pikvm? [Y/n]
resolving dependencies...
:: There are 2 providers available for dbus-units:
:: Repository core
Enter a number (default=1):
looking for conflicting packages...
:: kvmd and platformio are in conflict. Remove platformio? [y/N]
:: kvmd and avrdude-pikvm are in conflict. Remove avrdude-pikvm? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: installing python (3.12.3-1) breaks dependency 'python<3.12' required by python-ajsonrpc
PiKVM info:
Board 4
[root@pikvm /]# pacman -Q | grep kvmd
kvmd 3.257-2
kvmd-fan 0.30-1
kvmd-oled 0.25-1
kvmd-platform-v4plus-hdmi-rpi4 3.257-2
kvmd-webterm 0.43-1
[root@pikvm /]# pacman -Q | grep ustreamer
ustreamer 6.12-1
[root@pikvm /]# uname -a
Linux pikvm 5.15.92-1-rpi-ARCH #2 SMP Sat Sep 9 00:58:18 MSK 2023 armv7l GNU/Linux
@mdevaev commented on GitHub (May 21, 2024):
Please re-run it and follow instructions.
@mcnahum commented on GitHub (May 21, 2024):
I'm impressed!
Everything worked perfectly, and I noticed you already updated the FAQ.
Respect!
@mdevaev commented on GitHub (May 22, 2024):
👌