FS#64174 - systemd-networkd spamming journald with redundant information every 3 seconds

Attached to Project: Arch Linux
Opened by Xian Su (xiansu) - Saturday, 19 October 2019, 09:31 GMT
Last edited by Christian Hesse (eworm) - Saturday, 19 October 2019, 21:01 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I tried out systemd-network to set a simple static ip on a singular interface. After latest update, it spams journald every 3 seconds telling me my interface is Configured.

Additional info:
Oct 16 17:48:48 berim systemd-networkd[465]: enp5s0: Configured
Oct 16 17:48:51 berim systemd-networkd[465]: enp5s0: Configured
Oct 16 17:48:54 berim systemd-networkd[465]: enp5s0: Configured
In the last 2 days, I have more than 32,000 lines over the 28 hours that system's been up, consistently 1200 lines per hour.

* package version(s)
This did not happen on my old version, 242.84-2 that I noticed.
[2019-10-16 00:58] [ALPM] upgraded systemd-libs (242.84-2 -> 243.51-1)
[2019-10-16 00:58] [ALPM] upgraded systemd (242.84-2 -> 243.51-1)
[2019-10-16 00:59] [ALPM] upgraded lib32-systemd (242.84-1 -> 243.51-1)
[2019-10-16 01:00] [ALPM] upgraded systemd-sysvcompat (242.84-2 -> 243.51-1)

* config and/or log files etc.
Nothing fancy, just a simple static ip set on single interface
cat /etc/systemd/network/enp5s0.network
[Match]
Name=enp5s0

[Network]
Address=10.0.0.2/24

[Route]
Gateway=10.0.0.1

* link to upstream bug report, if any

Steps to reproduce:
Checked this on a second system that was upgraded to latest and see the same behavior.
This task depends upon

Closed by  Christian Hesse (eworm)
Saturday, 19 October 2019, 21:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  systemd 243.78-1
Comment by loqs (loqs) - Saturday, 19 October 2019, 11:30 GMT
https://github.com/systemd/systemd-stable/commit/9d0ae987a6345ad62ab8f4b89c8ab76637396b46
Flag systemd out of date and the commit will be included in the next upstream resync.

Loading...