freifunk-gluon / l3roamd

BSD 2-Clause "Simplified" License
12 stars 6 forks source link

daemon.err l3roamd[2183]: epoll error. This could be a bug. Exiting now. #34

Closed christf closed 6 years ago

christf commented 6 years ago

Find the cause and fix it. Currently l3roamd is being re-started by procd so there is not much harm done. Relying on procd is a horrible hack though.

christf commented 6 years ago

this happened on EAGAIN and on other conditions that actually are errors. l3roamd is now only exiting if this is not EAGAIN and I did not observe an exit in the wild since then.