Michał Sawicz
Michał Sawicz
Given a backend: ``` lxd: systems: - ubuntu-16.04 - ubuntu-17.04 - ubuntu-17.10 ``` Spread fails to allocate the 17.* systems: ``` 2017-10-24 15:18:39 Discarding lxd:ubuntu-17.04 (spread-12-ubuntu-17-04), cannot connect: cannot connect...
If your task does not produce output for a long time (10 minutes, in my case), spread fails to notice the task is working again, and its completion. See [a...
Whenever trying to run a debug shell on linode, it fails with SPREAD_PATH: unbound variable: $ spread -v -shell-before linode:ubuntu-16.04 [...] 2017-10-25 19:53:36 Executing linode:ubuntu-16.04:spread/build/ubuntu (1/1)... 2017-10-25 19:53:36 Starting shell...
There's a couple of similar bugs (#667 and #577 at least), but this is specifically about: ```powershell PS> multipass exec -- lsb_release -a | Out-Null ``` This hangs indefinitely, and...
With a custom `multipass launch --cloud-init` that runs over the allocated 5 minutes, we spit out a bad error: ``` launch failed: The following errors occurred: timed out waiting for...
~~#1951 is back.~~ In `multipass list` and `multipass info` we list all the IPs we find on instances. The problem is they may not be reachable outside of the instance...
This originates from [the snacpraft forum](https://forum.snapcraft.io/t/snap-can-not-execute-its-own-files-on-selinux/5352). > multipass snap under SELinux (Fedora 28) can not execute its own files and fails. ``` SELinux is preventing multipassd from execute access on...
Run two snapcraft builds at the same time: ``` $ SNAPCRAFT_BUILD_ENVIRONMENT=multipass snapcraft … ``` Notice that either will sometimes block for multiple seconds at a time. There's a chance our...
Every once in a while an instance becomes unbootable and it becomes difficult to do anything with it. Multipass could help with that situation and provide a "recovery" mode where...
### Expected behaviour It would be useful to support badges for more than just the default track - many projects have tracks set up for different Core, major versions etc.,...