-
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
[Fedora 33, rootless] podman pod create fails #8776
Comments
This may very well end up being a documentation effort (change in configuration for me). I remember adding The reason for creating the issue is three-fold:
|
For reference, you can also swap Podman's cgroup manager from |
Seems reasonable. I get the feeling that not running in Gnome is part of the problem for me; which is kind of expected given the need to start everything myself. Knowing how to properly startup my window manager such that |
A friendly reminder that this issue had no activity for 30 days. |
I don't believe this is an issue, but a user modification required. |
@rhatdan I don't agree that this should be closed but I could be missing something. It seems odd to me that I can install Fedora Server, install
But that doesn't strike me as wholly helpful as Fedora Server is using
I suspect this comment of mine may have made it out to be more of a user problem than it is. If that's the case, I'm sorry. From my perspective, if I install |
@giuseppe @vrothberg FYI ^^ |
A friendly reminder that this issue had no activity for 30 days. |
@giuseppe @vrothberg FYI ^^ again. |
how was the user session created? Through If Does that file exist when you encounter the issue? Is |
Here is my
And my
X is started via this line in my profile:
Quick runthrough:
|
could you force the |
A friendly reminder that this issue had no activity for 30 days. |
Since we got no response I guess @giuseppe suggestion worked, I am going to close the issue. Reopen if I am mistaken. |
Apologies. I got wrapped up in other things. Clearly not a backbreaking problem 😎. If I run into the issue after fresh install of Fedora 34, I'll attempt what @giuseppe mentioned and report back. Thank you all for your time. |
we met the similar issue as well, and noticed some x-session needs to set DBUS_SESSION_BUS_ADDRESS like
while podman wants to
there could be conflict also I checked #9727 |
Podman won't try to set the env variable if it is an abstract path, in this case you must make sure the env variable is correctly set before using Podman |
just curious to check whether we have other better solution since it is conflict with Citrix/VDA setup which I can't change In Citrix environment, we have system script like below
it will generate
Can we use other variable or setup this in local configuration? |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I am running Fedora 33 Server + Xorg + DWM with
multi-user.target
as the default target for systemd (ie. no display manager, my .xprofile is included below under additional environment details). I'm not able to create rootless pods without explicitly settingDBUS_SESSION_BUS_ADDRESS
. I found this issue #4162 that described a similar issue to mine and this workaround (#4162 (comment)). However, given that the issue is closed I thought it was best to create a new issue.Steps to reproduce the issue:
podman pod create --name foobar
Describe the results you received:
Describe the results you expected:
The result I get after explicitly setting
DBUS_SESSION_BUS_ADDRESS
:Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes. Specifically, https://github.com/containers/podman/blob/master/docs/tutorials/rootless_tutorial.md
Additional environment details (AWS, VirtualBox, physical, etc.):
My
.xprofile
:The text was updated successfully, but these errors were encountered: