<div dir="ltr">Hi Alexander,<br><br>I tried "debug MLPA1 all" from birdc console, but nothing new appeared in log file.<br><br>Currently I rolled back to 1.3.10 version from ports because 1.4.2 started to crash with the following backtrace:<br>
<br><br>GNU gdb 6.1.1 [FreeBSD]<br>Copyright 2004 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>
Type "show copying" to see the conditions.<br>There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "amd64-marcel-freebsd"...<br>Core was generated by `bird6'.<br>
Program terminated with signal 11, Segmentation fault.<br>Reading symbols from /lib/libthr.so.3...done.<br>Loaded symbols for /lib/libthr.so.3<br>Reading symbols from /lib/libc.so.7...done.<br>Loaded symbols for /lib/libc.so.7<br>
Reading symbols from /libexec/ld-elf.so.1...done.<br>Loaded symbols for /libexec/ld-elf.so.1<br>#0  0x0000000000464a9e in add_tail (l=0x801017798, n=0x80102a650) at lists.c:46<br>46      z->next = n;<br>[New Thread 801007400 (LWP 100292/bird6)]<br>
(gdb) bt<br>#0  0x0000000000464a9e in add_tail (l=0x801017798, n=0x80102a650) at lists.c:46<br>#1  0x0000000000469ce6 in ralloc (p=0x801017780, c=0x692260) at resource.c:224<br>#2  0x000000000045c20a in tm_new (p=0x801017780) at io.c:226<br>
#3  0x0000000000425bef in bgp_setup_conn (p=0x801008020, conn=0x8010081c8) at ../../../proto/bgp/bgp.c:631<br>#4  0x0000000000425d97 in bgp_active (p=0x801008020) at ../../../proto/bgp/bgp.c:660<br>#5  0x00000000004252cb in bgp_decision (vp=0x801008020) at ../../../proto/bgp/bgp.c:334<br>
#6  0x000000000045bd67 in ev_run (e=0x801017800) at event.c:85<br>#7  0x000000000045be02 in ev_run_list (l=0x694aa0) at event.c:135<br>#8  0x000000000045f05f in io_loop () at io.c:1716<br>#9  0x00000000004669b3 in main (argc=3, argv=0x7fffffffdb20) at main.c:820<br>
(gdb) quit<br><br><div class="gmail_extra"><br>If this crash is interesting to you as port maintainer, I will provide any additional information which can help to understand why it happened.<br><br><div class="gmail_quote">
2014-04-09 23:10 GMT+04:00 Alexander V. Chernikov <span dir="ltr"><<a href="mailto:melifaro@freebsd.org" target="_blank">melifaro@freebsd.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 09.04.2014 13:36, Peter Andreev wrote:<br>
> Hi everybody,<br>
<br>
Hello!<br>
<div><div class="h5">><br>
> I'm trying to set up bird 1.4.2 on FreeBSD 9.1 and stuck on the<br>
> following:<br>
><br>
> bird> sh pro name     proto    table    state  since       info<br>
> kernel1  Kernel   master   up     13:10:06 device1  Device   master<br>
> up     13:10:06 NICbr1   BGP      master   up     13:10:28<br>
> Established NICbr2   BGP      master   up     13:10:29<br>
> Established PTTlg    BGP      master   start  13:10:24    Connect<br>
> Socket: Invalid argument MLPA1    BGP      master   start  13:10:24<br>
> Connect       Socket: Operation timed out MLPA2    BGP      master<br>
> start  13:10:24    Connect       Socket: Invalid argument MLPA3<br>
> BGP      master   start  13:12:51    OpenConfirm   BGP Error: Hold<br>
> timer expired MLPA4    BGP      master   start  13:10:24    Connect<br>
> Socket: Invalid argument STATIC_BGP Static   master   up<br>
> 13:10:06<br>
><br>
> All these BGP protocols are inherited from one template. The only<br>
> difference is that those are established, use another source<br>
> address which is configured on virtual interface.<br>
><br>
> However my question is how to find out what's going on and how to<br>
> detect a problem? Setting "log syslog all;" is not very helpful -<br>
> it only fills the log file with a lot of "bird6: KRT: Error sending<br>
> route 2c0f:fb50::/0 to kernel: No such process" messages.<br>
</div></div>You can look at detailed protocol status via<br>
"show protocol [nam] all"<br>
You can enable appropriated level of per-protocol debug (e.g. add<br>
"debug { events, states };" to protocol config.<br>
<div class=""><div class="h5"><br>
><br>
> -- Is there any problem Exterminatus cannot solve? I have not found<br>
> one yet.<br>
><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Is there any problem Exterminatus cannot solve? I have not found one yet.<br><br>
</div></div>