Error installing MinIO #523

Closed
opened 2026-02-04 19:32:34 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @sibelius on GitHub (Feb 19, 2025).

Have you read and understood the above guidelines?

yes

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

minio

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)"

📝 Provide a clear and concise description of the issue.

it says curl is not found
it says a lot of functions are undefined
it says the installation is completed but it is not
when I try to reinstall, it return this error

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)"
Image

✖️ No MinIO Installation Found!

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

🔄 Steps to reproduce the issue.

create a fresh proxmox lxc using ubunut 24.10

run

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)"

Paste the full error output (if available).

✖️ No MinIO Installation Found!

🖼️ Additional context (optional).

what are the minimal required software to run any proxmoxve scripts ?

how to fix this broken installation ?

Originally created by @sibelius on GitHub (Feb 19, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? minio ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)" ### 📝 Provide a clear and concise description of the issue. it says `curl` is not found it says a lot of functions are undefined it says the installation is completed but it is not when I try to reinstall, it return this error ``` bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)" ``` <img width="1244" alt="Image" src="https://github.com/user-attachments/assets/305194fb-d2be-4ad6-ac1d-eaf9ab378bbe" /> ✖️ No MinIO Installation Found! ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 🔄 Steps to reproduce the issue. create a fresh proxmox lxc using ubunut 24.10 run ``` bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/minio.sh)" ``` ### ❌ Paste the full error output (if available). ✖️ No MinIO Installation Found! ### 🖼️ Additional context (optional). what are the minimal required software to run any proxmoxve scripts ? how to fix this broken installation ?
OVERLORD added the bug label 2026-02-04 19:32:34 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 19, 2025):

MinIO is optimzed for Debian 12, Not for Ubuntu 24.10. Ubuntu 24.10 has other deps and failed. We currently Support only the default OS and Version, If its Changed we cannot provide full Support.

Your Main Node needs curl, mc, maybe sudo.

@MickLesk commented on GitHub (Feb 19, 2025): MinIO is optimzed for Debian 12, Not for Ubuntu 24.10. Ubuntu 24.10 has other deps and failed. We currently Support only the default OS and Version, If its Changed we cannot provide full Support. Your Main Node needs curl, mc, maybe sudo.
Author
Owner

@sibelius commented on GitHub (Feb 19, 2025):

what is the main node?

can I run this script directly inside a lxc ?

@sibelius commented on GitHub (Feb 19, 2025): what is the `main node`? can I run this script directly inside a lxc ?
Author
Owner

@MickLesk commented on GitHub (Feb 19, 2025):

The Proxmox Node = Main-Node. You need to run to install in this shell. It Created an LXC automatic

@MickLesk commented on GitHub (Feb 19, 2025): The Proxmox Node = Main-Node. You need to run to install in this shell. It Created an LXC automatic
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#523