-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install podman not working for all + podman machne not clean setup/remove #11424
Comments
note, I'm on a different wifi/network now than I was yesterday when creating the machine...in case that matters. |
managed to clean up podman machines (had to manually remove tmpdir content) and the error I get is:
|
turned out I had a
I assume something docker desktop setup ...no recollection :) if I remove that file things work. podman shouldn't fail on this or at least hint to user why it fails. |
@jwhonce @ashley-cui PTAL |
The panic is due to a missing error check. #11428 will help to see the proper error. Still, it doesn't fix the root cause. |
|
is this something we can close now? fixed? |
I think this is all fixed. If new issues happen, please open up new issues. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I and @n1hility both tried
brew install podman
and got two different results.First few steps were similar:
brew install podman
(lots of python updates?)
podman run
(fail with no good info, see #11419)
(could be a bit more useful informational)
(works but shows warning error, see #11421)
after this
podman machine ssh
works and for @n1hility he could do run but I got errors aboutpermission errors (I unfortunately lost that error - and now I get a new one):
...doing podman machine stop/rm does not fix it.
The text was updated successfully, but these errors were encountered: