Your message dated Wed, 05 Aug 2026 17:31:09 +0000
with message-id <[email protected]>
and subject line Bug#1143544: Removed package(s) from unstable
has caused the Debian Bug report #792894,
regarding systemd units for dhcp server (addressing ipv4 and ipv6)
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.)


-- 
792894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792894
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-server
Version: 4.3.2-1
Severity: wishlist

Hi,

in order to address #592539, I have written a bunch of systemd units
which take care of starting isc-dhcp-server without the init script,
catering for IPv6 setups.

These units activate themselves for IPv4 if dhcpd.conf or dhcpd4.conf
is found, and for IPv6 if dhcp6d.conf is found. Due to shortcomings in
the semantics of a systemd unit, /etc/default/isc-dhcp-server is not
honored any more at all.

These are my first systemd units, so there might be beginner's errors.

They are meant to go in /lib/systemd/system, but were only tested on
my system in /etc/systemd/system.

isc-dhcp-server.target:
[Unit]
Description=ISC DHCP Server (all protocols)
After=network.target

[Install]
WantedBy=multi-user.target


isc-dhcp-server-v4.service:
[Unit]
Description=ISC DHCP Server for IPv4 (dhcpd4.conf)
After=network.target
ConditionPathExists=/etc/dhcp/dhcpd4.conf
PartOf=isc-dhcp-server.target

[Service]
Environment="DHCPD4_CONF=/etc/dhcp/dhcpd4.conf"
ExecStartPre=/usr/sbin/dhcpd -f -t -4 -q $OPTIONS -cf "$DHCPD4_CONF"
ExecStart=/usr/sbin/dhcpd -f -4 -q $OPTIONS -cf "$DHCPD4_CONF"

[Install]
WantedBy=isc-dhcp-server.target


isc-dhcp-server-v4-old.service:
[Unit]
Description=ISC DHCP Server for IPv4 (dhcpd.conf)
After=network.target
ConditionPathExists=/etc/dhcp/dhcpd.conf
PartOf=isc-dhcp-server.target

[Service]
Environment="DHCPD_CONF=/etc/dhcp/dhcpd.conf"
ExecStartPre=/usr/sbin/dhcpd -f -t -4 -q $OPTIONS -cf "$DHCPD_CONF"
ExecStart=/usr/sbin/dhcpd -f -4 -q $OPTIONS -cf "$DHCPD_CONF"

[Install]
WantedBy=isc-dhcp-server.target



isc-dhcp-server-v6.service:
[Unit]
Description=ISC DHCP Server for IPv6
After=network.target
ConditionPathExists=/etc/dhcp/dhcpd6.conf
PartOf=isc-dhcp-server.target

[Service]
Environment="DHCPD6_CONF=/etc/dhcp/dhcpd6.conf"
ExecStartPre=/usr/sbin/dhcpd -f -t -6 -q $OPTIONS -cf "$DHCPD6_CONF"
ExecStart=/usr/sbin/dhcpd -f -6 -q $OPTIONS -cf "$DHCPD6_CONF"

[Install]
WantedBy=isc-dhcp-server.target



I place those unit files under the ISC license and will relicense
freely if asked to by the package maintainers to ease packaging for
Debian.

Greetings
Marc

--- End Message ---
--- Begin Message ---
Version: 4.4.3-P1-8+rm

Dear submitter,

as the package isc-dhcp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1143544

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to