My bad. That's an ARMv8 processor. But that particular instruction requires ARMv8.1.
Search Criteria
Package Details: mongodb-bin 8.2.7-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mongodb-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | mongodb-bin |
| Description: | A high-performance, open source, schema-free document-oriented database |
| Upstream URL: | https://www.mongodb.com/ |
| Keywords: | database document-oriented mongo mongod mongodb mongos |
| Licenses: | SSPL-1.0 |
| Conflicts: | mongodb, mongodb-shell-bin |
| Provides: | mongodb |
| Submitter: | ali.molaei |
| Maintainer: | ali.molaei (rafaelff) |
| Last Packager: | ali.molaei |
| Votes: | 96 |
| Popularity: | 1.01 |
| First Submitted: | 2019-01-28 09:01 (UTC) |
| Last Updated: | 2026-04-17 13:54 (UTC) |
Dependencies (5)
- curl (curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- chrpath (chrpath-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – The MongoDB tools provide import, export, and diagnostic capabilities.
Required by (18)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- flyenv-bin (requires mongodb) (optional)
- flyenv-git (requires mongodb) (optional)
- grasscutter-git (requires mongodb) (optional)
- graylog (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- librechat (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- nodejs-wildduck
- omada-controller (requires mongodb)
- omada-controller-rxy (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- python-ivre (requires mongodb) (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
kode54 commented on 2021-09-01 02:46 (UTC)
kode54 commented on 2021-09-01 02:41 (UTC)
That ARM CPU implementer and part number indicates a Cortex A73, which is a 32 bit ARMv7 part.
aplund commented on 2021-09-01 02:20 (UTC)
I'm getting SIGILL on the aarch64 version 5.0.2. This is the place where it dies:
Dump of assembler code for function _ZNSt6locale5_Impl19_M_remove_referenceEv:
[...]
=> 0x00000055749c9a80 <+16>: ldaddal w1, w1, [x0]
The cpu I'm using hast /proc/cpuinfo showing the cores with:
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd09
CPU revision : 2
Not sure which target the binary is compiled for. But perhaps it doesn't cover my cpu.
diogobaeder commented on 2021-08-17 14:18 (UTC)
Thanks a lot @ali.molaei , now I got it to work fine with the data! I had to first set compatibility to 4.4, while having MongoDB 4.4 running, then I uninstalled it, installed 5.0 and set the compatibility to 5.0, and it all works fine now.
Sorry for the false negative, so my CPU is able to work with the current MongoDB version.
ali.molaei commented on 2021-08-17 05:28 (UTC)
@diogobaeder and also take a backup if you have important data on your mongodb database before doing any upgrades etc
ali.molaei commented on 2021-08-17 05:27 (UTC)
@diogobaeder Looks like you don't have a binary problem, version 5 is running fine for you, but it cannot migrate your database from version 4.2 to 5.0 because of some incompatibility
{"t":{"$date":"2021-08-16T23:40:11.582-03:00"},"s":"F", "c":"CONTROL", "id":20573, "ctx":"initandlisten","msg":"Wrong mongod version","attr":{"error":"UPGRADE PROBLEM: Found an invalid featureCompatibilityVersion document (ERROR: Location4926900: Invalid featureCompatibilityVersion document in admin.system.version: { _id: \"featureCompatibilityVersion\", version: \"4.2\" }. See https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility. :: caused by :: Invalid value for featureCompatibilityVersiondocument in admin.system.version, found 4.2, expected '4.4' or '4.9' or '5.0. See https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility.). If the current featureCompatibilityVersion is below 4.4, see the documentation on upgrading at https://docs.mongodb.com/master/release-notes/4.4/#upgrade-procedures."}}
Invalid value for featureCompatibilityVersiondocument in admin.system.version, found 4.2, expected '4.4' or '4.9' or '5.0.
Take a look at this link: https://docs.mongodb.com/master/release-notes/4.4/#upgrade-procedures
https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility
diogobaeder commented on 2021-08-17 02:47 (UTC)
Hi @rafaelff, thanks for the help! Here's my log for today: http://codepad.org/f7qhQl5i
rafaelff commented on 2021-08-16 22:27 (UTC)
@diogobaeder: interesting. Can you please provide more details on the error you are seeing? If any big output or traceback, please use a pastebin service
diogobaeder commented on 2021-08-16 22:11 (UTC)
Here are my supported instructions:
$ cat /proc/cpuinfo | grep ^flags | uniq
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
However, MongoDB 5 still won't run on my computer.
rafaelff commented on 2021-08-16 19:14 (UTC)
MongoDB updated Production Notes on x86_64 arch with the following information:
For Intel x86_64, MongoDB requires one of: a Sandy Bridge or later Core processor, or a Tiger Lake or later Celeron or Pentium processor.
For AMD x86_64, MongoDB requires: a Bulldozer or later processor.
It seems avx instruction support is required. See DOCS-14684 for more info.
One can check the CPU's supported instructions with cat /proc/cpuinfo | grep ^flags | uniq
Pinned Comments
ali.molaei commented on 2025-10-24 19:22 (UTC) (edited on 2025-10-24 19:25 (UTC) by ali.molaei)
8.2 is a major update so you either have to update your database Upgrade 8.0 to 8.2 or use mongodb80-bin
ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)
If you get core dumps on version 5 or above, read this: https://jira.mongodb.org/browse/SERVER-58648