robotrapta
robotrapta
The host is an ARM64 machine running Ubuntu 18 - NVIDIA's "tegra" flavor. ``` $ uname -a Linux smellycat 4.9.253-tegra #1 SMP PREEMPT Mon Jul 26 12:19:28 PDT 2021 aarch64...
Yes, it's in privileged mode. For security, that's fine, and much easier than trying to manually map in the USB devices.
Do I need to update the udev rules on the host? Would that make a difference? If so, why? I hadn't because OS-defaults already include entries for the Basler ACE...
For anybody else hitting this and frustrated that `fire` is so slow to respond to basic functionality that makes it extremely error-prone, I might suggest switching to `typer`: https://github.com/tiangolo/typer For...
AFAICT this problem manifests with the unhelpful error message ``` Error: failed to refresh cached credentials, no EC2 IMDS role found, operation error ec2imds: GetMetadata, access disabled to EC2 IMDS...
I was able to fix this by running ``` pulumi config set aws:skipMetadataApiCheck false ``` as described in https://github.com/pulumi/pulumi-aws/issues/1692
Looks like 186f9c464351c2105daece39bbddce586f381308 might have caused this? Rolling back to edb533c14e38b4f4ec34345263a390dc59bb3a6c makes the error go away. @henningkayser
No worries! I understand that multi-package upgrades are tricky, but necessary for long-term code health. I have what I need. Maybe leave this open until the release is done so...