Mongo DB crashed
neftwerk
PROOP

16 days ago

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/30321df4-8d16-4c96-9d0d-622e5fcf223f/vol_2u7mdoectceffi13

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.

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/30321df4-8d16-4c96-9d0d-622e5fcf223f/vol_2u7mdoectceffi13

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.

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/30321df4-8d16-4c96-9d0d-622e5fcf223f/vol_2u7mdoectceffi13

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.

Solved$20 Bounty

Pinned Solution

I recently answer another thread and found temporary fix (not official fix), set env var GLIBC_TUNABLES="glibc.pthread.rseq=1" and it should deploy successfully

source: https://miliucci.org/post/mongodb-tcmalloc-rseq/

image.png

Attachments

5 Replies

Status changed to Open Railway 16 days ago


16 days ago

Hey, just looked at your logs and this is definitely not on your end. The volume keeps mounting correctly but catatonit still can't find the entrypoint binary, which means Railway's bind-mount state is corrupted at the infrastructure level. Redeploying won't fix it because the bad state persists across deploys.

-Download a backup: go to the Volumes tab and download your data locally just to be safe

-Clone the service: click the three dots (...) on your service and hit "Clone Service". This forces Railway to deploy your app on a completely clean physical node, breaking the corrupted bind mount loop

-Switch over: attach your volume to the new cloned service verify it boots, point your domain to it, and delete the old stuck service


Try deploying to US East for now.


kavostudio
PRO

16 days ago

Getting same error. Broke my app.


I recently answer another thread and found temporary fix (not official fix), set env var GLIBC_TUNABLES="glibc.pthread.rseq=1" and it should deploy successfully

source: https://miliucci.org/post/mongodb-tcmalloc-rseq/

image.png

Attachments


mayoriii

I recently answer another thread and found temporary fix (not official fix), set env var `GLIBC_TUNABLES="glibc.pthread.rseq=1"` and it should deploy successfully source: https://miliucci.org/post/mongodb-tcmalloc-rseq/ ![image.png](https://station-server.railway.com/attachments/att_01ks3v63wtfzv9dn8vsedzfafm)

mfaqihridho
HOBBY

16 days ago

thank you, for me this is works!


Status changed to Solved 0x5b62656e5d 3 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...