Your message dated Fri, 15 Sep 2023 19:10:12 +0000
with message-id <[email protected]>
and subject line Bug#1015809: fixed in isc-dhcp 4.4.3-P1-3
has caused the Debian Bug report #1015809,
regarding isc-dhcp-client: DHCPv6 doesn't work on ppp interface, got
`Unsupported device type` error
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.)
--
1015809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015809
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-client
Version: 4.4.1-2.3
Severity: important
Tags: ipv6 patch upstream
X-Debbugs-Cc: [email protected]
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these template lines ***
isc-dhcp-client can't be used on PPP interfaces:
```
$ sudo dhclient -6 -d -cf ./dhclient6_pppoe0.conf -pf
dhclient6_pppoe0.pid -lf $PWD/dhclient6_pppoe0.leases -N pppoe0
Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Unsupported device type 512 for "pppoe0"
```
My IPS assigns IPv6 addresses and prefixes using DHCPv6 over PPPoE.
WIDE DHCPv6 client supports DHCPv6 over PPP however it is not
feature-rich as ISC DHCP Client. I would like to use ISC DHCP if this
issue is fixed.
I found this thread
https://lists.isc.org/pipermail/dhcp-users/2020-February/021991.html on
ISC mailing list, which mentioned an old patch. I also found Fedora has
an up-to-date patch
https://src.fedoraproject.org/rpms/dhcp/blob/rawhide/f/0013-DHCPv6-over-PPP-support-626514.patch.
I tested this patch with
https://salsa.debian.org/debian/isc-dhcp/-/tree/master/debian/patches
locally and it is working fine.
I saw ISC has stopped maintaining the DHCP client. Is it possible to
accept this patch to Debian?
-- System Information:
Debian Release: 11.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-15-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages isc-dhcp-client depends on:
ii debianutils 4.11.2
ii iproute2 5.10.0-4
ii libc6 2.31-13+deb11u3
ii libdns-export1110 1:9.11.19+dfsg-2.1
ii libisc-export1105 1:9.11.19+dfsg-2.1
Versions of packages isc-dhcp-client recommends:
ii isc-dhcp-common 4.4.1-2.3
Versions of packages isc-dhcp-client suggests:
pn avahi-autoipd <none>
pn isc-dhcp-client-ddns <none>
pn resolvconf <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: isc-dhcp
Source-Version: 4.4.3-P1-3
Done: Santiago Ruano Rincón <[email protected]>
We believe that the bug you reported is fixed in the latest version of
isc-dhcp, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Santiago Ruano Rincón <[email protected]> (supplier of updated isc-dhcp
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 15 Sep 2023 21:50:04 +0530
Source: isc-dhcp
Binary: isc-dhcp-client isc-dhcp-client-dbgsym isc-dhcp-client-ddns
isc-dhcp-client-ddns-dbgsym isc-dhcp-client-udeb isc-dhcp-common isc-dhcp-dev
isc-dhcp-keama isc-dhcp-keama-dbgsym isc-dhcp-relay isc-dhcp-relay-dbgsym
isc-dhcp-server isc-dhcp-server-dbgsym isc-dhcp-server-ldap
isc-dhcp-server-ldap-dbgsym
Architecture: source amd64
Version: 4.4.3-P1-3
Distribution: unstable
Urgency: low
Maintainer: Debian ISC DHCP Maintainers <[email protected]>
Changed-By: Santiago Ruano Rincón <[email protected]>
Description:
isc-dhcp-client - DHCP client for automatically obtaining an IP address
isc-dhcp-client-ddns - Dynamic DNS (DDNS) enabled DHCP client
isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
isc-dhcp-common - common manpages relevant to all of the isc-dhcp packages
isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
isc-dhcp-keama - KEA Migration Assistant
isc-dhcp-relay - ISC DHCP relay daemon
isc-dhcp-server - ISC DHCP server for automatic IP address assignment
isc-dhcp-server-ldap - DHCP server that uses LDAP as its backend
Closes: 982894 1015809 1036277
Changes:
isc-dhcp (4.4.3-P1-3) unstable; urgency=low
.
[ Athos Ribeiro ]
* Ship keama in a new isc-dhcp-keama binary package (Closes: #1036277)
* Add DEP8 tests for keama
* d/p/adjust-keama-tests.patch: adjust keama tests
* d/rules: make keama tests fail on error messages
.
[ Santiago Ruano Rincón ]
* Make dhclient-script exits with error when it is not able to write in the
temporary file. Patch by Johannes Weißl <[email protected]>
(Closes: #982894)
* Import debian/patches/0013-DHCPv6-over-PPP-support-626514.patch
(Closes: #1015809)
* Enable ARM builds in salsa-ci.yml
* Bump Standards-Version to 4.6.2. No changes needed
* Remove obsolete dependencies on lsb-base and policykit-1. Replace with
polkitd
* Fix assignment of dpkg-architecture variables in d/rules
* Remove the --parallel argument from the call to dh on d/rules
Checksums-Sha1:
da7d424dd8f00908be7fcf002f083368fd58565f 2297 isc-dhcp_4.4.3-P1-3.dsc
d2d426d4e08d9f298653f4d56a2cbf267217b2be 102988
isc-dhcp_4.4.3-P1-3.debian.tar.xz
0cd324e3eccabe82dc0dbfb829ade932f76fc8c4 3118360
isc-dhcp-client-dbgsym_4.4.3-P1-3_amd64.deb
6d25fe912dd22aef96bb28722f060ed6c80bad74 3315996
isc-dhcp-client-ddns-dbgsym_4.4.3-P1-3_amd64.deb
b8ee88283d73a9e674b5f7b6603c88afe3346794 1117124
isc-dhcp-client-ddns_4.4.3-P1-3_amd64.deb
52eac7db5c6f6d51691b2d2c0e707a1f1ce4dd2d 1031896
isc-dhcp-client-udeb_4.4.3-P1-3_amd64.udeb
c0b0231c7a81eed637bfb8754c700c2ad3298b7c 1096704
isc-dhcp-client_4.4.3-P1-3_amd64.deb
583cb51f4db9aee27459ba6de1351e11a49b3f8f 117672
isc-dhcp-common_4.4.3-P1-3_amd64.deb
f229f8367f5025db70407a87a1e731a3aecfaf46 296408
isc-dhcp-dev_4.4.3-P1-3_amd64.deb
be682b20cf7e193f64e72dffd3575084539463c4 213924
isc-dhcp-keama-dbgsym_4.4.3-P1-3_amd64.deb
ccbdce06d13105fed3361258ce7cab53ad606269 90452
isc-dhcp-keama_4.4.3-P1-3_amd64.deb
90d22d1cc70c2b5887e073a240c6fced046d541f 3221632
isc-dhcp-relay-dbgsym_4.4.3-P1-3_amd64.deb
2ccbb13ecd354c27c87ff22acfe5b7b4b5094a76 1088896
isc-dhcp-relay_4.4.3-P1-3_amd64.deb
212e4c743e243d68d1aa552e56940b3e7ac74bbb 7064732
isc-dhcp-server-dbgsym_4.4.3-P1-3_amd64.deb
0719c6461f5a8e0914f62c8011dbe40873ea26ee 3609476
isc-dhcp-server-ldap-dbgsym_4.4.3-P1-3_amd64.deb
f93b52f2a7023ef583c6cfaf43865f8855d93dd1 1241892
isc-dhcp-server-ldap_4.4.3-P1-3_amd64.deb
011a02175a319f7068b51a42529d4e138cb40d83 1479628
isc-dhcp-server_4.4.3-P1-3_amd64.deb
8911736d08e0877ea4c2e04c780729799dd0c499 10500
isc-dhcp_4.4.3-P1-3_amd64.buildinfo
Checksums-Sha256:
f7670d7812d1fa3d8bca06e338e812bef71cad9940516c9d20e191942d263b8c 2297
isc-dhcp_4.4.3-P1-3.dsc
3ac6a3b6a4fd15abfe69b638d7dd03da5b63bc81120ece2b925c0a4bd28179b0 102988
isc-dhcp_4.4.3-P1-3.debian.tar.xz
49dde4634f76ac80d1604ba59d0f0beee59a6a1dc40589a78d7ad8900984b64a 3118360
isc-dhcp-client-dbgsym_4.4.3-P1-3_amd64.deb
b38b8c2e3b813edd80f58f0b87290cb8e6b21e0356296d73465a9bba43efc367 3315996
isc-dhcp-client-ddns-dbgsym_4.4.3-P1-3_amd64.deb
cbe186a77a67c5db0c0b52ca40e48a9cfa21112e265b57abeec60bef560b0f8b 1117124
isc-dhcp-client-ddns_4.4.3-P1-3_amd64.deb
97088d5d73dbc7816f5c331e10a1b2a6faf26e326157bf0b1cdb16f78c4cb824 1031896
isc-dhcp-client-udeb_4.4.3-P1-3_amd64.udeb
e694a4d1398553b39cf254299f881760669f7726587491a5d8f546365e69729c 1096704
isc-dhcp-client_4.4.3-P1-3_amd64.deb
1736e0e768e2c41e6eb488a3151268df2038565a461a90c4372326af63a25164 117672
isc-dhcp-common_4.4.3-P1-3_amd64.deb
3c4292f3551e80bc62d879e87a6e80b759e340c40a0daa87fb9b0074dbf286cf 296408
isc-dhcp-dev_4.4.3-P1-3_amd64.deb
a53bc638cae61e0e8a0f5acbca1f8f3e191533576502f7be6fb3a9405c48e251 213924
isc-dhcp-keama-dbgsym_4.4.3-P1-3_amd64.deb
77a0e4269c0439ab946f04257bd3a3583fabffc066338be602e67684f41bb6ef 90452
isc-dhcp-keama_4.4.3-P1-3_amd64.deb
30a9c65922cbdf4a9cc443695fdd87d78f0002122b135ad2ade1d1589604fb10 3221632
isc-dhcp-relay-dbgsym_4.4.3-P1-3_amd64.deb
bc08db3efe756668f9cd6e361797d76b83936ac395953994c19a0ed495a22709 1088896
isc-dhcp-relay_4.4.3-P1-3_amd64.deb
5d0658fbb18e48a306d679e0e851b76a0c8c335bffbf53e89b0dffb457e54cde 7064732
isc-dhcp-server-dbgsym_4.4.3-P1-3_amd64.deb
145bc655d26702f06bad6693cb5ad826b7428ab4323b95889f5171bd366849ba 3609476
isc-dhcp-server-ldap-dbgsym_4.4.3-P1-3_amd64.deb
09589e8bdedecfa108ff8b7a949db25d1e73cbcddf36516963fa7741553b7695 1241892
isc-dhcp-server-ldap_4.4.3-P1-3_amd64.deb
101f8c4c878c7bf05d9bd0db7de7dee14344c4d0e2963de9b5a13d42f7930ab4 1479628
isc-dhcp-server_4.4.3-P1-3_amd64.deb
ccf7eca1e88c8c24845c954e3b545fd0f88f20d5f987e4c0af996e85b1698f3d 10500
isc-dhcp_4.4.3-P1-3_amd64.buildinfo
Files:
8d524548bf7860ba605834f3925d8819 2297 net important isc-dhcp_4.4.3-P1-3.dsc
3d6865b53b080cd34bec19b9b0c565fd 102988 net important
isc-dhcp_4.4.3-P1-3.debian.tar.xz
efbe4433d698a7dfce43e4502960caaa 3118360 debug optional
isc-dhcp-client-dbgsym_4.4.3-P1-3_amd64.deb
037975979abbefd7e17d4de4dcda9140 3315996 debug optional
isc-dhcp-client-ddns-dbgsym_4.4.3-P1-3_amd64.deb
bd00ca64863c203225f0b7888ad2053f 1117124 net optional
isc-dhcp-client-ddns_4.4.3-P1-3_amd64.deb
7bec80ff5195d6d10f7486795753dd5c 1031896 debian-installer important
isc-dhcp-client-udeb_4.4.3-P1-3_amd64.udeb
ad62e9be89c763189c86d93b5482100b 1096704 net important
isc-dhcp-client_4.4.3-P1-3_amd64.deb
4c20524f1aafab7cb78d23608219e0dc 117672 net important
isc-dhcp-common_4.4.3-P1-3_amd64.deb
8fe343505b0f27f980e4fa6480bd5e64 296408 devel optional
isc-dhcp-dev_4.4.3-P1-3_amd64.deb
4b99a10919549f3e6f6e78b3d58663a5 213924 debug optional
isc-dhcp-keama-dbgsym_4.4.3-P1-3_amd64.deb
d00db5a0f76aadee16ede92b7192edf2 90452 net optional
isc-dhcp-keama_4.4.3-P1-3_amd64.deb
9bc4c57ea8c1e5be6665a443f9dcba51 3221632 debug optional
isc-dhcp-relay-dbgsym_4.4.3-P1-3_amd64.deb
c7a428ed6475b3a04e5b21e5df0c57ae 1088896 net optional
isc-dhcp-relay_4.4.3-P1-3_amd64.deb
2bfcf5fac3d99117f6a302e2271942e9 7064732 debug optional
isc-dhcp-server-dbgsym_4.4.3-P1-3_amd64.deb
a68df73c6ca92ffc1b428941f9c1dcfc 3609476 debug optional
isc-dhcp-server-ldap-dbgsym_4.4.3-P1-3_amd64.deb
17643796e67e76ff60e95a904530be00 1241892 net optional
isc-dhcp-server-ldap_4.4.3-P1-3_amd64.deb
1ee955481516c339ccf7b9fe539127be 1479628 net optional
isc-dhcp-server_4.4.3-P1-3_amd64.deb
0ae155377f9f2901a3b8dc3db434706c 10500 net important
isc-dhcp_4.4.3-P1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQRZVjztY8b+Ty43oH1itBCJKh26HQUCZQSGWQAKCRBitBCJKh26
HaPIAP4yWNd+xnweLpVK7grNEfxs83aAkDZo4HKZE7Ra3xuu/AD/QcmkAPYEEwj2
c6FENZirDRhBjEmW/AFi6Wp7yKqx/QM=
=JgIR
-----END PGP SIGNATURE-----
--- End Message ---