Your message dated Tue, 25 Jan 2022 15:20:18 +0100
with message-id <[email protected]>
and subject line Re: kea-dhcp-ddns-server: won't start on boot because of 
mis-typed WantedBy in the .service file
has caused the Debian Bug report #924791,
regarding kea-dhcp-ddns-server: won't start on boot because of mis-typed 
WantedBy in the .service file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
924791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kea-dhcp-ddns-server
Version: 1.1.0-1
Severity: important

Dear Maintainer,

the service names given in the WantedBy entires of kea's .service
file contain an additional character 'v' that is not present in the
names of the services referenced - for example
kea-dhcp*v*4-server.service instead of kea-dhcp4-server.service.
Therefore, the .service.wants directories created by systemd on
enabling the service have the wrong name and the symlinks created in there
are ignored when calculating the dependencies.
The trivial patch which is attached solves this problem for me.

-- System Information:
Debian Release: 9.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kea-dhcp-ddns-server depends on:
ii  kea-common             1.1.0-1
ii  libboost-system1.62.0  1.62.0+dfsg-4
ii  libc6                  2.24-11+deb9u4
ii  libgcc1                1:6.3.0-18+deb9u1
ii  libstdc++6             6.3.0-18+deb9u1

kea-dhcp-ddns-server recommends no packages.

Versions of packages kea-dhcp-ddns-server suggests:
ii  kea-doc  1.1.0-1

-- Configuration Files:
/etc/kea/kea-dhcp-ddns.conf changed [not included]

-- no debconf information
--- /lib/systemd/system/kea-dhcp-ddns-server.service    2016-07-25 
22:17:51.000000000 +0200
+++ /etc/systemd/system/kea-dhcp-ddns-server.service    2019-03-17 
15:58:50.849702477 +0100
@@ -9,5 +9,5 @@
 ExecStart=/usr/sbin/kea-dhcp-ddns -c /etc/kea/kea-dhcp-ddns.conf
 
 [Install]
-WantedBy=kea-dhcpv4-server.service
-WantedBy=kea-dhcpv6-server.service
+WantedBy=kea-dhcp4-server.service
+WantedBy=kea-dhcp6-server.service

--- End Message ---
--- Begin Message ---
Version: 1.5.0-2

--- End Message ---

Reply via email to