snar / bgpq3

bgpq3
BSD 2-Clause "Simplified" License
363 stars 53 forks source link

bgpq3 exit code is 255, stderr: b'FATAL ERROR:select timeout\n' #57

Closed smaxx1337 closed 4 years ago

smaxx1337 commented 4 years ago

Hello,

we are running bgpq3 in a crontab and sometimes we get this error: bgpq3 exit code is 255, stderr: b'FATAL ERROR:select timeout\n'

It happens randomly, not every time. Is there any reason why? How can I fix this? Do you need more info to see whats going on?

snar commented 4 years ago

On Thu, Feb 13, 2020 at 08:56:22PM -0800, smaxx1337 wrote:

Hello,

we are running bgpq3 in a crontab and sometimes we get this error: bgpq3 exit code is 255, stderr: b'FATAL ERROR:select timeout\n'

It happens randomly, not every time. Is there any reason why? How can I fix this? Do you need more info to see whats going on?

Sorry for delay, it was crazy days here :(

"FATAL ERROR:select timeout" means that bgpq3 did not received no data from RADB in ten seconds. Possible reasons:

I just increased select timeout to 30 sec and pushed this change to github, can you please check if it helps ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.*

smaxx1337 commented 4 years ago

Hey, thank you very much! I pulled now and let's see if that helps. I'll close this issue for now and re open it if it does occur again.