Hi everyone

I installed a fresh Debian 12 Bookworm VM and followed this doc
to try to install MongoDB on it.

Unfortunatly, I am unable to start MongoDB.

sudo systemctl start mongod

shows me no error, but

sudo systemctl status mongod

will show me

× mongod.service - MongoDB Database Server
     Loaded: loaded (/lib/systemd/system/mongod.service; disabled; preset: enabled)
     Active: failed (Result: signal) since Wed 2024-09-25 11:36:34 CEST; 2s ago
   Duration: 7ms
       Docs: https://docs.mongodb.org/manual
    Process: 1435 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=killed, signal=ILL)
   Main PID: 1435 (code=killed, signal=ILL)
        CPU: 6ms

also set the folder /var/log/mongodb/ and /var/lib/mongodb/ to 777
but there is still no log file or anything.

What am I missing?

Solved. Proxmox default CPU type was missing AVX.