Omada Controller LXC - type "update" within LXC container giving error message and won't update. #492

Closed
opened 2026-02-04 19:16:10 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @GuySensei8 on GitHub (Feb 13, 2025).

Have you read and understood the above guidelines?

yes

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

omada.sh

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

I tried "update" in LXC container and bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)"

📝 Provide a clear and concise description of the issue.

Error Message when trying to update, please see below:

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?

Debian 12

🔄 Steps to reproduce the issue.

All I did was open the console and type update and this is the error it gives.

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).

No response

Originally created by @GuySensei8 on GitHub (Feb 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? omada.sh ### 📂 What was the exact command used to execute the script? I tried "update" in LXC container and bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)" ### 📝 Provide a clear and concise description of the issue. Error Message when trying to update, please see below: 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 - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. All I did was open the console and type update and this is the error it gives. ### ❌ 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). _No response_
Author
Owner

@GuySensei8 commented on GitHub (Feb 13, 2025):

Disregard, the link on https://tteck.github.io/Proxmox/ is old:

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

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

Apparently I didn't notice the red words:

"New home for the project: https://github.com/community-scripts/ProxmoxVE"

It worked without at hitch at the new link, thanks!

@GuySensei8 commented on GitHub (Feb 13, 2025): Disregard, the link on https://tteck.github.io/Proxmox/ is old: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)" Needs to be bash -c "$(wget -gLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/omada.sh)" Apparently I didn't notice the red words: "New home for the project: https://github.com/community-scripts/ProxmoxVE" It worked without at hitch at the new link, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#492