Package: ifupdown
Version: 0.8.19
Severity: critical
Justification: breaks the whole system

This setup was perfectly running on Jessie. After upgrading to Stretch, all the 
network stuff was down, doesn't matter if local, VMs or Internet.
In the interfaces file below we changed the bridge-stp to off to get rid from 
the "set forward delay failed: Numerical result out of range" error.
After this, interface bone was going up as well as eth0 but then we had the 
parent-lock error. We commented the pre-up bone[.1|.2] on each interface who 
call them
and the system started with all interfaces up.


-- 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 bone lan isp1 isp2

# The bone interface
iface bone inet manual
    bridge_ports eth0
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    pre-up ifup eth0

iface eth0 inet manual

iface lan inet static
    address 192.168.10.250
    netmask 255.255.255.0
    dns-nameservers 192.168.10.254 xxx.yyy.zzz.179
    dns-search domain.tld
    gateway 192.168.10.1
    bridge_ports bone.1 eth1
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    #pre-up ifup bone.1
    pre-up ifup voice
    pre-up ifup eth1
    post-down ifdown bone.1
    post-down ifdown voice

iface eth1 inet manual

iface bone.1 inet manual
    vlan_raw_device bone
    #pre-up ifup bone
    #pre-up ifup bone.2
    pre-up ifup bone.100
    pre-up vconfig add bone 1
    post-down vconfig rem bone.1

iface voice inet manual
    bridge_ports bone.2
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    #pre-up ifup bone.2
    post-down ifdown bone.2

iface bone.2 inet manual
    vlan_raw_device bone
    pre-up vconfig add bone 2
    post-down vconfig rem bone.2

iface isp1 inet manual
    bridge_ports bone.1001
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    pre-up ifup bone.1001
    post-down ifdown bone.1001

iface bone.1001 inet manual
    vlan_raw_device bone
    #pre-up ifup bone
    pre-up vconfig add bone 1001
    post-up ifup fbx-tv
    post-down vconfig rem bone.1001

iface fbx-tv inet manual
    bridge_ports bone.100
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    #pre-up ifup bone.100
    post-down ifdown bone.100

iface bone.100 inet manual
    vlan_raw_device bone
    #pre-up ifup bone
    pre-up vconfig add bone 100
    post-down vconfig rem bone.100

iface isp2 inet manual
    bridge_ports bone.1002
    bridge_stp off
    bridge_maxwait 0
    bridge_fd 0
    pre-up ifup bone.1002
    post-down ifdown bone.1002

iface bone.1002 inet manual
    vlan_raw_device bone
    #pre-up ifup bone
    pre-up vconfig add bone 1002
    post-down vconfig rem bone.1002

--- /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 8
-rwxr-xr-x 1 root root 800 Sep 27 06:56 postfix
-rwxr-xr-x 1 root root 332 Jan  6  2013 upstart

/etc/network/if-post-down.d:
total 4
lrwxrwxrwx 1 root root   29 Jul  2 23:20 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root 1207 Apr  1  2014 vlan

/etc/network/if-pre-up.d:
total 12
lrwxrwxrwx 1 root root   29 Jul  2 23:20 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root  344 Sep 22  2014 ethtool
-rwxr-xr-x 1 root root  137 Aug 16  2016 uml-utilities
-rwxr-xr-x 1 root root 2416 Apr  1  2014 vlan

/etc/network/if-up.d:
total 32
-rwxr-xr-x 1 root root 1685 Sep 22  2014 ethtool
-rwxr-xr-x 1 root root  578 Apr  1  2014 ip
-rwxr-xr-x 1 root root 4958 Apr  6  2015 mountnfs
-rwxr-xr-x 1 root root  972 Jun 18 02:08 openssh-server
-rwxr-xr-x 1 root root 1117 Sep 27 06:56 postfix
-rwxr-xr-x 1 root root  261 Nov 14  2014 uml-utilities
-rwxr-xr-x 1 root root 1483 Jan  6  2013 upstart


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

Kernel: Linux 4.9.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (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.115
ii  init-system-helpers  1.48
ii  iproute2             4.9.0-1
ii  libc6                2.24-11+deb9u1
ii  lsb-base             9.20161125

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  4.3.5-3

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

-- no debconf information

Reply via email to