Package: radvd
Version: 1:2.17-2+b1
Severity: normal
Tags: patch

As part of the migration away from /var/run/ to /run/, systemd produces
log events containing the following. These log events are generated
every 5 minutes (cluttering the logs and consuming log space).

"/lib/systemd/system/radvd.service:13: PIDFile= references a path below legacy 
directory /var/run/, updating /var/run/radvd.pid → /run/radvd.pid; please 
update the unit file accordingly."

Attached is a patch for /lib/systemd/system/radvd.service that moves the
PIDFile from /var/run/radvd.pid to /run/radvd.pid


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages radvd depends on:
ii  adduser   3.118
ii  libc6     2.30-2
ii  lsb-base  11.1.0

radvd recommends no packages.

radvd suggests no packages.

-- no debconf information
--- radvd.service.old   2020-03-21 14:46:14.507449211 +0000
+++ radvd.service.new   2020-03-21 14:47:30.668715976 +0000
@@ -13,7 +13,7 @@
 ExecStart=/usr/sbin/radvd --logmethod stderr_clean
 ExecReload=/usr/sbin/radvd --logmethod stderr_clean --configtest
 ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/var/run/radvd.pid
+PIDFile=/run/radvd.pid
 
 # Set the CPU scheduling policy to idle which is for running very low priority 
background jobs
 CPUSchedulingPolicy=idle

Reply via email to