Alexander Mohr

Results 93 comments of Alexander Mohr

The dlt-daemon is already ported to QNX, you'll have to disable all hings systemd and build with `-DDLT_DAEMON_USE_UNIX_SOCKET_IPC` Your error probably comes from an invalid compiler / toochain configuration as...

@minminlittleshrimp I don't think the issue is related to thread safety. But if there is no daemon running as @marcin-sochacki stated, we do leak file descriptors if logging mode is...

was the leaking fd when no connection is made to dlt-daemon (https://github.com/COVESA/dlt-daemon/issues/522#issuecomment-1684068925) fixed already? If not we probably should fix that first and see if this resolves the issue. Otherwise...

At least 4. should not be used via public API imho as these functions are used internally to have rolling file names. There is no point in exposing that via...

The kernel interface received a lot of changes. It's not working with new kernels anymore and supporting many flavors of kernels isn't feasible time wise for me. To make this...

This is bascially the same issue like #45

Most likely the same issue as in https://github.com/alexmohr/usb-can/issues/44 Make sure you've installed the kernel modules for your kernel. It's also likely that 6.2 is not even supported anymore as the...

That's because the kobolt version is a standalone application and not a driver. It does not depend on kernel interfaces but runs entirely in userspace. I started rewriting this into...

1. you're missing the kernel headers. To install them run `sudo apt install linux-headers-$(uname -r)` 2. The module was not working on kernel 5.10, pull master again before building.

Have you installed the kernel headers as described above? (Also please post error messages in English only)