Package: iputils-arping
Version: 3:20190709-1
Severity: normal

Dear Maintainer,

I'm using dracut to build the initramfs to boot on an ISCSI root disk.
Line 125 of /usr/lib/dracut/modules.d/40network/ifup.sh :

 if ! arping -f -q -D -c 2 -I $netif $ip ; then
      warn "Duplicate address detected for $ip for interface $netif."
      return 1
 fi

Inirtd created with iputils-arping_20190709-1_amd64.deb, booting fails:
# arping -f -q -D -c 2 -I br0 172.16.1.100 ; echo $?
1

Inirtd created with iputils-arping_20180629-2_amd64.deb, booting succeeds:
# arping -f -q -D -c 2 -I br0 172.16.1.100 ; echo $?
0




-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages iputils-arping depends on:
ii  libc6        2.28-10
ii  libcap2      1:2.25-2
ii  libcap2-bin  1:2.25-2

iputils-arping recommends no packages.

iputils-arping suggests no packages.

-- no debconf information

Reply via email to