Public bug reported:

Package: radvd

$ lsb_release -rd
Description:    Ubuntu 19.04
Release:        19.04

$ apt-cache policy radvd
radvd:
  Installed: 1:2.17-2
  Candidate: 1:2.17-2
  Version table:
 *** 1:2.17-2 500
        500 http://us.archive.ubuntu.com/ubuntu disco/main amd64 Packages
        100 /var/lib/dpkg/status


The systemd service hasn't yet been updated to move the pidfile from
/var/run to /run.  This is causing a service startup failure in 19.04
with the following error logged:

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

I was able to fix this locally by applying the following override via
"systemctl edit radvd.service":

[Service]
PIDFile=/run/radvd.pid

I'm happy to submit a patch for this, but I'm not sure which file is the
appropriate one to set the PATH_RADVD_PID build variable in the ubuntu
package.

** Affects: radvd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1835446

Title:
  radvd unit still references /var/run for pidfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/radvd/+bug/1835446/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to