Attila Szakacs

Results 64 comments of Attila Szakacs

@bazsi @MrAnno In the light of the AxoSyslog arm images, do we want to keep this PR open? I know that we don't have a per PR arm build, but...

On first glance I would put it in the `LWO_` flags and under `flags()` option in the config, like `syslog-protocol/LWO_SYSLOG_PROTOCOL` is done, and would handle it in `log_writer_format_log()`. Disabling SDATA...

You don't need to install gcc to run the C++ modules, it is only needed during building/packaging. I think if gcc is available on FreeBSD, you should install it during...

Hello! The `global;scratch_buffers_bytes;;a;queued` and `global;scratch_buffers_count;;a;queued` counters are having the `queued` name because of an implementation limitation, they are not related to queues at all. Scratch buffers is a GC-like string...

@kira-syslogng retest this please

FTR I have just tried with `link_all_deplibs`, and it did not solve the issue, the stdc++ dep is not transited. ``` _LT_TAGVAR([link_all_deplibs],)=yes _LT_TAGVAR([link_all_deplibs],[CXX])=yes ``` https://ftp.gnu.org/old-gnu/Manuals/libtool-1.4.2/html_node/libtool_70.html ``` $ ldd install/lib/syslog-ng/libexamples.so |...

@kira-syslogng retest this please

We talked about this IRL last week. IIRC this was the conclusion: `syslog-ng-otlp()`: * The received message must have the same `$HOST` value as it was on the sender side....

From the error logs, I get the feeling that the JSON data is truncated. ``` com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: (StringReader); line:...