MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility

Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!

1. Describe your incident:

installed graylog 7.1 onto Ubuntu server 26.04, upon trying to start mongo DB I received the following error.

MongoDB cannot start: Linux kernel versions 6.19 and newer has a known incompatibility

2. Describe your environment:

  • OS Information:

    • Ubuntu Server 26.04 LTS
  • Package Version:

    • Graylog 7.1
    • Linux Kernel 7.0.0-22-generic
  • Service logs, configurations, and environment variables:

3. What steps have you already taken to try and solve the problem?

Google foo, i only say some solution for docker, I am installed on bare metal.

4. How can the community help?

Any tips for getting mongo working on ubuntu server version 26.04?

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

Is mongodb installed, and what version is used?

It should be possible to run mongodb on 26.04-LTS.

It’s installed but wont start with the error in the title, I checked the link and its the same as the Graylog install. Nothing to help me troubleshoot why it wont start, thanks

What version of MongoDB did you install?

I’m following the standard installation of a single node onto ubuntu from the docs. Version 8

Install docs

curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | \
   sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \
   --dearmor

Thanks!

MongoDB has a known issue, but also I dont think they actually support Ubuntu 26 yet either.

I saw that, there is a work around for docker so maybe I’ll install it there and try it out. thanks.