-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console rendering invalid characters on RHEL 8 #549
Comments
Thanks for reporting we will try to improve on this when one get time in the team |
Can you please just let us know the name of your cluster so that we can reproduce that bad printing ? |
Here's the [dev-cluster]
title = "Dev Cluster"
db-servers-hosts = "10.36.21.123,10.32.21.123"
db-servers-prefered-master = "10.36.21.123"
db-servers-ignored-hosts = ""
db-servers-connect-timeout = 5
db-servers-read-timeout = 15
db-servers-credential = "[REDACTED]"
db-servers-tls-ca-cert = ""
db-servers-tls-client-cert = ""
db-servers-tls-client-key = ""
replication-credential = "[REDACTED]"
replication-use-ssl = false
replication-master-slave = true
proxy-servers-read-on-master = "true" |
It looks like this is an issue in the underlying I think the dependency is version-locked to a few commits before the fix was pushed. Updating the Current version locked commit: nsf/termbox-go@88b7b944be8b Line 65 in ec79c78
In the meantime, prefixing the |
Hi thanks a lot for reporting and digging in the code for a workaround and a fixe would like to make a pull request for it or should we proceed with the change ? |
I'm not very fluent in the language, so I'll leave the actual change to the experts :) |
Please reopen if not fixed |
We recently started upgrading our servers to RHEL 8, and while everything seems to be functional, we are getting invalid characters rendered to the terminal when we use the CLI Console:
Updates to the terminal are not rendered correctly, and exiting the Console requires a
reset
command to restore the terminal to normal.I've tried both the v2.2.20 and v2.3.20 versions and both exhibit the same issue.
I've also verified the issue occurs in CentOS 8 Stream, to rule out any RHEL specific shenanigans.
The text was updated successfully, but these errors were encountered: