podman: podman hanging on a lot of subccommands without logs

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description Podman looks like it hangs on my system when typing those commands : podman auto-update podman build podman events podman exec podman images podman import podman info podman inspect podman load podman login podman logout podman mount podman pause podman port podman ps podman pull podman rmi podman run podman start podman stats podman top podman unpause podman unshare podman version podman wait

Steps to reproduce the issue: (Haven’t tried to reproduce this anywhere else)

  1. Install opensuse 15.2
  2. run zypper in toolbox
  3. run toolbox -u or one of the few commands I mentioned
  4. observe

Describe the results you received: all those sub commands I mentioned hangs without printing logs inside in the journals

Describe the results you expected: I expected everything to work correctly, I originally experienced this bug while manually trying to run “podman pull registry.opensuse.org/opensuse/toolbox:latest” and then I noticed that podman wasn’t working fine at all

Additional information you deem important (e.g. issue happens only occasionally): happens all the times, I have attempted a restart but this does not fix the issue. I have checked if I had virtualization enabled in my BIOS (which I indeed have, I also am able to run virtual machines using virsh successfully)

Output of podman version: podman version hangs but here is the version reported by zypper info podman :

Information for package podman:
-------------------------------
Repository     : Main Update Repository
Name           : podman
Version        : 2.1.1-lp152.4.6.1
Arch           : x86_64
Vendor         : openSUSE
Installed Size : 93.6 MiB
Installed      : Yes
Status         : up-to-date
Source package : podman-2.1.1-lp152.4.6.1.src
Summary        : Daemon-less container engine for managing containers, pods and images
Description    :
    Podman is a container engine for managing pods, containers, and container
    images.
    It is a standalone tool and it directly manipulates containers without the need
    of a container engine daemon.
    Podman is able to interact with container images create in buildah, cri-o, and
    skopeo, as they all share the same datastore backend.

Output of podman info --debug: (hangs…)

Package info (e.g. output of rpm -q podman or apt list podman):

podman-2.1.1-lp152.4.6.1.x86_64

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?

No

Additional environment details (AWS, VirtualBox, physical, etc.): Physical (my laptop) OS/Distro : Linux/openSUSE leap 15.2 Kernel : Linux inftop 5.3.18-lp152.60-default #1 SMP Tue Jan 12 23:10:31 UTC 2021 (9898712) x86_64 x86_64 x86_64 GNU/Linux

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 36 (18 by maintainers)

Most upvoted comments

Thanks for the report and working with us, @InfRandomness !

Unfortunately I wasn’t able to reproduce this

I can test it out in a VM a bit later on