Dominique Martinet
Dominique Martinet
This might be a feature but I'm surprised, the output with `--btf_features=default` and without any `--btf_features` seem different: ``` for opt in "" --btf_features=default; do cp .tmp_vmlinux.orig .tmp_vmlinux.btf LLVM_OBJCOPY=objcopy pahole...
The SOURCE_DATE_EPOCH environment variable is used in reproducible builds to set build timestamps and is generally synonymous with reproducible builds: instead of making users figure out how to pass pahole...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Running `podman rm` (or `podman ps` or any other command) fails on...
Hi, I've noticed that on my systems (fedora, debian, alpine) it's possible to get network admin privileges in a user namespace within a container: ``` $ podman run --rm -ti...
### What Operating System(s) are you seeing this problem on? Linux X11 ### WezTerm version 20240811-112922-0ac1e948 (built from source just now) ### Describe the bug With a ssh config such...
On bash it's possible to hit ^C before we remembered the PS1 which would cause the shell to end up with an empty PS1, making it unclear that the ^C...
This is a follow-up of #1212 I had opened last year: - The httpSafePort config item didn't work at all even if httpSafeOrigin wasn't set, so make it work. -...
### Relevant telegraf.conf ```toml NA ``` ### Logs from Telegraf ```text NA ``` ### System info alpine 3.21 ### Docker _No response_ ### Steps to reproduce Trying to build the...
_/ans are only mentioned in the cli-usage page, this was hard to find so add it to the syntax overviews as well ------------ I actually found `_` after trying a...
When using clush -c we should try to complete local files. When not using -c, if a taget has already been set we can also try to complete a command....