Nikolay Edigaryev
Nikolay Edigaryev
Closed by mistake.
Would adding a repeatable `--display` argument to the `tart run` command suffice for your use-case? The way it'd work is when specifying `--display` once, `tart run` would use that settings...
> Alternatively we can support a comma-separated list of resolutions for `tart set --display 1200x800,1600x1600 ventura-base`. I was a bit reluctant to preserve the multiple display configuration in the VM's...
@fkorotkov the paravirtualization actually seems to be used: You can also check this by running `ioreg` inside of a VM: ``` % ioreg -n AppleParavirtGPU -r +-o AppleParavirtGPU | {...
Hello Nathaniel, You can run `packer build` on a macOS machine with Tart installed over SSH from a remote Linux system. Supporting the remote builds functionality directly in the Packer...
@sridhar-vadlamani-ck how are you invoking the Packer, from CI, or from a user-interactive Terminal? Also this might be related to the DHCP shortage, please check out https://tart.run/faq/#changing-the-default-dhcp-lease-time.
> Is there anything else you'd like me to rule out? Can you connect to the VM using the `ssh` command after Packer emits the `Using SSH communicator to connect:...
> The SSH issue is only happening when I build the vanilla image. If I build from another image directly, there are no issues. This most likely has to do...
Have you tried [`humanize.SI()`](https://pkg.go.dev/github.com/dustin/go-humanize#SI)? The example below will return `1 Gb/s`: ```go humanize.SI(1_000_000_000, "b/s") ```
@robherley, @bethanyj28 would you mind taking a look at this?