Ricardo Abreu
Ricardo Abreu
`multipass networks` should work with the virtualbox driver, but you need to install VirtualBox first. But perhaps try qemu first: `sudo multipass set local.driver=qemu`.
> Isn't the qemu driver recommended for M1 chipsets? But I'll give it a try any way. It is supported on Intel Macs too, as long as you have macOS...
I am afraid not, SSH is the only way to access Multipass instances at the time being. If ufw blocks it inside the instance, it locks you out. You could...
Yes, you can run [arbitrary commands with cloud-init](https://cloudinit.readthedocs.io/en/latest/topics/examples.html#run-commands-on-first-boot).
Un-drafting to get a Windows run too.
Hi @user670, you may be experiencing a [conflict with Hyper-V components](https://forums.virtualbox.org/viewtopic.php?f=25&t=97412) (possibly triggered by attempting to launch VMs after Multipass failed to set the right driver in the installer). Could...
Hmm nice. What does the bot do when emailed? Anywhere we can subscribe to that?
@skylinetech-team is multipass involved in any way?
@skylinetech-team We're concerned only with multipass here.
Doesn't `success()` imply `!cancelled()`? The link you posted says that success "Returns true when none of the previous steps have failed or been canceled."