mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
ipmi sol support stutters #570
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#570
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 @awilliam on GitHub (Dec 19, 2022).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Using ipmi sol support, the serial output stutters. For instance when viewing the console of a Linux system during boot or reviewing boot logs with dmesg, I'll get anywhere from a few lines to a few screen fulls of text before a brief pause and the output continues. This is disruptive to use as a serial console server, which should be able to smoothly stream the console log, and as found on other hardware BMC devices or when directly using a terminal program such as minicom.
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
Text should stream smoothly.
Screenshots
N/A
Desktop (please complete the following information):
PiKVM info:
pacman -Q | grep kvmd: kvmd 3.173-1, kvmd-fan 0.22-1, kvmd-oled 0.13-1, kvmd-platform-v2-hdmiusb-rpi4 3.173-1, kvmd-webterm 0.42-1pacman -Q | grep ustreamer: ustreamer 5.31-1uname -a: Linux pikvm 5.15.68-3-rpi-ARCH #1 SMP Mon Oct 31 20:56:54 MSK 2022 armv7l GNU/LinuxAdditional context
Maxim kindly logged into my pikvm system to see the issue first hand and asked me to file this issue. Thanks!
@awilliam commented on GitHub (Jan 4, 2023):
For others leaning on not only KVM, but serial console access to a server, my current solution is to install conserver on the pikvm. Unfortunately Arch doesn't build this for armv7h (for absolutely no good reason afaict), but the package can be downloaded and built locally. This provides more fluid console access, handles multiple consoles, and in my case I'm connecting to ipmi serial-over-lan with conserver anyway.
@mdevaev commented on GitHub (Mar 25, 2023):
Could you update os and try ipmi sol again?
Also which package do you use for conserver? Is it? I can build it and add to the repo.
@mdevaev commented on GitHub (Mar 30, 2023):
@awilliam boop
@awilliam commented on GitHub (Mar 30, 2023):
Yes, that's the correct conserver package, seems there's no update relative to lack of armv7h builds. Updated my pikvm and temporarily re-enabled ipmi sol, no obvious improvement from previous experience, slow, choppy output, no comparison to conserver.