[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#959075: Still not working on Debian testing



On Sun, 05 Jul 2020 09:58:46 +0800
Paul Wise <pabs@debian.org> wrote:

> On Sat, 2020-07-04 at 18:08 +0200, richard lucassen wrote:
> 
> > Rereading it, I don't know if this issue was present in 2.9 or
> > earlier. I just noticed it while testing the new version.
> 
> Would you mind downgrading to 2.9 and testing it?
> You can install it from Debian buster or snapshot.d.o

I tried to find out which line causes this error and it is line 12
in /etc/network/if-pre-up.d/ifenslave:

ip link add dev "$IFACE" type bond

It has nothing to do with the ifenslave package:

# modprobe -rv bonding
rmmod bonding
# ip link add dev bond0 type bond
RTNETLINK answers: File exists

And ifenslave_2.9 loads the bonding module in "add_master()":

        # If the bonding module is not yet loaded, load it.
        if [ ! -r /sys/class/net/bonding_masters ]; then
                modprobe -q bonding
        fi

HTH,

R.

-- 
richard lucassen
https://contact.xaq.nl/


Reply to: