-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
APIv2: Query after killing rootless hangs forever #6660
Labels
HTTP API
Bug is in RESTful API
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Jun 18, 2020
7 tasks
@jwhonce can you reproduce this and confirm that it is an actual problem? |
A friendly reminder that this issue had no activity for 30 days. |
The script still reproduces it for me. |
@jwhonce PTAL |
could you give a try to #7192 ? I've used your script I was able to see the issue locally. With that patch applied Podman seems to work fine now |
giuseppe
added a commit
to giuseppe/libpod
that referenced
this issue
Aug 3, 2020
when there is a pause process running, let the "system service" podman instance join immediately the existing namespaces. Closes: containers#7180 Closes: containers#6660 Signed-off-by: Giuseppe Scrivano <[email protected]>
vrothberg
pushed a commit
to vrothberg/libpod
that referenced
this issue
Aug 11, 2020
when there is a pause process running, let the "system service" podman instance join immediately the existing namespaces. Closes: containers#7180 Closes: containers#6660 Signed-off-by: Giuseppe Scrivano <[email protected]>
marusak
added a commit
to marusak/cockpit-podman
that referenced
this issue
Feb 7, 2021
The first rootless call often gets stuck or fails. In such case we have alert banner to start the service (or just empty state). A real user would just hit the button so lets do the same as this is always getting back to us and we waste too much time reporting to podman with mixed results. Examples: containers/podman#8762 containers/podman#9251 containers/podman#6660
marusak
added a commit
to cockpit-project/cockpit-podman
that referenced
this issue
Feb 7, 2021
The first rootless call often gets stuck or fails. In such case we have alert banner to start the service (or just empty state). A real user would just hit the button so lets do the same as this is always getting back to us and we waste too much time reporting to podman with mixed results. Examples: containers/podman#8762 containers/podman#9251 containers/podman#6660
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
HTTP API
Bug is in RESTful API
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
In Cockpit we test how the UI behaves when podman dies,when only one is running (root/rootless)... To do that, we stop/kill sockets, services and processes. There seems to be a problem with rootless where it is not possible to connect once the process was terminated.
Steps to reproduce the issue:
./script.sh
script.shNote 1: It may succeed the first time (especially if freshly booted system), then you might need to re-run it
Note 2: Drop
--user
from all calls, change the unix path in the last call and run it as root, it all works as expectedDescribe the results you received:
The script hangs forever. If you ^C it and then call
curl --unix-socket /run/user/1000/podman/podman.sock http://d/v1.24/libpod/info
bunch of times, eventually it succeeds. (other calls don't hang, they justCouldn't connect to server
.Describe the results you expected:
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: