-
So, first I ran into something the looked like containers/podman#12715. It's fairly widely reported across the internet, but I was seeing huge ids, like Then I ran into bad parameter: Link is not supported, so I removed the link blocks and renamed all the containers in At this point the containers finally spun up, but I got an error from the mysql container about some issue with creating it's unix socket:
There are some mentions of similar errors online, but nothing matching my situation (unix socket, btrfs-backed overlays, no bind mount on the socket-dir). I added a volume for the socket-dir and the error went away (but may be responsible for present issues). At this point I could access web ui's! (even from other local machines.) Great! Took a diversion to build a custom client for Guix (my other machine), tried to sign in with
And that's where I'm at right now! Usually when I give reports like this I work all the way through first, clean them up, and take the time to polish my prose for both upstream and posterity, but my SO is urging me to wrap it up and I really wanted to get this out in case someone more familiar with the platform can help me solve my remaining issues (so, uh, sorry about the rambling structure >u<). I think it's obvious that I'm glad to do some leg-work, but a trained eye might know what's "not right", and any context or even pointers to what logs / config to be looking at would be helpful. I have a few Q's, like what my user's library id should be (when I get there), and whether this is expected:
Oh, while looking through the logs for anything I want to mention (too much to share, literally a day's worth of scrollback, maybe after a reboot and clean-slate-ing tomorrow), and found this:
Bet I can take there of that with a volume at that location tomorrow. Thanks for making this possible to run! oh and here are the changes i've made |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @antler5 I'd recommend to use MicroK8s instead of docker compose to get all flexibility it gives. Do remove containers and volumes with
For sure debugging can be off once all settled. Please let me know if it was helpful. |
Beta Was this translation helpful? Give feedback.
Hi @antler5
Thank you for the report.
I've never used podman but docker CE. In their guide you would delete any other docker alternative provided by distro before installing CE Install Docker Engine on Fedora
This will resolve all the issues you mentioned as I'm running Fedora 41 too.
I'd recommend to use MicroK8s instead of docker compose to get all flexibility it gives.
Do remove containers and volumes with
docker compose down -v
, remove repository and clone it again as per Dependencies and source code