Apache Guacamole LXC - script error #900

Closed
opened 2026-02-04 22:06:12 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @butyl on GitHub (May 4, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

yes

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

Apache Guacamole LXC

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-guacamole.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.

⚙️ Using Default Settings on node pvexxx
🖥️ Operating System: debian
🌟 Version: 12
📦 Container Type: Unprivileged
💾 Disk Size: 4 GB
🧠 CPU Cores: 1
🛠️ RAM Size: 2048 MiB
🆔 Container ID: 108
🚀 Creating a Apache-Guacamole LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using local-lvm for Container Storage.
✔️ Updated LXC Template List
✔️ LXC Template is ready to use.
✔️ LXC Container 108 was successfully created.
✔️ Started LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.x.x
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ DNS Resolved github.com to 140.82.121.4
✔️ Updated Container OS
✔️ Core dependencies installed
✔️ Installed Dependencies
✔️ Setup Apache Tomcat
⠇curl: (22) The requested URL returned error: 404

[ERROR] in line 64: exit code 0: while executing command curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_CLIENT}/binary/guacamole-${RELEASE_CLIENT}.war" -o "/opt/apache-guacamole/tomcat9/webapps/guacamole.war"
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

[ERROR] in line 64: exit code 0: while executing command curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_CLIENT}/binary/guacamole-${RELEASE_CLIENT}.war" -o "/opt/apache-guacamole/tomcat9/webapps/guacamole.war"
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @butyl on GitHub (May 4, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Apache Guacamole LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-guacamole.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. ⚙️ Using Default Settings on node pvexxx 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 💾 Disk Size: 4 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 2048 MiB 🆔 Container ID: 108 🚀 Creating a Apache-Guacamole LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Template is ready to use. ✔️ LXC Container 108 was successfully created. ✔️ Started LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.x.x ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 140.82.121.4 ✔️ Updated Container OS ✔️ Core dependencies installed ✔️ Installed Dependencies ✔️ Setup Apache Tomcat ⠇curl: (22) The requested URL returned error: 404 ⠋ [ERROR] in line 64: exit code 0: while executing command curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_CLIENT}/binary/guacamole-${RELEASE_CLIENT}.war" -o "/opt/apache-guacamole/tomcat9/webapps/guacamole.war" curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ### 🔄 Steps to reproduce the issue. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-guacamole.sh)" ### ❌ Paste the full error output (if available). [ERROR] in line 64: exit code 0: while executing command curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_CLIENT}/binary/guacamole-${RELEASE_CLIENT}.war" -o "/opt/apache-guacamole/tomcat9/webapps/guacamole.war" curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the maintenanceinvestigationgithub labels 2026-02-04 22:06:13 +03:00
Author
Owner

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

Release on github is not yet on apache download server. Try later

current release is 1.6.0-RC1

Image

its not up on the download server yet

@tremor021 commented on GitHub (May 4, 2025): Release on github is not yet on apache download server. Try later current release is 1.6.0-RC1 ![Image](https://github.com/user-attachments/assets/3a846b86-6021-42c5-954b-071255736ecd) its not up on the download server yet
Author
Owner

@butyl commented on GitHub (May 4, 2025):

This is the official version, right?

Image

@butyl commented on GitHub (May 4, 2025): This is the official version, right? ![Image](https://github.com/user-attachments/assets/09506b6a-c48c-473d-9e30-e79a05bd3379)
Author
Owner

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

Yea, but the script is looking for newest release from their github:

Image

This means we need to change the logic at which script is looking for new releases: @MickLesk @michelroegl-brunner

@tremor021 commented on GitHub (May 4, 2025): Yea, but the script is looking for newest release from their github: ![Image](https://github.com/user-attachments/assets/2c43fd3d-65d5-45d7-ba5c-c9b4ab7b3856) This means we need to change the logic at which script is looking for new releases: @MickLesk @michelroegl-brunner
Author
Owner

@michelroegl-brunner commented on GitHub (May 5, 2025):

Fixed when #4229 merges.

@michelroegl-brunner commented on GitHub (May 5, 2025): Fixed when #4229 merges.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#900