Omada Controller LXC Script is not working #437

Closed
opened 2026-02-04 18:54:02 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @jbrandek on GitHub (Feb 4, 2025).

Have you read and understood the above guidelines?

yes

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

Omada Controller LXC

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

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)"

📝 Provide a clear and concise description of the issue.

cant create a new LXC and also cant update current one
i think is has to be that omada link does not has a .deb in the last version and the script is looking for that

i get this error when running the script:

environment: line 59: /usr/bin/basename: Argument list too long

[ERROR] in line 59: exit code 0: while executing command latest_version=$(basename "${latest_url}")

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

run the script

Paste the full error output (if available).

environment: line 59: /usr/bin/basename: Argument list too long

[ERROR] in line 59: exit code 0: while executing command latest_version=$(basename "${latest_url}")

🖼️ Additional context (optional).

i think is has to be that omada link does not has a .deb in the last version and the script is looking for that

Originally created by @jbrandek on GitHub (Feb 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Omada Controller LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)" ### 📝 Provide a clear and concise description of the issue. cant create a new LXC and also cant update current one i think is has to be that omada link does not has a .deb in the last version and the script is looking for that i get this error when running the script: environment: line 59: /usr/bin/basename: Argument list too long [ERROR] in line 59: exit code 0: while executing command latest_version=$(basename "${latest_url}") ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. run the script ### ❌ Paste the full error output (if available). environment: line 59: /usr/bin/basename: Argument list too long [ERROR] in line 59: exit code 0: while executing command latest_version=$(basename "${latest_url}") ### 🖼️ Additional context (optional). i think is has to be that omada link does not has a .deb in the last version and the script is looking for that
OVERLORD added the not a script issue🛑 Failure to comply with the guidelines labels 2026-02-04 18:54:02 +03:00
Author
Owner

@tremor021 commented on GitHub (Feb 4, 2025):

Wrong repo. Use this command:

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

@tremor021 commented on GitHub (Feb 4, 2025): Wrong repo. Use this command: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/omada.sh)"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#437