-
Notifications
You must be signed in to change notification settings - Fork 354
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
Suppress warning from systemd user session #5979
Suppress warning from systemd user session #5979
Conversation
The |
/kickstart-test --testtype smoke |
ff6bb59
to
95a84e4
Compare
/kickstart-test --testtype smoke |
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 & thanks for tracking this down! :)
My guess is that pixman either does not use the GLib logging or uses some sort of other topic/id from the one we redirected when redirecting the GTK output to Journal. |
Anaconda is starting systemd --user for RDP session. This unfortunately, will result in message: ``` Failed to adjust memory pressure threshold, ignoring: Device or resource busy ``` This message is printed directly to terminal and bypassing stdout or stderr. Force this message to be logged to the journal instead of terminal. Suggested-by: Lukas Nykryn
95a84e4
to
f47ca11
Compare
Small change in the commit message. No functional change. |
/kickstart-test --testtype smoke |
Anaconda is starting systemd --user for RDP session. This unfortunately, will result in message:
This message is printed directly to terminal and bypassing stdout or stderr.
Force this message to be logged to the journal instead of terminal.