We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the boot of a new flatcar image (Alpha-3689) the systemd-tmpfiles.services complains about some duplicate config lines and ignores them.
Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring. Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/provision.conf:20: Duplicate line for path "/root", ignoring. Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/systemd-flatcar.conf:6: Duplicate line for path "/var/log/journal", ignoring. Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/systemd.conf:29: Duplicate line for path "/var/lib/systemd", ignoring.
Cosmetic bug only visible because I logged the complete boot process to a logserver and analyzed this.
No messages about duplicate config declarations.
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
During the boot of a new flatcar image (Alpha-3689) the systemd-tmpfiles.services complains about some duplicate config lines and ignores them.
Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring.
Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/provision.conf:20: Duplicate line for path "/root", ignoring.
Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/systemd-flatcar.conf:6: Duplicate line for path "/var/log/journal", ignoring.
Sep 07 14:49:38 node-1 systemd-tmpfiles[4531]: /usr/lib/tmpfiles.d/systemd.conf:29: Duplicate line for path "/var/lib/systemd", ignoring.
Impact
Cosmetic bug only visible because I logged the complete boot process to a logserver and analyzed this.
Environment and steps to reproduce
Expected behavior
No messages about duplicate config declarations.
Additional information
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered: