gnd

Results 10 comments of gnd

Hi, it was an older build. I have recompiled with the latest master and still get the same issue: > [9178385.995027] [p_lkrg] LKRG initialized successfully! > [9178386.000400] Restarting tasks ......

Hi, the kernel came with Debian, and has not been rebuilt. I dont see the CONFIG_UNWINDER_ORC in the kernel config: > > $ sudo grep CONFIG_UNWINDER_ORC /boot/config-4.9.0-12-amd64 > $ The...

Hello, unfortunately, if you mean the number of `kworker` processes, their numbers remained the same. Here is a log: ``` # ps -ef|grep kworker|grep -v grep|wc -l 37 # systemctl...

Hello, attached are two files, One before enabling LKRG, second one after LKRG is enabled, when load reached > 100. [ps_before.txt](https://github.com/lkrg-org/lkrg/files/14098432/ps_before.txt) [ps_after.txt](https://github.com/lkrg-org/lkrg/files/14098434/ps_after.txt)

This might be because of some custom sysctl settings .. let me check

Nevermind, i found the issue: we were loading a non-existent rules file but also having this option on: ```ini sp.allow_broken_configuration=true ``` closing the issue

Hello, sorry for delay, i was trying to find the minimal setup that can replicate this. If you follow these steps on a fresh Debian i believe you should be...

The issue with the `BAD SIGNATURE` seems to be solved by reverting some changes in apk (see in the aforementioned Alpine Gitlab).

Hello, what is the status of this issue ? I have the same problem with Nginx 1.22.0 and OpenTelemetry Nginx module v1.0.3. It doesnt recognize the `opentelemetry_*` instructions: `unknown directive...