Skip to content
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

Merged

Conversation

jkonecny12
Copy link
Member

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.

@github-actions github-actions bot added the f42 Fedora 42 label Nov 5, 2024
@jkonecny12
Copy link
Member Author

The *** BUG *** part is still present. I guess that is coming from a pixman directly but not sure so far.

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype smoke

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype smoke

Copy link
Contributor

@M4rtinK M4rtinK left a 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! :)

@M4rtinK
Copy link
Contributor

M4rtinK commented Nov 5, 2024

The *** BUG *** part is still present. I guess that is coming from a pixman directly but not sure so far.

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
@jkonecny12 jkonecny12 force-pushed the master-suppress-systemd-warning branch from 95a84e4 to f47ca11 Compare November 5, 2024 14:33
@jkonecny12
Copy link
Member Author

Small change in the commit message. No functional change.

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype smoke

@jkonecny12 jkonecny12 merged commit aec4a4e into rhinstaller:master Nov 6, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants