Kai Lüke

Results 77 issues of Kai Lüke

#### For bugs - Rule Id (if any, e.g. SC1000): none - My shellcheck version (`shellcheck --version` or "online"): 0.7.2 - [ ] The rule's wiki page does not already...

**Describe the bug** Both nc.traditional and nc.openbsd have a `-q secs quit after EOF on stdin and delay of secs` parameter which `ncat` does not support. This fails the command...

enhancement
Ncat

- sysext: support distribution-independent extensions using ID=any A sysext image that merely contains static binaries has no dependency on the host distribution and should be able to be used anywhere....

reviewed/needs-rework 🔨
sysext

### Component systemd-sysext ### Is your feature request related to a problem? Please describe A sysext image that merely contains static binaries has no dependency on the host distribution but...

RFE 🎁
sysext

The benchmark script in contrib/ already used ExecStartPre to automatically set up systemd unit tracing. This was quite verbose and and also lacked the "+" prefix to refer to the...

Currently we have some syscalls annotated to dereference buffer pointers. This could be automated with a script having a heuristic for the data in `/sys/kernel/debug/tracing/events/syscalls/sys_enter_NAME/format` where `const` and `char *`...

If registering fails or if dumping fails because no trace can be found, traceloop should return HTTP error codes so that clients can react on errors (e.g., `curl -f`). Currently...

I did not save the error message but it seems it's related to loading the tailcall program.

When the `k8s` subcommand notices that a container is deleted, it keeps the `tracelet` for one minute. Directly retire the tracelet without any timeouts after dumping it a final time...

good first issue

When a 32 bit binary is run via ``` podman run --rm -ti i386/alpine ``` and, for example, just the Enter key is hit a few times, I get wrong...