Podman Deskop: initialization takes forever #20248
-
Hello, I have successfully installed Docker Podman. Everything went smooth, and everything was green. I have successfully installed Docker Podman. Everything went smoothly, and everything was 'green'. However, when I try to initialize Podman, it takes forever. Logs: MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 extensions-started listeners added. Use emitter.setMaxListeners() to increase limit After that, I attempted to create a Podman machine in Podman Desktop, but I encountered the following error: Importing operating system into WSL (this may take a few minutes on a new WSL install)... A distribution with the supplied name already exists. Error: the WSL import of guest OS failed: exit status 0xffffffff Command execution failed with exit code 125 Is anyone else experiencing the same problem, or does anyone know how to fix it? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for reaching out, Mike! Can you share which version of Podman and Podman Desktop you are using? @benoitf have you seen this issue before? |
Beta Was this translation helpful? Give feedback.
-
I'm using Podman version 4.6.2 and Podman Desktop version 1.4.0. I have just recently installed Podman Desktop, so I haven't encountered this issue before because Podman never worked for me previously. |
Beta Was this translation helpful? Give feedback.
I think
Error: the WSL import of guest OS failed: exit status 0xffffffff
is when some files have been deleted but we try to install again Podmanmaybe try command
wsl --unregister podman-machine-default
before trying to initialize the podman machine again