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 #943804,
regarding error message says missing subnet declaration for down interface
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.)


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

This error message is wrong:

No subnet declaration for wlp2s0b1 (no IPv4 addresses).
** Ignoring requests on wlp2s0b1.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface wlp2s0b1 is attached. **

Proof:
$ make dhcpd #will produce this message
$ make w r dhcpd #will not produce this message, and work fine.

The error is the interface is not up, not that the dhcpd.conf needs to
be changed!

W=wlp2s0b1
I=192.168.1
E=bla
w:
        rfkill unblock wifi
        ip link set $W down
        iw $W set type ibss
        ip link set $W up
        : ip link show $W
        iw $W ibss join $E 2462
r:
        ip address flush dev $W
        ip addr add $I/24 broadcast + dev $W
dhcp:/tmp/dhcpd.conf
        dhcpd -f -d -cf $? $W
/tmp/dhcpd.conf:Makefile
        > $@ echo subnet $I.0 netmask 255.255.255.0 { range $I.10 $I.250\; }

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