mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
/etc/kvmd/override.yaml when GPIO pin number is 22 web-server not started #230
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#230
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 @GrafDe on GitHub (May 3, 2021).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
When i try to use pin 22 in "/etc/kvmd/override.yaml" and restart kvmd i get web-server response "500 Internal Server Error"
#uname -a
Linux pikvm 5.10.23-2-ARCH #1 SMP Thu Mar 18 18:33:35 MSK 2021 armv7l GNU/Linux
this config doesn't work:
#cat /etc/kvmd/override.yaml
and when i delete button2 with pin 22 all works fine. or i changed pin to another of 22 and all work fine.
#cat /etc/kvmd/override.yaml
I need use pin 22 because my relay board is use it
link to my relay module https://wiki.keyestudio.com/KS0212_keyestudio_RPI_4-channel_Relay_Shield?spm=a2g0s.imconversation.0.0.1c573e5fYFHbXJ
@mdevaev commented on GitHub (May 3, 2021):
This is not a bug. Pin 22 is used for the HDD activity indicator. If you look to
journalctl -u kvmd, you will see that kvmd cannot start because your configuration conflicts with the default settings. To use pin 22, you need to move the ATX function to another location (or disable it altogether) using override:Or:
Use
kvmd -mto view entire config.@GrafDe commented on GitHub (May 3, 2021):
tanks, is work
i was change in /etc/kvmd/main.yaml
@mdevaev commented on GitHub (May 3, 2021):
Welcome