Unifi - 404 when installing mongo 4.4 #1654

Closed
opened 2025-11-20 05:14:17 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @igoro00 on GitHub (Aug 8, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

UniFi Network Server

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unifi.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

When installing Unifi on a non-AVX cpu, the script tries to install mongo 4.4 (the last version that doesnt require AVX) but fails when trying to download a specific version of libssl that no longer exists under that url.

🔄 Steps to reproduce the issue.

  1. Run this install script on a non-AVX cpu.

Paste the full error output (if available).

  ✔️   No AVX Support Detected
  ⏳   Installing MongoDB 4.4curl: (22) The requested URL returned error: 404

[ERROR] in line 31: exit code 0: while executing command curl -fsSL "http://security.debian.org/debian-security/pool/updates/main/o/openssl/ " -o "libssl1.1_1.1.1n-0+deb10u6_amd64.deb"

[ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @igoro00 on GitHub (Aug 8, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? UniFi Network Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unifi.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When installing Unifi on a non-AVX cpu, the script tries to install mongo 4.4 (the last version that doesnt require AVX) but fails when trying to download a specific version of libssl that no longer exists under that url. ### 🔄 Steps to reproduce the issue. 1. Run this install script on a non-AVX cpu. ### ❌ Paste the full error output (if available). ``` ✔️ No AVX Support Detected ⏳ Installing MongoDB 4.4curl: (22) The requested URL returned error: 404 [ERROR] in line 31: exit code 0: while executing command curl -fsSL "http://security.debian.org/debian-security/pool/updates/main/o/openssl/ " -o "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" [ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:14:17 -05:00
Author
Owner

@MickLesk commented on GitHub (Aug 8, 2025):

Mongo 4.4 is deprecated and Not longef available

@MickLesk commented on GitHub (Aug 8, 2025): Mongo 4.4 is deprecated and Not longef available
Author
Owner

@igoro00 commented on GitHub (Aug 8, 2025):

  1. The script fails because it fails to find libssl, not Mongo
  2. Mongo 4.4 may be deprecated but it's still very much available to download and use with Unifi.
  3. If it was truly not available and not possible to install, don't you think the script should exit when it detects a non-AVX CPU?
@igoro00 commented on GitHub (Aug 8, 2025): 1. The script fails because it fails to find libssl, not Mongo 2. Mongo 4.4 may be deprecated but it's still very much available to download and use with Unifi. 3. If it was truly not available and not possible to install, don't you think the script should exit when it detects a non-AVX CPU?
Author
Owner

@MickLesk commented on GitHub (Aug 8, 2025):

It should Exit, but it doesnt do it.

@MickLesk commented on GitHub (Aug 8, 2025): It should Exit, but it doesnt do it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1654