Package: ifupdown
Version: 0.8.35
Severity: important

Dear Maintainer,

the ping/ping6 check in ifupdown-wait-online.service terminates early
because ping won't honor the wait time if it cannot find a route.

-- Logs begin at Mon 2020-02-24 18:09:46 CET, end at Mon 2020-02-24 18:23:48 
CET. --
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_METHOD=ifup
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_IFACE=
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_ADDRESS=
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_TIMEOUT=300
Feb 24 18:09:46 elsa wait-online.sh[313]: + [ -f /etc/default/networking ]
Feb 24 18:09:46 elsa wait-online.sh[313]: + . /etc/default/networking
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_METHOD=ping6
Feb 24 18:09:46 elsa wait-online.sh[313]: + WAIT_ONLINE_ADDRESS=2001:67c:2ed8::1
Feb 24 18:09:46 elsa wait-online.sh[313]: + /bin/ping6 -q -c 1 -w 300 
2001:67c:2ed8::1
Feb 24 18:09:46 elsa wait-online.sh[313]: connect: Network is unreachable

This makes the service fail early.

-- 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).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet manual
        bond-mode 4
        bond-slaves eno1 eno2
        bond-xmit_hash_policy layer3+4

auto bond0.43
iface bond0.43 inet static
        address 192.168.1.1
        netmask 24

auto bond0.100
iface bond0.100 inet static
        address 82.195.73.4
        netmask 26
        gateway 82.195.73.62
iface bond0.100 inet6 static
        address 2001:67c:2ed8::4:1
        netmask 64
        gateway 2001:67c:2ed8::1


--- /etc/network/interfaces.d/*:
cat: '/etc/network/interfaces.d/*': No such file or directory

--- up and down scripts installed:
/etc/network/if-down.d:
total 0

/etc/network/if-post-down.d:
total 4
-rwxr-xr-x 1 root root 1714 Sep 27  2016 ifenslave

/etc/network/if-pre-up.d:
total 12
-rwxr-xr-x 1 root root  344 Jun 30  2016 ethtool
-rwxr-xr-x 1 root root 6298 Sep 27  2016 ifenslave

/etc/network/if-up.d:
total 12
-rwxr-xr-x 1 root root 1685 Jun 30  2016 ethtool
-rwxr-xr-x 1 root root 1741 Sep 27  2016 ifenslave
-rwxr-xr-x 1 root root 1819 Mar  8  2018 nslcd


-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
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 ifupdown depends on:
ii  adduser   3.118
ii  iproute2  5.4.0-1~bpo10+1
ii  libc6     2.28-10
ii  lsb-base  10.2019051400

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  4.4.1-2

Versions of packages ifupdown suggests:
pn  ppp     <none>
pn  rdnssd  <none>

-- Configuration Files:
/etc/default/networking changed:
WAIT_ONLINE_METHOD=ping6
WAIT_ONLINE_ADDRESS=2001:67c:2ed8::1


-- no debconf information

Reply via email to