Andrei Belov

Results 87 comments of Andrei Belov

@dave4you thanks for reporting, this is a long-time thing; I agree that it causes some confusion for one who are trying to compare package version vs reported version. We are...

> This is happening even promtail is used only for ingesting logs from journal We have a few installations of promtail scraping logs from regular files and systemd journal. Historically,...

Would love to see such an option as well. We have some environments where multiple instances of alloy are running on the same VM in the same netns space; currently...

> It would be great to log "Ignored hidden files `.env`, `.bin/`, and 9 others, use `include-hidden-files: true` if you want to include them.". Agree. Just stumbled upon this on...

Same thoughts. This would be quite useful for e.g. matrix build workflows where actual build jobs prepare compressed artifacts ready for release publishing. There's no point in spending CPU cycles...

Here's the module build log + `modprobe` errors afterwards: ``` xx@raspberrypi:~/git/xpadneo $ sudo ./install.sh * creating dkms.conf * adding hid-xpadneo-v0.9-175-g70ef8ee folder to /usr/src * installing module (using DKMS) Creating symlink...

I guess this is the issue - see `vermagic` still pointing to older kernel for some reason: ``` xx@raspberrypi:~/git/xpadneo $ modinfo hid-xpadneo filename: /lib/modules/6.6.51-v7+/kernel/drivers/hid/hid-xpadneo.ko.xz version: v0.9-175-g70ef8ee description: Linux kernel driver...

Tried to point `dkms` to the kernel source location explicitly with this: ``` xx@raspberrypi:~/git/xpadneo $ git diff diff --git a/install.sh b/install.sh index 27df47f..11cbc82 100755 --- a/install.sh +++ b/install.sh @@ -1,4...

FWIW, got it working with the same version of xpadneo running the same Pi 2 under bookworm with kernel 6.6.31+rpt-rpi-v7 (got a completely fresh installation on separate SD card for...

TWIMC, if you're on buster and trying to use rpi-source to get latest kernel sources matching your updated kernel, you'll likely need this one - https://github.com/RPi-Distro/rpi-source/pull/35.