thiagoftsm
thiagoftsm
> As far as the arm 32-bit warnings go, can you please tell me what options you build with, as I cannot see them on my RPi? Of course, I...
@vkalintiris, please, take a look in [this](https://github.com/netdata/netdata/pull/13048#issuecomment-1257571044) LGTM report.
@Dim-P and @Ferroin , I tried to compile this PR on `FreeBSD 13.1-RELEASE-p5` and I got these errors: ```sh 9 warnings generated. warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean...
@Dim-P on Slackware current I am able to compile your PR, but I am having [these](https://github.com/netdata/netdata/files/10148651/err.log) warnings.
@Dim-P on my environment I cannot start `netdata` setting the following configuration inside `netdata.conf`: ```sh [logs management] enabled = yes ``` when I tried this I got this SIGABRT: ```sh...
Hello @Dim-P , During compilation time I observed different [wanings](https://github.com/netdata/netdata/files/10202313/wanings.log). I used the following `CFLAGS` to compile: ```sh CFLAGS="-Og -ggdb -Wall -Wextra -fno-omit-frame-pointer -Wformat-signedness -fstack-protector-all -Wformat-truncation=2 -Wunused-result -DHAVE_BACKTRACE=1 -DNETDATA_TRACE_ALLOCATIONS=1 -DNETDATA_DEV_MODE=1...
Hello @Dim-P , I finally could run on `Slackware current` your PR using default configuration, and I have observed this: ```sh 2022-12-11 13:52:27: netdata INFO : LOGSMANAGEMENT : (0521@logsmanagement/logsm:logs_management): [System...
On FreeBSD I also observed some [warnigs](https://github.com/netdata/netdata/files/10202541/warnigs.txt).
@Dim-P , After successful compilation on FreeBSD I observed that I cannot start `netdata`, because I am receiving this error: ```sh 2022-12-11 15:41:09: netdata FATAL : LOGSMANAGEMENT : Could not...
@Dim-P , I started `netdata` on Linux with the following `logsmanagement.conf`: ``` [Messages Logs] enabled = yes update every = 1 log path = /var/log/messages [Netdata Error Logs] enabled =...