Andrei Belov
Andrei Belov
@rfratto thanks for your responses. 1. Removing both remote_write blocks from the configuration in question makes grafana-agent to consume less CPU (process almost disappears from top/htop). However, strace top remains...
After deeper investigation, it turned out that reverting this change fixes the issue: ``` % git describe v3006.4-1926-g84f434cc76 % git diff -r v3006.4 context.py diff --git a/salt/loader/context.py b/salt/loader/context.py index 86f879cc59..6bbfe4dbd8...
Confirming that 3006.6 still include this bug.
> * can both the OpenTracing and OpenTelemetry modules be installed at the same time and not interact in a negative way with each other? I believe they can, there's...
JFTR, systemd service override like this solves the issue: ``` [root@builder-amzn2-amd64 defan]# cat /etc/systemd/system/salt-minion.service.d/override.conf [Service] Environment="LANG=en_US.UTF-8" ```
@DaAwesomeP @OrangeDog @dwoz observing the same issue, looking for a workaround. UPDATE: it seems to work for me with `pygit2==1.7.0`: ```shell $ salt-pip install --only-binary=:all: --no-deps pygit2==1.7.0 [..] $ salt-pip...
> What happens if you update salt's pip to the latest version first? Just reinstalled everything on master from scratch and did this: ``` $ salt-pip install --upgrade pip Collecting...
Just caught this one with SONOFF ZBDongle-P; fix from https://github.com/JelmerT/cc2538-bsl/pull/168 helped.
I'm getting the same on macos with clang-12 after stripping the binary: ``` $ file wrk wrk: Mach-O 64-bit executable x86_64 $ otool -L wrk wrk: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,...
Long time no see! It turned out that using CIDRs with relatively large number of free IPs with multiple threads on fast platforms might trigger race condition in `connect_socket()` while...