Package: quagga
Version: 0.99.10-1lenny1
Severity: normal

*** Please type your report below this line **

bgpd is running with following config:

router bgp 65500
 bgp router-id x.x.x.x
 network 193.17.17.0/24
 redistribute connected
 redistribute static
 neighbor NET peer-group
 neighbor NET remote-as 29066
 neighbor NET description velia.net
 neighbor NET update-source eth0
 neighbor NET next-hop-self
 neighbor NET soft-reconfiguration inbound
 neighbor NET route-map CFRIPE1 out
 neighbor y.y.y.y peer-group NET
 neighbor y.y.y.y route-map DEFAULT-ONLY in

ip prefix-list cfripe1 seq 5 permit 193.17.17.0/24

route-map CFRIPE1 permit 10
 match ip address prefix-list cfripe1
!
route-map CFRIPE1 deny 20

/var/log/quagga/bgpd.log has following entries:


2009/04/30 08:57:58 critical: BGP: Assertion `len < str_size' failed in file 
bgp_aspath.c, line 619, function aspath_make_str_count
2009/04/30 08:57:58 critical: BGP: Backtrace for 14 stack frames:
2009/04/30 08:57:58 critical: BGP: [bt 0] 
/usr/lib/libzebra.so.0(zlog_backtrace+0x35) [0x7ff992e7f035]
2009/04/30 08:57:58 critical: BGP: [bt 1] 
/usr/lib/libzebra.so.0(_zlog_assert_failed+0x7f) [0x7ff992e7f1bf]
2009/04/30 08:57:58 critical: BGP: [bt 2] /usr/lib/quagga/bgpd [0x7ff993346443]
2009/04/30 08:57:58 critical: BGP: [bt 3] /usr/lib/quagga/bgpd [0x7ff993346477]
2009/04/30 08:57:58 critical: BGP: [bt 4] 
/usr/lib/quagga/bgpd(aspath_key_make+0x45) [0x7ff9933464c5]
2009/04/30 08:57:58 critical: BGP: [bt 5] /usr/lib/libzebra.so.0(hash_get+0x1f) 
[0x7ff992e74abf]
2009/04/30 08:57:58 critical: BGP: [bt 6] 
/usr/lib/quagga/bgpd(aspath_parse+0xb4) [0x7ff993347904]
2009/04/30 08:57:58 critical: BGP: [bt 7] 
/usr/lib/quagga/bgpd(bgp_attr_parse+0x375) [0x7ff99330a5b5]
2009/04/30 08:57:58 critical: BGP: [bt 8] /usr/lib/quagga/bgpd [0x7ff993328fde]
2009/04/30 08:57:58 critical: BGP: [bt 9] /usr/lib/quagga/bgpd(bgp_read+0x79a) 
[0x7ff99332a36a]
2009/04/30 08:57:58 critical: BGP: [bt 10] 
/usr/lib/libzebra.so.0(thread_call+0x39) [0x7ff992e70489]
2009/04/30 08:57:58 critical: BGP: [bt 11] /usr/lib/quagga/bgpd(main+0x388) 
[0x7ff9932fb7b8]
2009/04/30 08:57:58 critical: BGP: [bt 12] 
/lib/libc.so.6(__libc_start_main+0xe6) [0x7ff99245a1a6]
2009/04/30 08:57:58 critical: BGP: [bt 13] /usr/lib/quagga/bgpd [0x7ff9932fb2f9]
2009/04/30 08:57:58 warnings: BGP: can't set TCP_MD5SIG option on socket 5: No 
such file or directory
2009/04/30 08:57:58 warnings: BGP: can't set TCP_MD5SIG option on socket 5: No 
such file or directory
2009/04/30 08:57:58 warnings: BGP: can't set TCP_MD5SIG option on socket 5: No 
such file or directory

w/o BGP routing all networks becomes unreachable which are depending on bgp 
routing.

Workaround: Get quagga-0.98.6.tar.gz from Quagga site, which means unmodified 
source code.
config script:
./configure \
  --prefix=/usr \
  --sysconfdir=/etc/quagga \

then make

I copied bgpd and zebra to /usr/lib/quagga and started /etc/init.d/quagga

That is very unclean but resolved issue for the moment.



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

Kernel: Linux 2.6.28.8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages quagga depends on:
ii  adduser                   3.110          add and remove users and groups
ii  debconf [debconf-2.0]     1.5.24         Debian configuration management sy
ii  iproute                   20080725-2     networking and traffic control too
ii  libc6                     2.7-18         GNU C Library: Shared libraries
ii  libcap1                   1:1.10-14      support for getting/setting POSIX.
ii  libpam0g                  1.0.1-5+lenny1 Pluggable Authentication Modules l
ii  libpcre3                  7.6-2.1        Perl 5 Compatible Regular Expressi
ii  libreadline5              5.2-3.1        GNU readline and history libraries
ii  logrotate                 3.7.1-5        Log rotation utility

quagga recommends no packages.

Versions of packages quagga suggests:
pn  snmpd                         <none>     (no description available)

-- debconf information:
* quagga/really_stop: true



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