Vincent Bernat
Vincent Bernat
Does it work with autoconf 2.69 for you?
I have tried to reproduce it with Docker, but no luck: ``` docker run --rm -it --volume=/run/lldpd.socket:/run/lldpd.socket debian:sid ``` Then install lldpd inside the container and it works for me....
In my case, like in yours, lldpd was running in the host and lldpcli in the container and I didn't get a crash. Can you double check there is no...
I have tried forcing Nix 2.24, without much luck: ```nix nix = pkgs.nixVersions.nix_2_24; colmena = pkgs.colmena.override { inherit nix; }; ```
First, I am in the process of splitting the inlet in two parts to solve some performance issues. Second, I see two ways forward: 1. Use a ClickHouse table (it...
The change is to make the inlet capture the flows without parsing them, put them in Kafka, then a new component, the outlet will do the parsing and enrichment and...
I may be a bit slow. I am just avoiding changes to the inlet until I am done.
I am low on time. Unfortunately, this did not move forward a lot. Sorry.
Where would you call the function? I don't think there is any thread safety.