Balazs Scheidler

Results 182 comments of Balazs Scheidler

Yeah, sometimes g++ is using libc++ and I guess clang can also use libstdc++. this is more of a platform decision. A simple and limited fix could be to just...

@kira-syslogng: retest this please;

Instead of doing back and forth, I've submitted a few fixup patches that makes the parse_kv() function in-line to what I have in mind.

@bshifter I've merged your work with mine and fixed the leak you mentioned irl in a separate PR.

the syslog-ng config you are using would be helpful. The message you are receiving is in the RFC5424 format, with octet counted messages, that's the 335 in front of the...

the default apparmor policy seems to reject connecting to the systemd notification socket and that causes the startup to fail. I've added these lines to the profile and it started...

I'm not sure what you mean on the "timestamp vanishes". Syslog-ng attempts to extract the timestamp from the incoming message. If that fails, it adds one, otherwise it will use...

Hi, Can you send me the samples? Eg. The good formatting and the way it changes. Thanks On Thu, Jan 18, 2024, 13:00 Francesco Pasqualini ***@***.***> wrote: > syslog-ng Version...

Hmmm, maybe the problem is on the receiving side, then? 64k is a huge message size, so maybe the CEF side is at fault here. For instance the end of...

That seems to indicate that it is indeed the source that is at fault. There are two ways to capture this 1) use tcpdump just like you did before, but...