Closed przemoch-dev closed 2 days ago
Hello @przemoch-dev, the installation log you sent shows you are using the old tteck repo. Have you tried with the new repo as this works fine for me.
https://community-scripts.github.io/ProxmoxVE/scripts?id=mongodb
Works fine here aswell
Does your cpu have AVX support? cat /proc/cpuinfo | grep avx
Hello @przemoch-dev, the installation log you sent shows you are using the old tteck repo. Have you tried with the new repo as this works fine for me.
https://community-scripts.github.io/ProxmoxVE/scripts?id=mongodb
Hello, I tried both with the same result.
Works fine here aswell
Does your cpu have AVX support?
cat /proc/cpuinfo | grep avx
It seems it does not support it
root@proxmox:~# cat /proc/cpuinfo | grep avx
root@proxmox:~#
CPU is Intel Pentium CPU G4560
This seems to explain the cause of the problem. Thank you.
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
Hello,
I'm trying to install MongoDB LXC using script. On default settings, it creates the container, but the mognod service keeps failing.
I test both community and tteck version of the script. Both with the same result.
Here is the installation log:
I also tried on Debian 11 and with higher memory and disk (1GB memory and 10 GB disk space) with the same result.
What settings are you currently utilizing?
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
Just a regular installation flow:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/mongodb.sh)"
systemctl status mongod