Ben Cressey

Results 167 comments of Ben Cressey

⬆️ force push fixes link to example `config.toml`

Added a commit to update to 1.81.0, using the `update-rust.sh` script.

If the snapshot corresponds to a partitioned disk image, you can try [losetup -P](https://unix.stackexchange.com/a/430415) first to make the different partitions available on the loopback device, then you can mount the...

There are two factors at work here: 1. the NVIDIA kmods aren't linked until runtime (for software licensing reasons) and can't be signed by the same ephemeral key used to...

I still want better support for signing kmods, but as a workaround we can try tightening up the dependencies for the units that call `driverdog --link-modules` to force them to...

This was completed as part of the overall move to settings plugins.

My initial implementation idea is to have a pair of systemd units. ``` # ec2-nitro-clocksource.service [Unit] Description=Set Preferred Clock Source (Nitro) DefaultDependencies=no ConditionVirtualization=amazon [Service] Type=oneshot ExecStart=/usr/bin/echo kvm-clock RemainAfterExit=true StandardOutput=file:/sys/devices/system/clocksource/clocksource0/current_clocksource [Install]...

As an example I'm running into today - when setting up a new ACM PCA, one of the fields required is the [template ARN](https://docs.rs/aws-sdk-acmpca/latest/aws_sdk_acmpca/operation/issue_certificate/struct.IssueCertificateInput.html#structfield.template_arn), in order to override the default...

It's still important to move all the way to modular settings extensions. The current approach is quite difficult to compose in a reusable way by downstream builds. Plugins are not...

Somehow we need to invalidate the `rustc` / `cargo` cache whenever glibc - the only library dependency - is changed, while preserving it in other cases.