Randy Syring

Results 121 comments of Randy Syring

IMO, its easier to do this manually: ``` wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-8ubuntu1_amd64.deb wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-8ubuntu1_all.deb sudo apt update sudo apt install ./gconf2-common_3.2.6-8ubuntu1_all.deb ./libgconf-2-4_3.2.6-8ubuntu1_amd64.deb ``` Now you can install Keybase per their...

@particleflux can you give more info about how you tracked down those kernel options where required? I ran [Moby's check-config script](https://github.com/moby/moby/blob/master/contrib/check-config.sh) and it showed everything green on my system. But...

#789 is the same issue and has a suggestion for a fix (although it didn't help me).

FWIW, I think getting rid of mix_stderr makes sense.

My particular use case was that I wanted to use the AWS Lambda Python 3.11 runtime but a transient dependency, [pendulum](https://pypi.org/project/pendulum/#files), did not have native builds past Python 3.9. I...

Thanks. The other option I was considering was some kind of delay/repeat on `zerotier_member` that would result in the resource not returning until it read an API result with a...

> The solution proposed above would always timeout unless the member was actively trying to join the network. The `ip_assignments_wait` proposal was with the consideration that the `aws_instance` would be...

FWIW, I had similar issues with the tailscale provider (I'm evaluating Tailscale vs ZT) and this is what they came up with: https://github.com/davidsbond/terraform-provider-tailscale/pull/72