On Fri, Aug 30, 2019 at 12:01:32AM +0200, Pierre Donis wrote:
> 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

This sounds a lot like https://github.com/iputils/iputils/issues/209

Are you able to build an arping binary locally that includes the fix,
for testing and confirmation? If not, I should be able to provide you
with a package to test.

Reply via email to