-
Notifications
You must be signed in to change notification settings - Fork 28
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
tmpfiles.d/systemd.conf: Duplicate line for path #110
Comments
It's not correlated.
This is ignoring the duration set by us, and is not the cause of whatever hang you're experiencing. With that in mind, our setting is in fact useless here since what get used is systemd's settings instead. I'm not reading that wrong right? cc @ventureoo |
@1Naim I did not change anything, but the hangs are gone. Guess an update fixed them. |
No, the duration set by CachyOS overrides the systemd's setting because Related: systemd/systemd#8809 |
Reading the warning again, that makes sense. Thanks, this clears things up. |
Hi there!
I've been experiencing an issue where the systemd process for cleaning up temporary files occasionally hangs on my system. When it happens, one CPU core is fully utilized at 100% for an indefinite period, without any sign of completion.
Around the same time, I also started seeing a message about a duplicate configuration option during each package installation:
After checking the config files, it appears that there are two conflicting definitions for
/var/lib/systemd/coredump
:These definitions come from two different packages:
It seems one of these packages recently introduced this conflicting configuration, which may be linked to the CPU hang issue, though I can’t confirm if it’s the direct cause.
Just wanted to flag this as a potential packaging conflict. Thanks for taking a look!
The text was updated successfully, but these errors were encountered: