Results 31 comments of Max

Hi, as far as I know redBPF does not support raw tracepoints at this time. I had a look at the requirements and it does not look to be terribly...

I am not a maintainer of redBPF, but sure go ahead. From my experience the maintainers do review and merge code. Revisiting the original question, I think I misread it....

When using architecture-specific syscalls ("__x64_sys") you sadly have to parse the pt_regs argument yourselves - redBPF doesn't do this at this time. See issue #295, which includes [an example](https://github.com/foniod/redbpf/issues/295#issuecomment-1057106926) how...

What would be needed to get the `preserve_access_index, preserve_field_info, preserve_type_info, preserve_enum_value` builtins into rustc? I guess some issue/PR over on https://github.com/rust-lang/rust? I would really like to see this feature in...

acme.sh is an ACME client. The type of certificate issued is decided by the ACME server or the Certificate Authority. To obtain an OV or EV certificate, you will need...

We're seeing the same segfaults on a Debian 12 bookworm system since version 3.8.0 (also rolled back to 3.7.5 as a stopgap). If you need more things to troubleshoot with,...

I changed my docker compose to do the following: ``` volumes: - :/data/configurations ``` This way the config files where accessible both to automation and in the web UI for...

Note the leading `/` before data/configurations, this is mapped into the container's root directory (and not under /app). It shows up like this in the UI: ![screenshot](https://github.com/bnw/firefly-iii-fints-importer/assets/4279661/6fd77741-b89a-4749-b634-11cb5c9a0886) Note that while...

A few years late, but this is now fixed 😄

Looking at fuse configuration, it looks like this is configurable behaviour since ~ABI 7.12: The default seems to be that the kernel applies the umask for you, probably giving you...