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

systemd-tmpfiles.service complains about some duplicate config lines. #1171

Open
jhaprins opened this issue Sep 7, 2023 · 0 comments
Open
Labels
kind/bug Something isn't working

Comments

@jhaprins
Copy link

jhaprins commented Sep 7, 2023

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

  1. Clean install of Flatcar on a local disk using ignition template.
  2. Analyze the logfiles
  3. Boot process.
  4. Minor cosmetic error, probably no impact.

Expected behavior

No messages about duplicate config declarations.

Additional information

Please add any information here that does not fit the above format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Development

No branches or pull requests

1 participant