Thorsten Kukuk

Results 9 issues of Thorsten Kukuk

With current gcc 11.x you get an error when compiling asignify. I found more details in this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1937076 A possible fix could look like according to that bug...

Create a btrfs partition, mount it, extract something in there: ``` mkfs.btrfs /dev/XXX mount /dev/XXX /mnt casync extract ... /mnt ``` Will always lead to: ``` Extracted ./ Failed to...

When sshd creates a session via PAM, it does not know the TTY and sets a dummy one. As result, systemd-logind has to parse utmp and find the correct entry...

wtmp support as implemented in glibc is not Y2038 safe and glibc developers don't plan to fix that (see https://www.thkukuk.de/blog/Y2038_glibc_utmp_64bit/ and https://www.thkukuk.de/blog/Y2038_glibc_wtmp_64bit/) This patch adds support for wtmpdb, a Y2038...

If you have a stricter linker, who does not like unresolved symbols in a shared library (which is always a bad idea), the build will fail when generating libjsonnet++.so.0.15.0. Possible...

bug

On my Raspberry Pi 3 the GPIO pin numbers are in the 20xx range, so a 2 character buffer is far too small. Increase it to 5 characters.

On my Raspberry Pi 3 (64bit kernel and userland) the pins are in the 4 character range (e.g. 2017 for GPIO23) according to kernel debug interface. But the library only...

Using the coverage action gives the following syntax error: /opt/hostedtoolcache/Python/3.8.3/x64/bin/gcovr -C build coverage --verbose usage: gcovr [options] [search_paths...] gcovr: error: unrecognized arguments: -C ##[error]The process '/opt/hostedtoolcache/Python/3.8.3/x64/bin/gcovr' failed with exit code...

### systemd version the issue has been seen with 257 git20240818 ### Used distribution openSUSE MicroOS/Tumbleweed 20240820 ### Linux kernel version used 6.10.5-1-default ### CPU architectures issue was seen on...

bug 🐛