Re: bird6 crashed

2010-12-13 Thread Ondrej Zajicek
On Sat, Dec 11, 2010 at 09:22:57PM +0100, Arnold Nipper wrote:
 A couple of hours ago bird6 crashed. Core dump may be found at
 
  http://download.de-cix.net/rs6-l_1292066402_bird6_11.gz
 
 MD5sum is 9509d3ac560da9588ac36c763547227c

Could you also send me appropriate bird binary?

 Arnold
 btw: is there a mailing list for developers only as well?

Yes, there is one: b...@atrey.karlin.mff.cuni.cz .

-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
To err is human -- to blame it on a computer is even more so.


signature.asc
Description: Digital signature


Re: bug or feature?

2010-12-13 Thread Ondrej Zajicek
On Mon, Dec 13, 2010 at 11:00:25AM +0100, Ondrej Zajicek wrote:
 On Fri, Dec 10, 2010 at 06:03:47PM +0100, Arnold Nipper wrote:
  So, what is the conclusion? This is a OS/shell problem, not a BIRD
  problem. Given so, is there anyone who is able to explain, what actually
  happens? I have never ever seen, that / irritates any program. Otoh
  I'm an absolute OS/shell novice ...
 
 I am not sure yet. On all my testing systems it worked OK. Now i finally
 found one that shows this behavior so i will test it.

It was a silly bug in birdc. You can fix it by attached patch (affect only
birdc binary, no need to restart bird).

-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
To err is human -- to blame it on a computer is even more so.
diff --git a/client/client.c b/client/client.c
index 9acabf2..7f9e0ef 100644
--- a/client/client.c
+++ b/client/client.c
@@ -96,6 +96,7 @@ parse_args(int argc, char **argv)
 	  tmp += strlen(tmp);
 	  *tmp++ = ' ';
 	}
+  tmp[-1] = 0;
 
   once = 1;
 }


signature.asc
Description: Digital signature


Required capability missing

2010-12-13 Thread Simone Morandini

Hi all,

I've just configured a new peer on our IPv6 implementation of BIRD and, 
as per the subject, I'm receiving the following error with sh protocols:


peer name   BGP  T_peer name start  18:05   Idle  
Received: Required capability missing


Last lines of logfile repeat the following:

13-12-2010 18:20:00 RMT peer name: Received: Required capability missing
13-12-2010 18:20:00 TRACE peer name: Starting

What does this error usually point at?
I've searched the list but apparently this issue has not been discussed yet.
We configured a direct peering from our router (as we do with all our 
members) with no problems.


TIA for the help.

Regards,
Simone.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.