Clemens Lang

Results 29 issues of Clemens Lang

It would be nice if trac-github could monitor pull requests and post a comment with a link to the pull request in tickets that are mentioned in pull requests.

enhancement

Prior to d989217110932490ba8ce92127a9a6838878928b, using sftp user@host would print "Connected to user@host", because the 'host' variable would also contain the username. Parsing switched in the above mentioned commit for good reasons,...

Assumes systemd, beacuse it uses systemctl to wait for the boot to complete.

(Supersedes #575, @t184256 opened that in my absence to speed up the review process; I've made the change requested in https://github.com/dracut-ng/dracut-ng/pull/575#pullrequestreview-2231750738) For a system that uses crypto-policies to be switched...

modules

### Resolved issues: Resolves awslabs/aws-crt-python#583 ### Description of changes: OpenSSL does not create the `openssl/engine.h` header when compiled with the `no-engine` option, which creates the `OPENSSL_NO_ENGINE` preprocessor symbol. ### Call-outs:...

The external IP module can return an IPv6 address, in which case the method to append a port is to wrap it in square brackets before appending the `:%d` port...

The `MountsWithUIDGID` function in [pkg/subscriptions/subscriptions.go](https://github.com/containers/common/blob/main/pkg/subscriptions/subscriptions.go#L169C6-L169C22) tests for the presence of `/etc/system-fips` on the host. It calls `addFIPSModeSubscription`, which creates `/etc/system-fips` inside of the container at [pkg/subscriptions/subscriptions.go#L327-L335](https://github.com/containers/common/blob/main/pkg/subscriptions/subscriptions.go#L327-L335). `/etc/system-fips` is deprecated and...

When you comment on an issue in a project that has thousands of issues, or operate on a merge request in a project with thousands of MRs, did attempts to...

When installed in non-default paths (i.e., not /usr or /usr/local), bpytop cannot find its themes in $prefix/share/bpytop/themes. Start from the path of the executable to handle non-default values of $prefix.