thiagoftsm
thiagoftsm
@Ferroin , I removed netdata completely on my `Debian 11` and after the installation I cannot start the service anymore: ```sh root@bullseye:~# ps aux | grep netdata root 557 0.0...
Hello @Ferroin , I am bringing the [netdata-installer.log](https://github.com/netdata/netdata/files/9707240/netdata-installer.log) and after to verify this line `/usr/libexec/netdata/install-service.sh --save-cmds /netdata-service-cmds ... FAILED with exit code 127` I ran the following command: ```sh #...
> The logs management code has been added to the agent's build system (there are 2 new flags, --enable-logsmanagement and --enable-logsmanagement-tests). However, Fluent-Bit must also be built as a shared...
When we compile this PR on `Alpine 3.16` that has `musl`compiler as default we got this error: ```sh --- Cleanup compilation directory --- [/home/thiago/Netdata/netdata]# make clean OK '' --- Compile...
Well, I discovered that I should pass `--enable-logsmanagement` :man_facepalming: and after this I got different [issues](https://github.com/netdata/netdata/files/9870382/err.txt), please, take a look on them. I will only review code for while. :handshake:
Coverity Scan passed with success on this PR. :)
I am sorry, I saw that I did not initialize properly a module, but after to initialize it, it was not possible to compile `netdata` [err.txt](https://github.com/netdata/netdata/files/9874320/err.txt) .
Thank you very much @Dim-P you had a hard work here. The suggestions and adjusts are minor considering the size of the code. I will return for your PR when...
Hello @Dim-P , Please, rebase your PR to fix the current issue. I finally could compile your PR on Alpine 3.16 and I observed the following warns: ```sh logsmanagement/db_api.c: In...
Hello @Dim-P , We also have some warnings on Arm32 as you can see in [this](https://github.com/netdata/netdata/files/10008476/arm.txt) file. Best regards!