Hello Vincas,
Am Thu, 15 Nov 2018 08:27:40 +0200 schrieb Vincas Dargis <vin...@gmail.com>: > After upgrading to 2.0.42-5 from backports, logcheck on multiple Stretch > machines started to capture this new message: > > ``` > Nov 14 22:25:04 dl380 systemd-tmpfiles[13769]: > [/usr/lib/tmpfiles.d/munin-node.conf:2] Duplicate line for path "/run/munin", > ignoring. > ``` interesting! This message complains about two identical lines in two different packages (munin-common and munin-node). A comparable issue (with other packages) was also reported in other distributions: * https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1504659 * https://bugzilla.redhat.com/show_bug.cgi?id=1253924 But these reports did not yet reach a conclusion for solving such an issue in general. In this specific case (for munin) the line can be removed from munin-node, since that package depends on munin-common. I will do this. Thank you for your report! Cheers, Lars