Mario Loriedo

Results 294 comments of Mario Loriedo

> It will fail on `podman machine init` If you have it handy, it would be helpful to share the error message.

> It does look like the podman team is still using [wix and wixtoolset](https://github.com/containers/podman/blob/main/build_windows.md?plain=1#L398) for the MSI generation. Given the move of wixtoolset to include the "open source maintenance fee"...

Great job @aguidirh , tests are passing. If you don't mind, it would be helpful to add some remote tests (see [pkg/machine/e2e](https://github.com/containers/podman/blob/main/pkg/machine/e2e)). Also, please squash your commits as CI tests...

@sprig I am able to reproduce your problem on my Mac. I will try to figure out if there is a workaround (i.e. cleaning up the keyring where podman finds...

@sprig can you check if in your `~/.ssh/known_hosts` you have a line for the host you are trying to connect to? In my case, after removing that particular line in...

Hi @sprig, I had a look at the original issue, and that's [a problem with the Golang `x/crypto/ssh` package](https://github.com/golang/go/issues/29286). I built a working version of podman [using this library](https://github.com/skeema/knownhosts). I...

I have [opened a PR](https://github.com/containers/common/pull/2212) that should address this issue. In [this commit message](https://github.com/l0rd/podman/commit/1708812b2d6086aacd40778be6e66dec716b686b), I describe the podman scenarios I have tested. To be able to merge it, though, I...

> @l0rd any opinions on this? I am fine with the original issue. I think that's useful. Now a few considerations: 1. `AF_UNIX` requires build 17061 or higher. Podman requires...

@arixmkii thank you for updating the PR. I didn't had the chance to review it yet but I plan to do it tomorrow.

There is no way to disable the exposure of the Unix API socket yet but in the current state the PR already adds some value so +1 for me to...