James Cuzella
James Cuzella
Bumping this issue, as #12559 was closed prematurely by the `github-actions` bot As described by @chrisroberts [here][1], vagrant providers on `arm64` are still in the stage of limited or no...
> > > If anyone has a workaround, please let me know. > > Here's my workaround to detect whether we're using Rosetta or not: [#12610 (comment)](https://github.com/hashicorp/vagrant/issues/12610#issuecomment-1109906113) Here is another...
Yes, +1 to this!
FWIW I just updated to the latest `yubioauth-desktop` / `yubico-authenticator` (`v5.1.0`) on MacOS via Homebrew and am seeing similar behavior. First Yubikey worked, and is seen fine through `gpg-agent` +...
@Jeansen yes, @electrofelix is correct: This requires fixes in 3 gems based on Vagrant's dependency chain: `vagrant-libvirt` -> `fog-libvirt` -> `ruby-libvirt` I was able to build & install pre-release gems...
I think this is still an issue with latest `vagrant-libvirt-0.7.1.pre.27` + `vagrant-2.2.19` + `libvirt0` version `6.0.0-0ubuntu8.15`. With the following `Vagrantfile`: ```ruby Vagrant.configure("2") do |config| config.vm.provider :libvirt do |libvirt| # [...SNIP...]...
So, I was able to reproduce the [problem with `vagrant` `x86_64` not being able to link against native `arm64` libvirt][1]. Vagrant does not ship official `arm64` / `aarch64` builds (......
@electrofelix Thanks! That got me on the right track! I tried that `bundle exec vagrant plugin install` command and it said it required `vagrant-spec` to also be installed. However, the...
@andreabolognani Thanks! Yes, it took a bit of fiddling to get everything working, but thanks to your QEMU patch everything is working with HVF! > Just to confirm: with the...
Just to add a data point: After enabling the `SEARCH_BACKEND` and `GUNICORN_OPTS='[--preload]'` options to the docker registry, we ran into [stability issues with docker/docker-registry#540](https://github.com/docker/docker-registry/issues/540). After disabling both of these options,...