You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I execute the snap install rocketchat-server, I get an error Run install hook of "rocketchat-server" snap if present (run hook "install": [ERROR] Your cpu does not support avx or avx2 instructions, which is required to run mongo 5.x, shipped with the next version of this snap.)
Server Setup Information:
Version of Rocket.Chat Server: newest
Operating System: Debian 12
Deployment Method: snap
CPU: Intel Celerun J4125
The text was updated successfully, but these errors were encountered:
Thank you for opening the issue. But it seems this (AVX) is actually a requirement set by Mongo -> docker-library/mongo#485
The error message you are seeing indicates that your CPU, an Intel Celeron J4125, does not support the AVX or AVX2 instruction sets. These instruction sets are required to run MongoDB 5.x, which is included in the snap version of Rocket.Chat you are trying to install via snap.
According to the Intel® Product Specifications, the Intel Celeron J4125 processor does not support AVX or AVX2 instruction sets. This means that you will not be able to run MongoDB 5.x on this processor and, therefore, cannot install Rocket.Chat via snap on your current system.
You may consider using a different deployment method (and using Mongo 4.x - Rocket.Chat supports Mongo 4.4) or upgrading your hardware to a CPU that supports the AVX or AVX2 instruction sets.
I will close this issue, please feel free to open, it in case you need any further assistance.
Description:
After I execute the
snap install rocketchat-server
, I get an errorRun install hook of "rocketchat-server" snap if present (run hook "install": [ERROR] Your cpu does not support avx or avx2 instructions, which is required to run mongo 5.x, shipped with the next version of this snap.)
Server Setup Information:
The text was updated successfully, but these errors were encountered: