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 #1035990,
regarding isc-dhcp-relay upgrade empty value of /etc/default/isc-dhcp-relay 
OPTIONS= line
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.)


-- 
1035990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035990
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-relay
Version: 4.4.3-P1-2
Severity: important

Hi,

This morning debian bookworm unattended-upgrades updated isc-dhcp-relay 
to 4.4.3-P1-2

This upgrade changed our /etc/default/isc-dhcp-relay as follows:


@@ -13,4 +13,4 @@
 INTERFACES="eth0.31 eth0.32"
 
 # Additional options that are passed to the DHCP relay daemon?
-OPTIONS="-iu eth0.16"
+OPTIONS=""

=> it emptied the value of OPTIONS, restarted isc-dhcp-relay and broke
DHCP on our network since -iu is necessary there.

The package postinst script does the following:

db_get isc-dhcp-relay/options || true
OPTIONS="${RET}"

TMPFILE=`mktemp -q /tmp/dhcp.config.XXXXXX`
sed -e "s/^[[:space:]]*OPTIONS[[:space:]]*=.*/OPTIONS=\"${OPTIONS}\"/"
\
        <${INITCONFFILE} >${TMPFILE}
cp ${TMPFILE} ${INITCONFFILE}
rm ${TMPFILE}

Does not seem suspicious to me but I'm no .deb expert.

I don't know if this issue is specific to this version upgrade or if it
was there before.

Thanks for your help,

Sincerely,

Laurent

--- 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