Package: ifupdown
Version: 0.8.30
Severity: normal

Dear Maintainer,

With ifupdown 0.8.30 my systems tries to install a new service:

Setting up ifupdown (0.8.30) ...
Created symlink 
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service → 
/lib/systemd/system/ifupdown-wait-online.service.
Job for ifupdown-wait-online.service failed because the control process exited 
with error code.
See "systemctl status ifupdown-wait-online.service" and "journalctl -xe" for 
details.
Terminated

But this starting never finishes on my system, and the rest of the
"apt-get dist-upgrade" does not continue until I manually execute
"sudo killall systemctl" in another shell.

Executing the /lib/ifupdown/wait-online.sh script by hand as root
also just waits forever, without any output.

And yes, there are currently no interfaces active with ifupdown,
but eth0 is activated by wicd - but this should not block upgrading
or booting.

Worked around this for now by adding WAIT_ONLINE_METHOD=none to
/etc/default/networking.

Greetings
Sven

syslog while upgrading:

Feb 22 15:38:05 aurora64 systemd[1]: ifupdown-wait-online.service: Main process 
exited, code=exited, status=1/FAILURE
Feb 22 15:38:05 aurora64 systemd[1]: ifupdown-wait-online.service: Failed with 
result 'exit-code'.
Feb 22 15:38:05 aurora64 systemd[1]: Failed to start Wait for network to be 
configured by ifupdown.
Feb 22 15:38:06 aurora64 systemd[1]: Reloading.
Feb 22 15:38:06 aurora64 systemd[1]: Starting Wait for network to be configured 
by ifupdown...
...
Feb 22 15:43:07 aurora64 systemd[1]: ifupdown-wait-online.service: Main process 
exited, code=exited, status=1/FAILURE
Feb 22 15:43:07 aurora64 systemd[1]: ifupdown-wait-online.service: Failed with 
result 'exit-code'.
Feb 22 15:43:07 aurora64 systemd[1]: Failed to start Wait for network to be 
configured by ifupdown.


-- Package-specific info:
--- /etc/network/interfaces:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

auto lo:2
iface lo:2 inet static
        address 127.0.0.2
        netmask 255.255.255.255

#allow-hotplug usb0
#iface usb0 inet static
#       address 192.168.0.200
#       netmask 255.255.255.0
#       post-up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
#       post-up echo 1 >/proc/sys/net/ipv4/ip_forward
#       post-up iptables -P FORWARD ACCEPT

allow-hotplug usb0
iface usb0 inet dhcp

# lacie edmini disk 1 via usb
allow-hotplug eth6
iface eth6 inet static
        address 192.168.149.64
        netmask 255.255.255.0
        post-up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.149.0/24
        post-up echo 1 >/proc/sys/net/ipv4/ip_forward
        post-up iptables -P FORWARD ACCEPT


# The first network card - this entry was created during the Debian installation
# automatically added when upgrading
#auto eth0
#iface eth0 inet static
#       address 195.21.212.154
#       netmask 255.255.255.0
#       gateway 195.21.212.1

# kabelnetz
auto eth0
mapping eth0
        script /sbin/ifscheme-mapping

# funknetz
auto wlan0
mapping wlan0
        script /sbin/ifscheme-mapping
mapping wlan1
        script /sbin/ifscheme-mapping

#auto ath0
mapping ath0
        script /sbin/ifscheme-mapping

iface eth0-none inet manual

iface wlan0-none inet manual

iface eth0-home inet static
        address         172.31.18.64
        netmask         255.255.255.0
        gateway         172.31.18.1
        dns-nameservers 172.31.18.40
        dns-search      sdinet.de
        dns-domain      sdinet.de
        haegar-proxy    172.31.18.40
        haegar-proxy-port 3128
        up              /sbin/ip addr add 193.103.161.51/29 brd 193.103.161.55 
dev $IFACE || true
        # need network route in two smaller parts to be sure to override vpns
        up              /sbin/ip route add 193.103.161.48/30 dev $IFACE || true
        up              /sbin/ip route add 193.103.161.52/30 dev $IFACE || true
        up              /sbin/ip route add 172.31.19.0/24 via 172.31.18.1 dev 
$IFACE || true
        down            /sbin/ip route del 172.31.19.0/24 via 172.31.18.1 dev 
$IFACE 2>/dev/null || true
        down            /sbin/ip route del 193.103.161.48/30 dev $IFACE 
2>/dev/null || true
        down            /sbin/ip route del 193.103.161.52/30 dev $IFACE 
2>/dev/null || true
        down            /sbin/ip addr del 193.103.161.51/29 brd 193.103.161.55 
dev $IFACE 2>/dev/null || true
iface wlan0-home inet manual
        #up             /etc/init.d/cipe restart
iface ath0-home inet manual

iface eth0-homewave inet manual
iface wlan0-homewave inet static
        address         172.31.19.64
        netmask         255.255.255.0
        gateway         172.31.19.1
        dns-nameservers 172.31.18.40
        dns-search      sdinet.de
        dns-domain      sdinet.de
        haegar-proxy    172.31.18.40
        haegar-proxy-port 3128
        wireless-essid  3fcf57
        wireless-mode   Managed
        wireless-key    s:fcf57
iface ath0-homewave inet manual

iface eth0-homewave2 inet manual
iface wlan0-homewave2 inet dhcp
        dns-search      home.sdinet.de sdinet.de
        dns-domain      sdinet.de
        wireless-essid  3fcf57
        wireless-mode   Managed
        wireless-key    s:fcf57
iface ath0-homewave2 inet manual

iface eth0-homefon inet manual
iface wlan0-homefon inet static
        #address                172.31.19.139
        #netmask                255.255.255.128
        #gateway                172.31.19.129
        address         172.31.19.64
        netmask         255.255.255.0
        gateway         172.31.19.1
        dns-nameservers 172.31.18.40
        dns-search      home.sdinet.de sdinet.de
        dns-domain      sdinet.de
        haegar-proxy    172.31.18.40
        haegar-proxy-port 3128
        #up             /sbin/ip route add 172.31.19.0/25 via 172.31.19.129
        #up             /etc/init.d/openvpn start home-vpn-wave || true
        # die drei netze nicht durchs cut-vpn:
        up              /sbin/ip route add 172.31.18.0/24 via 172.31.19.1 || 
true
        #up             /sbin/ip route add 193.103.161.48/30 via 172.31.19.1 || 
true
        #up             /sbin/ip route add 193.103.161.52/30 via 172.31.19.1 || 
true
        #pre-down       /etc/init.d/openvpn stop home-vpn-wave || true
        wpa-driver      wext
        wpa-ssid        wpa95b59761
        wpa-psk         vhkjpnpsft
        wpa-verbosity   1
iface ath0-homefon inet manual

iface eth0-harsefeld inet manual
iface wlan0-harsefeld inet dhcp
        wpa-driver      wext
        wpa-ssid        Angela
        wpa-psk         n4xhejxxu4jjh
        #wpa-psk        
d17e0aee274eea08b6c323b6dc1edaf367fedaa6d9a8f89681f8d9bd600cebd4
        wpa-verbosity   1
iface ath0-harsefeld inet manual

iface eth0-hasiwave inet manual
iface wlan0-hasiwave inet static
        address         192.168.0.51
        netmask         255.255.255.0
        #gateway                192.168.0.254
        gateway         192.168.0.250
        #dns-nameservers        192.168.0.254
        dns-nameservers 192.168.22.214
        dns-domain      sdinet.de
        dns-search      sdinet.de
        #wireless-mode  Managed
        #wireless-essid Matrix Harbour WaveNet
        #wireless-key   s:fn0rd
        wpa-ssid        "TMH WaveNet"
        wpa-psk         S68LBTH9zJx8rSZ3a2n4Pvt
        wpa-verbosity   1
iface ath0-hasiwave inet manual

iface eth0-dhcp inet dhcp
        #hwaddress      ether 00:15:58:31:c3:14
        #hwaddress      ether 00:16:41:aa:62:f0
        dns-domain      sdinet.de
        dns-search      sdinet.de
iface wlan0-dhcp inet manual
iface ath0-dhcp inet manual

iface eth0-public inet dhcp
        hwaddress       ether 00:00:E2:86:CC:CE
        dns-domain      sdinet.de
        dns-search      sdinet.de
        haegar-vladvpn  default
iface wlan0-public inet manual
iface ath0-public inet manual

iface eth0-public inet6 auto
        privext         2
        accept_ra       2

iface eth0-openwave inet manual
iface wlan0-openwave inet dhcp
        dns-domain      sdinet.de
        dns-search      sdinet.de
        wireless-essid  ANY
        wireless-mode   Managed
        wireless-key    off
iface ath0-openwave inet manual

# -----------------------------
# WPASUPPLICANT IN ROAMING MODE
# -----------------------------

iface eth0-wpa inet manual
iface wlan0-wpa inet manual
        wpa-driver      nl80211
        #wpa-driver     wext
        wpa-roam        /etc/wpa_supplicant/wpa_supplicant.conf
        wpa-verbosity   1
iface ath0-wpa inet manual

iface eth0-wpa1 inet manual
iface wlan0-wpa1 inet manual
iface wlan1-wpa1 inet manual
        #wpa-driver     nl80211
        wpa-driver      wext
        wpa-roam        /etc/wpa_supplicant/wpa_supplicant.conf
        wpa-verbosity   1
iface ath0-wpa1 inet manual

#iface default inet dhcp
#       dns-domain      sdinet.de
#       dns-search      sdinet.de
iface default inet static
        address         192.168.254.64
        netmask         255.255.255.0

iface dhcp inet dhcp
        dns-domain      sdinet.de
        dns-search      sdinet.de

iface dhcp inet6 auto
        privext         2
        accept_ra       2

iface nomail inet dhcp
        dns-domain      sdinet.de
        dns-search      sdinet.de

iface public inet dhcp
        dns-domain      sdinet.de
        dns-search      sdinet.de
        haegar-vladvpn  default

iface public inet6 auto
        privext         2
        accept_ra       2

iface winniwave inet static
        address         172.31.143.64
        netmask         255.255.255.0
        gateway         172.31.143.1
        dns-nameservers 172.31.143.1
        dns-domain      t42.com
        dns-search      sdinet.de t42.com
        haegar-cups     10.10.10.42
        #wireless-mode  Managed
        #wireless-essid T4some
        #wireless-key   DEAD-BEEF-D00F-CAFE-DEAD-BEEF-D0

iface homefon inet static
        address         172.31.19.64
        netmask         255.255.255.0
        gateway         172.31.19.1
        dns-nameservers 172.31.18.40
        dns-search      home.sdinet.de sdinet.de
        dns-domain      sdinet.de
        haegar-proxy    172.31.18.40
        haegar-proxy-port 3128
        #up             /sbin/ip route add 172.31.19.0/25 via 172.31.19.129
        #up             /etc/init.d/openvpn start home-vpn-wave || true
        # die drei netze nicht durchs cut-vpn:
        up              /sbin/ip route add 172.31.18.0/24 via 172.31.19.1 || 
true
        #pre-down       /etc/init.d/openvpn stop home-vpn-wave || true
        #wpa-driver     wext
        #wpa-ssid       wpa95b59761
        #wpa-psk                vhkjpnpsft
        #wpa-verbosity  1

iface eth0-frfon inet static
        address         192.168.10.64
        netmask         255.255.255.0
        gateway         192.168.10.39
        dns-nameservers 192.168.10.39
        #dns-search     home.sdinet.de sdinet.de
        #dns-domain     sdinet.de
        #haegar-proxy   172.31.18.40
        #haegar-proxy-port 3128
        up /sbin/ip ro add 255.255.255.255/32 dev $IFACE

iface frfon inet static
        address         192.168.10.64
        netmask         255.255.255.0
        gateway         192.168.10.39
        dns-nameservers 192.168.10.39
        #dns-search     home.sdinet.de sdinet.de
        #dns-domain     sdinet.de
        #haegar-proxy   172.31.18.40
        #haegar-proxy-port 3128
        up /sbin/ip ro add 255.255.255.255/32 dev $IFACE

#iface harsefeld inet dhcp
iface harsefeld inet static
        address         192.168.178.64
        netmask         255.255.255.0
        gateway         192.168.178.1
        #dns-nameservers        192.168.178.1
        dns-nameservers 8.8.8.8
        dns-domain      sdinet.de
        dns-search      sdinet.de
        #wpa-driver     wext
        #wpa-ssid       Angela
        #wpa-psk                n4xhejxxu4jjh
        #wpa-verbosity  1

iface vt100 inet static
        address         192.168.178.64
        netmask         255.255.255.0
        gateway         192.168.178.1
        dns-nameservers 192.168.178.1
        dns-domain      sdinet.de
        dns-search      sdinet.de

--- up and down scripts installed:
/etc/network/if-down.d:
total 28
lrwxrwxrwx 1 root root  13 Aug 16  2017 haegar -> ../bin/haegar
-rwxr-xr-x 1 root root 372 Mar 17  2014 openvpn
-rwxr-xr-x 1 root root 179 Dec 29  2010 openvpn.dpkg-old
-rwxr-xr-x 1 root root 172 Apr  7  2008 openvpn~
-rwxr-xr-x 1 root root 800 Jan  9  2017 postfix
-rwxr-xr-x 1 root root 810 Dec 29  2010 postfix.dpkg-old
-rwxr-xr-x 1 root root 803 Sep 14  2008 postfix~
-rwxr-xr-x 1 root root 256 Mar 25  2013 resolvconf
lrwxrwxrwx 1 root root  32 Dec 28 11:26 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-post-down.d:
total 16
lrwxrwxrwx 1 root root   23 Feb  2 15:51 avahi-daemon -> ../if-up.d/avahi-daemon
lrwxrwxrwx 1 root root   29 Jun 26  2017 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root  244 Feb 16 22:16 tinc
-rwxr-xr-x 1 root root 1207 Apr  1  2014 vlan
-rwxr-xr-x 1 root root 1409 Mar 24  2016 wireless-tools
lrwxrwxrwx 1 root root   32 Dec 28 11:26 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh
-rwxr-xr-x 1 root root 1027 Oct 16  2007 z50madwifi

/etc/network/if-pre-up.d:
total 24
-rwxr-xr-x 1 root root 1777 Oct 16  2007 050madwifi
lrwxrwxrwx 1 root root   29 Jun 26  2017 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root  344 Jun  7  2010 ethtool
-rwxr-xr-x 1 root root 1184 Feb 16 22:16 tinc
-rwxr-xr-x 1 root root 2748 Nov 26 11:58 vlan
-rwxr-xr-x 1 root root 4178 Mar 24  2016 wireless-tools
lrwxrwxrwx 1 root root   32 Dec 28 11:26 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-up.d:
total 108
-rwxr-xr-x 1 root root  817 Mar 25  2013 000resolvconf
-rwxr-xr-x 1 root root  438 Dec 29  2010 avahi-daemon
-rwxr-xr-x 1 root root  484 Mar  6  2013 avahi-daemon.dpkg-dist
-rwxr-xr-x 1 root root  431 Nov 23  2009 avahi-daemon~
-rwxr-xr-x 1 root root 1685 Sep 22  2014 ethtool
lrwxrwxrwx 1 root root   13 Aug 16  2017 haegar -> ../bin/haegar
-rwxr-xr-x 1 root root  677 Nov 26 11:58 ip
-rwxr-xr-x 1 root root  729 Jul 30  2013 miredo
-rwxr-xr-x 1 root root  909 Dec 29  2010 miredo.dpkg-old
-rwxr-xr-x 1 root root  902 Nov 26  2009 miredo~
-rwxr-xr-x 1 root root 4958 Jun  8  2014 mountnfs
-rwxr-xr-x 1 root root 1096 Dec 29  2010 ntpdate
-rwxr-xr-x 1 root root  900 Apr 28  2016 ntpdate.dpkg-dist
-rwxr-xr-x 1 root root 1089 Jul 16  2008 ntpdate~
-rwxr-xr-x 1 root root  972 Mar 30  2017 openssh-server
-rwxr-xr-x 1 root root  856 Dec 29  2010 openssh-server.dpkg-old
-rwxr-xr-x 1 root root  849 Oct  5  2009 openssh-server~
-rwxr-xr-x 1 root root  385 Jul  7  2015 openvpn
-rwxr-xr-x 1 root root  180 Dec 29  2010 openvpn.dpkg-old
-rwxr-xr-x 1 root root  173 Apr  7  2008 openvpn~
-rwxr-xr-x 1 root root 1117 Jan  9  2017 postfix
-rwxr-xr-x 1 root root 1127 Dec 29  2010 postfix.dpkg-old
-rwxr-xr-x 1 root root 1120 Sep 14  2008 postfix~
-rwxr-xr-x 1 root root  648 Dec 29  2010 samba.dpkg-bak
-rwxr-xr-x 1 root root  641 Apr 17  2010 samba~
-rwxr-xr-x 1 root root  231 Feb 16 22:16 tinc
-rwxr-xr-x 1 root root 1253 Apr 17  2014 ucarp
lrwxrwxrwx 1 root root   32 Dec 28 11:26 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh


-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'unstable'), (500, 'stable'), (500, 
'oldstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=en_US 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ifupdown depends on:
ii  adduser   3.117
ii  iproute2  4.15.0-2
ii  libc6     2.26-6
ii  lsb-base  9.20170808

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  1:4.3.1-6+deb8u2+hummingbird2
ii  pump [dhcp-client]             0.8.24-7.1

Versions of packages ifupdown suggests:
ii  ppp     2.4.7-2+1
pn  rdnssd  <none>

-- debconf-show failed

Reply via email to