Michał Sawicz
Michał Sawicz
I've seen this happen somewhat frequently these past weeks: ```plain Installing Snapcraft for Linux… snapcraft 4.5.4 from Canonical* installed snap "lxd" is already installed, see 'snap help refresh' => Connecting...
The branch names in import isn't escaped for regex-special-chars, an example with "++" in the branch name: Traceback (most recent call last): File "/usr/bin/git-bzr", line 709, in sys.exit(main(sys.argv)) File "/usr/bin/git-bzr",...
```plain $ multipass launch http://cdimage.ubuntu.com/ubuntu-core/20/stable/current/ubuntu-core-20-amd64.img.xz launch failed: The following errors occurred: timed out waiting for initialization to complete $ multipass ls Name State IPv4 Image fluttering-jackal Restarting -- Not Available...
**Describe the bug** When instance startup fails (e.g. not enough memory), Multipass doesn't realize and continues on to try and reach the instance. **To Reproduce** 1. try to launch an...
When an instance doesn't stop, a `multipass stop` command happily exits, when the instance actually continues to run. We need to apply a timeout, after which we let the user...
When something unexpected happens and we lose the ability to control the VM, it may be necessary to forcefully stop the instance by terminating, and ultimately killing the instance. Also...
``` $ multipass transfer file primary:missing/file transfer failed: [sftp push] open failed: 'SFTP server: No such file' $ multipass exec primary mkdir missing $ multipass transfer file primary:missing/file $ #...
I wanted to transfer in a directory hierarchy. But the transfer command does not take a -r flag. _Originally posted by @robogeek in https://github.com/canonical/multipass/issues/1355_
Too much logic has grown into our platform backends, resulting in behaviours that should be common across all platforms requiring virtually duplicate code in each of them. We should refactor...