MongoDB resource keeps crashing
emilshr
HOBBYOP

17 days ago

I created a mongodb resource and it keeps failing with the following logs:

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/7e51787e-7b56-4f3d-9105-f83c576f9f65/vol_1tj5kkfehnqbzlb0
MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility with this version of MongoDB. See https://jira.mongodb.org/browse/SERVER-121912 for more information.
MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility with this version of MongoDB. See https://jira.mongodb.org/browse/SERVER-121912 for more information.

I'm going through the mentioned ticket from the logs. It might be on the folks over at MongoDB, not sure.

Updating the image tag to 8.3.2 also did not help.

Solved

4 Replies

emilshr
HOBBYOP

17 days ago

Some more context:

The strange thing is that, it was working on 8.0 about half an hour ago.

I wipe the volume, and recreated all the resources. It has been failing ever since.


danilo2420
HOBBY

17 days ago

Same thing is happening to me.


Try adding the variable GLIBC_TUNABLES=glibc.pthread.rseq=1.


emilshr
HOBBYOP

17 days ago

That helped

Thanks!


Status changed to Solved 0x5b62656e5d 17 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...