Michał Sawicz
Michał Sawicz
Hi @jclivi, can you please post `multipass info --all` and also logs from `journalctl -u snap.multipass*`? Thanks!
@jclivi when this happens, can you please have a look at the output of `dmesg` and see if there's any AppArmor `DENIED` messages that seem relevant?
@jclivi this is quite weird, can you try: ```bash $ sudo systemctl edit snap.multipass.multipassd.service # add the following lines and save the file # [Service] # Environment=DISABLE_APPARMOR=1 $ snap restart...
@kstenerud to answer your second question, `multipass delete` is only marking the instance for deletion (think recycle bin) so you don't lose data by accident. Where possible we suspend it,...
I agree with the ask for idempotency, so my proposal: - on `delete`, if the instance doesn't exist, it's an error - on `delete `, existing instances get deleted, it's...
@kstenerud as Chris wrote above, `purge` does not take instance names as arguments, it acts on all deleted ones. The `--force` behaviour you describe is achievable by `delete --purge`, I'd...
> Perhaps we don't need to resolve the end-goal in detail for now. In particular, the exact final schema is less of an issue to begin with IMO. Personally my...
> `git config` is quite similar but nesting (only) the commands (not the contents). So getting, setting, unsetting, all are achieved with `git config` (+ appropriate option). And there is...
@ricab it's for presentation to the user, we'd have to explain to the user what it means, and why do we call it `primary` there but `petenv` here.
We've been iterating on how could an "integrate with $app" configuration work and I'd like to document what we're thinking: ```yaml client: apps: windows-terminal: profiles: primary # or "none", "all"...