Michał Sawicz

Results 243 comments of Michał Sawicz

@cloudymax hey, if you want to get into the instance as soon as it's available, you can interrupt the launch when it reaches "Waiting for initialization…". You can also `multipass...

Hi @tatroc you're right, since the file permissions don't match between Windows and *nixes, we don't have a way to know if a file should have been executable… The couple...

@nathan-j-hart only for the default interface. If you installed e.g. docker on any other hypervisor, it would apply, too - the extra bridge needs hiding.

Hi @viktike in that case it looks like we could relax the installer check indeed. We didn't know that you could still run VirtualBox VMs even though `kern.hv_support` was 0.

We should switch to using UUIDs in image paths etc., and have the name just be a label.

> I would really like to have this implemented for making `snapcraft-` instances which are created by `multipass launch ` due to download issues. Hey @Lin-Buo-Ren, would you please file...

@Lin-Buo-Ren yes, that's exactly what I meant :)

Sometimes this happens indefinitely, and the qemu process spins at 250% CPU here, but Ctrl+C on the snapcraft command makes it exit cleanly and everything unblocks. So I'm suspecting our...

What I did is `multipass shell` into the instance while it was still responsive and waited for it to get stuck... When it did, it basically ran out of memory,...

Unfortunately adding swap or limiting the amount of memory on the kernel command line, or upgrading the kernel to `hwe`, didn't help. The last thing we'll try will be the...