Package: bird
Version: 1.2.5-1
Severity: important

Currently about 1000 /32 routes distributed via quagga. Replaced
quagga with bird, but the bird daemon dies. Tried both to start daemon
with appropriate config and to start it with empty config and reload it
via 'birdc config'. Such entries appear in kernel log when daemon dies:

Dec 20 23:28:42 www kernel : [645044.285485] bird[27047] general
protection ip:b785c21f sp:bfbfd3b0 error:0 in bird[b782b000+46000]
Dec 20 23:33:11 www kernel : [645313.414949] bird[29336]: segfault at
8c1c36a3 ip b76d90ed sp bf87a728 error 4 in bird[b76bd000+46000]

Host system is virtual machine in KVM on AMD processor.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bird depends on:
ii  libc6                     2.11.2-7       Embedded GNU C Library: Shared lib
ii  libncurses5               5.7+20100313-4 shared libraries for terminal hand
ii  libreadline6              6.1-3          GNU readline and history libraries

Versions of packages bird recommends:
ii  bird6                         1.2.5-1    Internet Routing Daemon

bird suggests no packages.

-- Configuration Files:
/etc/bird.conf changed:
/*
 *      This is an example configuration file.
 */
protocol kernel {
        persist;                # Don't remove routes on bird shutdown
        scan time 20;           # Scan kernel routing table every 20 seconds
        export all;             # Default is export none
}
protocol device {
        scan time 10;           # Scan interfaces every 10 seconds
}
protocol static {
}
protocol ospf TEST {
  area 0 {
    stub no;
    networks {
      178.216.96.0/21;
    };
    interface "eth2" {
      rx buffer large;
      priority 0;
    };
  };
}
                


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