trevor-shoe
trevor-shoe
Some reproduction steps for the issues. #### Formatting: 1. Run `multipass launch -n ` 2. Run `multipass shell ` 3. Observe incorrectly formatted shell and no ECHO #### Mounts: 1....
@ricab I can try to write unit tests. Timer won't help much since the main issue is the signals. Integration tests would be needed to properly test this too, sending...
> > line 708: potential off by one error, the check should probably be >= > > Not sure I get this one, did you mean `val` is 0-index based...
> ``` > if (i == sftp->total_allocated_handles) { > uint32_t old_size = sftp->total_allocated_handles; > sftp->total_allocated_handles += SFTP_HANDLES_CHUNK_SZ; > > void **tmp = realloc(sftp->handles, sftp->total_allocated_handles * sizeof(void *)); > if (tmp...
> This is added to libssh repo. Please have another check. The other change will deviate from the original code of libssh and it adds complexity to the patches even...
Thank you for reporting this issue @huwshimi. It appears the dart package we use for ssh on the GUI is having trouble with parsing your ssh key. In specific, the...
Hi @huwshimi, Did you happen to use a custom cloud-init or manually modify the ssh setup in any way? I suspect this issue could be resolved by reinstalling Multipass, or...
Hi @ssg3d, Thank you for reporting this issue! Can you share your logs from the Multipass daemon as well please? (see [how to access them](https://documentation.ubuntu.com/multipass/en/latest/how-to-guides/troubleshoot/access-logs/))
No worries @ssg3d, I'm glad you were able to get it to work, although it's unfortunate the instance had to be recreated. > when I upgraded the version without shutting...
Hi @agingskier, thank you for reporting this issue. We have made changes to how permissions are handled which may resolve this issue, could you try using the edge snap? This...