Package: netbase
Version: 4.34
Severity: critical
Justification: breaks unrelated software


Since some updates the beginning of this week, the static ipv6 address 
of my network interface is not configured any more at boot time. Issuing an 
ifdown and ifup or /etc/init.d/networking restart later on 
manually restores the connectivity. This weekend ipv6 still worked 
flawlessly. The loopback interface gets configured correctly, also 
with its ipv6 address. Issuing lsmod right before
/etc/init.d/networking calls ifup -a, shows the ipv6 kernel
module is loaded.

Right after the boot ifconfig looks like this:

eth1      Link encap:Ethernet  HWaddr 00:1c:c0:25:d3:fc  
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:c0ff:fe25:d3fc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:46427 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50226 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8220754 (7.8 MiB)  TX bytes:5997131 (5.7 MiB)
          Memory:e7200000-e7220000 

I hacked /etc/init.d/networking a bit, so it logged the verbose output
of ifup during boot. It gave the following output:

===== begin verbose output ifup =====

Configuring interface lo=lo (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/bridge
run-parts: executing /etc/network/if-pre-up.d/vde2
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
ifconfig lo 127.0.0.1 up
run-parts --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/000resolvconf
run-parts: executing /etc/network/if-up.d/arping
run-parts: executing /etc/network/if-up.d/avahi-daemon
run-parts: executing /etc/network/if-up.d/mountnfs
run-parts: executing /etc/network/if-up.d/openssh-server
run-parts: executing /etc/network/if-up.d/openvpn
run-parts: executing /etc/network/if-up.d/wpasupplicant
Configuring interface eth1=eth1 (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/bridge
run-parts: executing /etc/network/if-pre-up.d/vde2
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant

ifconfig eth1 192.168.2.1 netmask 255.255.255.0 broadcast 192.168.2.255         
        
up
 route add default gw 192.168.2.2  eth1 
run-parts --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/000resolvconf
run-parts: executing /etc/network/if-up.d/arping
run-parts: executing /etc/network/if-up.d/avahi-daemon
run-parts: executing /etc/network/if-up.d/mountnfs
run-parts: executing /etc/network/if-up.d/openssh-server
run-parts: executing /etc/network/if-up.d/openvpn
run-parts: executing /etc/network/if-up.d/wpasupplicant
Configuring interface eth1=eth1 (inet6)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/bridge
run-parts: executing /etc/network/if-pre-up.d/vde2
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
ifconfig eth1    up
ifconfig eth1 add 2001:888:128c::2/64
No support for INET6 on this system.
Failed to bring up eth1.

===== end verbose output ifup =====

The /etc/network/interfaces file looks like this:

====== begin interfaces =====
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
        address 192.168.2.1
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255
        gateway 192.168.2.2
        # dns-* options are implemented by the resolvconf package, if 
installed
        dns-nameservers 192.168.2.2

iface eth1 inet6 static
        address 2001:888:128c::2
        netmask 64
        dns-nameservers 2001:888:0:6::66 2001:888:0:9::99
        up ip -6 route add 2000::/3 via 2001:888:128c::1 dev eth1
        down ip -6 route del 2000::/3 via 2001:888:128c::1 dev eth1

====== end interfaces =====

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages netbase depends on:
ii  lsb-base                      3.2-20     Linux Standard Base 3.2 init scrip

Versions of packages netbase recommends:
ii  ifupdown                      0.6.8+nmu1 high level tools to configure netw

netbase suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to