-
Notifications
You must be signed in to change notification settings - Fork 355
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
Redirect everything that was spamming TTY1 to Journal #5842
Redirect everything that was spamming TTY1 to Journal #5842
Conversation
55d5b9f
to
3f90450
Compare
3f90450
to
25d9edb
Compare
/kickstart-test --skip-testtypes whatever |
This should prevent error messages (at the moment mostly from GTK, which stil runs in the main thread) from swamping the TUI running on TTY1. This also has the added benefit of any such errors now being captured in the Journal, which is usually stored from any test runs and easy for customers to send back if they encounter an issue. And thanks a lot to Ray Strode for helping us track this down! :) Resolves: RHEL-47097
The address is printed correctly a few line below. Resolves: RHEL-47097
This should avoid the output spamming TUI on TTY1 & any errors will be captured in Journal dumps. Resolves: RHEL-47097
25d9edb
to
487a26b
Compare
Turns out the accelerators fix was hitting an issue with some dodgy GTK API ( |
/kickstart-test --testtype smoke |
/kickstart-test --skip-testtypes whatever |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. However, it's problematic that we don't have test coverage for anything here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Yeah - not sure about the But for |
It's now forwardported to Fedora in #5829 |
So far unsuccessfully. :PWorks now. :)