Michał Sawicz

Results 69 issues of Michał Sawicz

```console $ multipass mount . primary:~/path/with\$dollarsign $ multipass exec primary -- ls path/with\$dollarsign ls: cannot access 'path/with$dollarsign': No such file or directory $ multipass exec primary -- ls path/with Dokumenty...

bug
help wanted
medium

There's currently [no way to extend the system certificates](https://forum.snapcraft.io/t/extending-system-certificates/114/) for strict snaps. To cater for SSL-terminating proxies, we need to import `/etc/ssl` and `/usr/share/ca-certificates` from the host system.

enhancement
help wanted
medium

Somehow stderr output gets duplicated into a separate FD, preventing its redirection into a file. ``` $ mp ls Name State IPv4 Image awesome-gemsbok Running 10.213.185.198 Ubuntu 18.04 LTS $...

bug
medium
low

We currently log to a category under "Windows Logs/Application", a separate " Application and Services Logs/Multipass" _folder_ (?) would probably be better?

enhancement
low
low hanging fruit

To keep as close as possible with cloud deployments, we were asked to use the default username when issuing `multipass shell`, as provided by `cloud-init`. It depends on the image...

enhancement
medium
low

Steps: - launch an instance - stop it or suspend - try to `restart` it Expected: - instance gets started Current: - error: ``` restart failed: instance "preferable-phoenix" is not...

enhancement
medium

#307 has some details on specifics of the "custom repository" feature, but I wanted to collect the user experience and the imaginable extent of the configuration structure here. ### The...

enhancement
epic

We currently always download the `qcow2` image and convert it to the format the hypervisor supports. Streams usually publish an image that can be used directly on most hypervisors, so...

enhancement
medium
low

Some cloud-init modules (e.g. [scripts](https://cloudinit.readthedocs.io/en/latest/topics/modules.html#scripts-per-boot)) require files to be placed into the data source. We need a `--cloud-init-files` or so that will allow the user to specify a file/directory tree...

enhancement
help wanted
good first issue