-
Notifications
You must be signed in to change notification settings - Fork 90
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
User Podman service is also available #703
Comments
What it does is that it checks/enables this:
Is this running for you? Is it enabled? Does it somehow re-disable itself (e.g. because of some error)? When you press the "Start" button, does that actually succeed starting podman.socket? Can you see your user images/containers? |
While the "start-button" is still present:
I can see my containers although CPU and memory info is not available: No obvious error messages in the logs. But I also don't know what to look out for. |
aha, a clue here:
|
Can you please run these two command in terminal as normal user and post output here? The first one should hang (it is listening on upcoming events. Please leave it listening for ~2minutes and then you can ctrl+C it. If it does not hang that is the issue).
That is expected. That is why you have |
It doesn't hang indeed. I know it's not a cockpit-podman issue but any pointers are welcome. Feel free to close the issue here.
|
BTW, Debian 10 is not officially supported by cockpit-podman, as podman itself is not in Debian 10. I suppose you got that from some third-party repo, and that may not package the user service correctly? |
That's true, I built it from source. I build cockpit-podman that is. Podman itself was installed using their guide: https://podman.io/getting-started/installation I've enabled cgroups v2 now. Now EDIT: now the command returns the info again. the only thing I remember doing meanwhile is to push the "start" buntton again. |
I'll check this tomorrow. |
So it hangs? Is the alert still being shown? |
Nono, I'm still at square one. Only difference is that I'm using cgroups v2 now. |
Right. I am not able to help you much more then that. If your podman is not working, you might ask in https://github.com/containers/podman . But there might be a reason why it is not in debian 10. |
I'll check over there. Thank you for the help. for reference: containers/podman#9993 |
Hello @marusak I also see this, I'm on RHEL...
After clicking start.... I can see the service starts...
But the cockpit WebUI still "complains" all the time. Same symptoms as above, the user containers do show up, but without CPU/Memory information. I ran your command...
and
Is there a way to make the "start" permanent so clicking it all the time is not needed? |
^ This is problem with podman and unfortunately there is no workaround that can be done on our side to work around it.
That is unrelated. That is due to using cgroupsV1. |
Thanks very much 👍 So both issues are the curse of enterprise linux. To save someone in future a google, these 2x links seem to explain why cgroupsV1 is the default on RHEL8. |
Host: Debian 10
Cockpit-podman 28-1 (build from source)
Every time I open the Podman containers page I have the option to start the "user podman service". However, this does not seem to be persistent. Every time I navigate away and return, I have to "re-enable" the user podman service:
I have no clue what it does.
The text was updated successfully, but these errors were encountered: