Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspberryPi ubuntu docker run mongo, failure without error #508

Closed
muzig opened this issue Nov 12, 2021 · 6 comments
Closed

raspberryPi ubuntu docker run mongo, failure without error #508

muzig opened this issue Nov 12, 2021 · 6 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@muzig
Copy link

muzig commented Nov 12, 2021

image

Linux ubuntu 5.4.0-1045-raspi #49-Ubuntu SMP PREEMPT Wed Sep 29 17:49:16 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux /0.1s

There is no output.

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Nov 12, 2021
@wglambert
Copy link

Nothing in the docker logs? It might be using the x86_64 image, you could try with the explicit arm64v8/mongo tag. It doesn't support arm32v7 if that's what your pi is

@muzig
Copy link
Author

muzig commented Nov 13, 2021

arm64v8/mongo

image

@tianon
Copy link
Member

tianon commented Nov 15, 2021

That's definitely strange -- I'd suggest trying a dedicated support forum, such as the Docker Community Forums, the Docker Community Slack, or Stack Overflow to get more help digging in and figuring out what's happening.

@tianon
Copy link
Member

tianon commented Nov 16, 2021

See #510 and ultimately #485 -- the Raspberry Pi 4 is no longer a supported CPU by MongoDB starting in 5.0.0.

@tianon tianon closed this as completed Nov 16, 2021
@Yingliangzhe
Copy link

Hallo everyone,
I notice, that MongoDB 4 also does not support Rasperry Pi 4.

By applying lscpu, I can see the information:

Architecture:                    aarch64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
CPU(s):                          4
On-line CPU(s) list:             0-3
Thread(s) per core:              1
Core(s) per socket:              4
Socket(s):                       1
Vendor ID:                       ARM
Model:                           3
Model name:                      Cortex-A72
Stepping:                        r0p3
CPU max MHz:                     1500.0000
CPU min MHz:                     600.0000
BogoMIPS:                        108.00
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Mmio stale data:   Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; __user pointer sanitization
Vulnerability Spectre v2:        Vulnerable
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
Flags:                           fp asimd evtstrm crc32 cpuid

I am using mongo 4 as image.

REPOSITORY                                                         TAG       IMAGE ID       CREATED         SIZE

mongo                                                              4         57484ca2d932   5 days ago      419MB

If I run this container, it shows:

WARNING: MongoDB 5.0+ requires ARMv8.2-A or higher, and your current system does not appear to implement any of the common features for that!
see https://jira.mongodb.org/browse/SERVER-55178
see also https://en.wikichip.org/wiki/arm/armv8#ARMv8_Extensions_and_Processor_Features
see also https://github.com/docker-library/mongo/issues/485#issuecomment-970864306

I thought MongoDB 4 should still support Raspi 4.

Thank you!

@tianon
Copy link
Member

tianon commented Mar 3, 2023

See #609 / #610 😞

(The change was backported to the 4.x releases)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

4 participants