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

[BUG] Ubuntu22 with AVX=0 Fails to install either Mongo Option. #83

Open
4 tasks done
TechDufus opened this issue Mar 1, 2024 · 1 comment
Open
4 tasks done

Comments

@TechDufus
Copy link
Owner

Environment

Self-Hosted

System

Ubuntu 22 LTS

Version

Latest

Describe the problem

When running the mongo tag on a VM that has AVX=0 on Ubuntu22, neither mongo version will install, and the playbook will fail on Start MongoDB task.

fatal: [dufus-stratus0]: FAILED! => {
    "changed": false,
    "invocation": {
        "module_args": {
            "daemon_reexec": false,
            "daemon_reload": false,
            "enabled": true,
            "force": null,
            "masked": null,
            "name": "mongod",
            "no_block": false,
            "scope": "system",
            "state": "started"
        }
    },
    "msg": "Could not find the requested service mongod: host"
}

image
image

We should PROBABLY install Mongo4 even if it's Ubuntu22 if AVX is still an issue for v6.

Additional info

No response

Please tick the boxes

@TechDufus TechDufus self-assigned this Mar 1, 2024
@JKTUNING
Copy link
Collaborator

JKTUNING commented May 9, 2024

MongoDB 4.4 does not support Ubuntu 22.04 and also is now at EOL.

The best case scenario is to make sure the CPU has the AVX instruction set enabled.

https://www.mongodb.com/docs/v4.4/installation/#supported-platforms

@TechDufus TechDufus removed their assignment Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants