On Tue, 26 Jan 2016 15:41:31 +0100 Daniel Seidenstücker <d.seidenstuec...@googlemail.com> wrote:
> Dear OpenBGPD Community, > > > > in order of measuring the performance of OpenBGPD I need to connect > it with a huge amount of peers (realized by ExaBGP). OpenBGPD 5.8 > works well with 100 Peers but if I increase that number to 250 I got > every try the same error (debug mode): > > > > handle_pollfd: imsg_read error: Resource temporarily unavailable > > SE: Lost connection to RDE > > handle_pollfd: poll fd: Undefined error: 0 > > RDE: Lost connection to SE > > handle_pollfd: poll fd: Undefined error: 0 > > RDE: Lost connection to SE control > > handle_pollfd: poll fd: No such file or directory > > main: Lost connection to SE > > route decision engine exiting > > Segmentation fault (core dumped) > > Load the core file in gdb and see what the error is. I have a hunch that it might be resource limits related (like max open files). I'm not a bgpd expert but checking /etc/login.conf might be worthwhile. Regards, Adam