suboptimal UX when using podman machine (on fedora) #25308
artificial-intelligence
started this conversation in
General
Replies: 1 comment 6 replies
-
You are not supposed to use podman machine at all on Fedora, there is a systemd service that should be started instead... Unfortunately there are some bugs in PD where it tries to run it itself, and there is no documentation or GUI for "machine". So it should be possible to start a machine, also on Linux: But on Fedora, it should not be needed. Only |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
So, originally I just wanted to try redhat sso in podman-desktop, but that failed silently, reading the docs, I realize I must first start a podman machine via:
luckily there was alread an issue, but it's "closed" and I can't comment on it because I'm not an active contributor:
#23127
the tl;dr is, that
virtiofsd
needs to be installed (it is on my fedora 41 based system) but that doesn't seem to be enough, at least you also needpodman-machine
package installed, at least on fedora.So a couple of observations about general user expectations when using a CLI command:
STDOUT
then the one above, something that is actionable to the user.So I wanted to ask what could be done to improve the situation here. As a fellow OSS maintainer myself I know this is a lot of work and I thank you a lot for providing this awesome tool, I would just like to help in getting this specific usecase a little bit smoother.
I guess it would be preferable to solve this in the distro package, because files and dependencies are probably differently organized depending on which distro or OS you use?
Thanks & Best Regards
Beta Was this translation helpful? Give feedback.
All reactions