Jonathan Hettwer

Results 23 issues of Jonathan Hettwer

~~The location of the option bytes is the same as for the STM32L496ZG.~~ It is different due to different flash sizes. It was tested to work by disabling the ST...

code/feature-request
needs/issuer-feedback
component/stlink-lib
code/feedback
needs/testing

Having a cross-compiling toolchain is essential to build a working c-compiler (tcc or gcc) for MLL and to ensure that no libraries from the host are used (currently we are...

enhancement

The sysroot is currently unused and overlay bundles are build against libraries and headers installed on the host. (This is undesirable for a number of reasons, one being that libraries...

enhancement

Somewhat large project, but the problems is that the ifnames are too long ``` Error: argument "i1043ea0-n4-eth1" is wrong: "name" not a valid ifname Error: argument "i1043ea0-n4-eth1" is wrong: "name"...

bug
linux

According to the manpage, running `ausearch --object kernel.sysctl.type --subject xserver.type` should give me all records that have both the object as `kernel.sysctl.type` and the subject as `xserver.type`. However what actually...

## Describe the bug Using the `server.Users` fact (and related, such as `server.Groups`) does not respect the configuration of `/etc/nsswitch.conf`, e.g. when LDAP is configured. ## To Reproduce Configure e.g....

bug

This change means, that docker-compose can now, like podman-compose , make use of the user namespaces features of podman. For example, the following works when using rootless podman in combination...

This makes the server backend cross platform and portable, making it possible to port Übersicht to linux and windows.

enhancement

The RTC backup registers for the STM32L4R5 are simply 32-bit memory and writing them has no other side effects, as such they should not require `unsafe` to write. At least...

stm32l4

## Describe the bug ``` bauen1: Okay, using facts does work, kind of, they are evaluated at the right time, but if I now have a fact that will error...

bug