Replies: 2 comments 16 replies
-
Strange. I'd be surprised if this is caused by running inside a jail. Please try with a Ubuntu 24.04 rootfs image instead of the default debian one to make both your test cases more similar. |
Beta Was this translation helpful? Give feedback.
-
It's been a couple of years since I dealt with mongodb. So I might be just throwing a wrench here in the conversation... I recall having issues with running mongodb inside a docker container on a VM. May I suggest you use create a zvol, and have it formatted as ext4 inside your jail - I'm curious whether that will resolve the issue. |
Beta Was this translation helpful? Give feedback.
-
First of all, Let me thanks Jip-Hop's great effort for creating this magnificent script. Its tremendous usefulness cannot be overstated!
There are many other containers running in a jail. They all run happy besides occasional cifs docker volumes mount after the containers started.
Unfortunately, I run into a problem with running mongo docker container inside the jail. It always corrupts when a user is created in the database.
With a simple compose.yaml mentioned on the overview page:
Connecting to the mongodb always fails with authentication error:
For the docker log, it seems the user root does not exist.
I have tried the same procedures on another ubuntu 24.04 machine. It worked faultlessly as expected.
Environment:
Host: Dragonfish-24.04.1.1
CPU: 2 x ntel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz
jail config:
Beta Was this translation helpful? Give feedback.
All reactions