Your message dated Thu, 02 Jul 2020 09:03:45 +0000
with message-id <[email protected]>
and subject line Bug#959075: fixed in ifenslave 2.11
has caused the Debian Bug report #959075,
regarding ifupdown: Bonding is not working with ifenslave 2.10 wich removes
ifenslave command
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.)
--
959075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959075
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ifupdown
Version: 0.8.35+b1
Severity: normal
Dear Maintainer,
The ifenslave package does not provides ifenslave command anymore
(starting from 2.10), bonding interface needs to be done with iproute2 :
# ip link set enp6s0 master bond0
I think ifupdown uses ifenslave command, because my system does not
bring my bond anymore.
-- Package-specific info:
--- /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp6s0
iface enp6s0 inet manual
ethernet-wol g
# offload-lro off
# offload-gro off
auto enp7s0
iface enp7s0 inet manual
ethernet-wol g
# offload-lro off
# offload-gro off
auto bond0
iface bond0 inet manual
bond-slaves enp6s0 enp7s0
bond-mode balance-alb
bond-miimon 100
mtu 9000
auto br0
iface br0 inet static
bridge_ports bond0
bridge_fd 0
bridge_stp off
address 10.0.0.1
netmask 255.255.255.0
gateway 10.0.0.4
dns-nameservers 10.0.0.4
dns-search pastis21.loc
up ip r a 213.163.183.90 via 10.0.0.4
down ip r r 213.163.183.90 via 10.0.0.4
# Interface Wifi
#allow-hotplug wlan0
#iface wlan0 inet dhcp
# wpa-conf /etc/wpa_supplicant.conf
--- up and down scripts installed:
/etc/network/if-down.d:
total 4
-rwxr-xr-x 1 root root 800 Jan 9 2017 postfix
lrwxrwxrwx 1 root root 32 Mar 24 11:13 wpasupplicant ->
../../wpa_supplicant/ifupdown.sh
/etc/network/if-post-down.d:
total 8
lrwxrwxrwx 1 root root 23 Dec 13 17:00 avahi-daemon -> ../if-up.d/avahi-daemon
lrwxrwxrwx 1 root root 29 Jan 28 2019 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root 1714 Sep 27 2016 ifenslave
-rwxr-xr-x 1 root root 907 Jan 19 2012 vde2
lrwxrwxrwx 1 root root 32 Mar 24 11:13 wpasupplicant ->
../../wpa_supplicant/ifupdown.sh
/etc/network/if-pre-up.d:
total 16
lrwxrwxrwx 1 root root 29 Jan 28 2019 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root 344 Jun 7 2010 ethtool
-rwxr-xr-x 1 root root 6417 May 8 2018 ifenslave
-rwxr-xr-x 1 root root 1793 Jan 19 2012 vde2
lrwxrwxrwx 1 root root 32 Mar 24 11:13 wpasupplicant ->
../../wpa_supplicant/ifupdown.sh
/etc/network/if-up.d:
total 16
-rwxr-xr-x 1 root root 484 Mar 6 2013 avahi-daemon
-rwxr-xr-x 1 root root 1685 Sep 22 2014 ethtool
-rwxr-xr-x 1 root root 1741 Sep 27 2016 ifenslave
-rwxr-xr-x 1 root root 1117 Jan 9 2017 postfix
lrwxrwxrwx 1 root root 32 Mar 24 11:13 wpasupplicant ->
../../wpa_supplicant/ifupdown.sh
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.5.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages ifupdown depends on:
ii adduser 3.118
ii iproute2 5.6.0-1
ii libc6 2.30-4
ii lsb-base 11.1.0
Versions of packages ifupdown recommends:
ii isc-dhcp-client [dhcp-client] 4.4.1-2.1+b2
Versions of packages ifupdown suggests:
ii ppp 2.4.7-2+4.1+deb10u1
pn rdnssd <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ifenslave
Source-Version: 2.11
Done: Paul Wise <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ifenslave, 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.
Paul Wise <[email protected]> (supplier of updated ifenslave 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: SHA512
Format: 1.8
Date: Thu, 02 Jul 2020 16:43:11 +0800
Source: ifenslave
Architecture: source
Version: 2.11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Paul Wise <[email protected]>
Closes: 959075
Changes:
ifenslave (2.11) unstable; urgency=medium
.
* QA upload.
* Orphan package due to #963889
* Fix codename in Debian NEWS file
* Fix some typos
* Drop trailing whitespace
* Wrap and sort Debian package metadata
* Check the right environment variable names (Closes: #959075)
* Tell git to ignore files and dirs created during the build
* Fix shell coding and style issues in the ifupdown scripts
Checksums-Sha1:
2a2697662aa11c72de298b45e4d92c31b777c847 1517 ifenslave_2.11.dsc
5cc5b500b50bc216f8dc5c410d9f915029ee9c02 12156 ifenslave_2.11.tar.xz
Checksums-Sha256:
0d5a595a0eeb547535d5a3ecffb151d6ca81df67b5d9cd9279c7c22f7035bdfa 1517
ifenslave_2.11.dsc
6581fb08cd2ab9007c8df5d8e74dea47b321e5c394fbdea6c052444743706b58 12156
ifenslave_2.11.tar.xz
Files:
71f2a490356a0e1bdcbb633ca3fef7fc 1517 net optional ifenslave_2.11.dsc
3008a447876644e5337c4a9ec3e40dae 12156 net optional ifenslave_2.11.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAl79nzAACgkQMRa6Xp/6
aaNqSxAApdiqYIj+E1AEfjWGQXKPFNvC3iN86KrfgxnSDSiRUo4IDp+X9qqXPkiW
M82KqSHFAwHIrR97DP1C+ipDqYbVUnddeqLSWvQvIRSDHj/luJC4PY6YB+t87f2r
myBMkn2bgdZrNGTnJcKwT+2lkg7UQ1x4sKk4E+ZsVY39Iu46HKDcqljVyj47K0wr
iBwzWQz7kCPtsMvZTzMB6pFBT1EdYHWPHOmhzq7+RNkNA2OhhPO+ijFRQj1JDLO2
npvleZsnzgqxe5h6OotuhvgQJnJORPHCfdKYoEYTrVR4CtghbxQsU5y6MB1qJc4H
evkgVwjn0tNLXD7Luz/ptby8etUqg017AqQrfPDG/brJu3j+/9+GhcunCU0peUA+
4y5lMYYfv/Pltp3s+37LqenkBosI27COBMosg32xMPJGKqY7QFWIel0RzA27wj4K
NOpj/Y4Z1wbJcaQ3czwd+fPqL7C34R9DYrze8AVrcKanc9BFHtHy5pXqV1SvSluL
X+O/bVZp3iD1oPhX1j70Q+98tPXNQsydcZ9nPLfG9ugVsg8rhJ3m6YiEMWJxIqqu
R/lg5WmPQG14xTnvhCvHgtx3eT0d2F2Wp1H/XVF4VvhNVdRZ+VCf2h2H2JYxVBoF
czsRrzkk/LgmB/MPFdaBeZcTRwDEXFQYxGRlNOo11HybTn75vxU=
=wGag
-----END PGP SIGNATURE-----
--- End Message ---