Guacamole installation script error #2083

Closed
opened 2026-02-05 03:41:58 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @bizzarrone on GitHub (Nov 26, 2025).

Originally assigned to: @MickLesk on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Apache Gaucamole

📂 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?

No response

📈 Which Proxmox version are you on?

9.1.1

📝 Provide a clear and concise description of the issue.

Error iw the following:

✔️ Setup Apache Guacamole
Setup Databasebash: line 91: cd: guacamole-auth-jdbc-1.6.0/mysql/schema: No such file or directory

[ERROR] in line 91: exit code 0: while executing command cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema

[ERROR] in line 1361: 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)"

🔄 Steps to reproduce the issue.

just launching the script with verbose mode

Paste the full error output (if available).

✔️ Setup Apache Guacamole
Setup Databasebash: line 91: cd: guacamole-auth-jdbc-1.6.0/mysql/schema: No such file or directory

[ERROR] in line 91: exit code 0: while executing command cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema

[ERROR] in line 1361: 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).

with guacamole 1.5.5 it worked.
with 1.6.not. since the script gets the latest version..

Originally created by @bizzarrone on GitHub (Nov 26, 2025). Originally assigned to: @MickLesk on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Apache Gaucamole ### 📂 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 - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. Error iw the following: ✔️ Setup Apache Guacamole ⏳ Setup Databasebash: line 91: cd: guacamole-auth-jdbc-1.6.0/mysql/schema: No such file or directory [ERROR] in line 91: exit code 0: while executing command cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema [ERROR] in line 1361: 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)" ### 🔄 Steps to reproduce the issue. just launching the script with verbose mode ### ❌ Paste the full error output (if available). ✔️ Setup Apache Guacamole ⏳ Setup Databasebash: line 91: cd: guacamole-auth-jdbc-1.6.0/mysql/schema: No such file or directory [ERROR] in line 91: exit code 0: while executing command cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema [ERROR] in line 1361: 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). with guacamole 1.5.5 it worked. with 1.6.not. since the script gets the latest version..
OVERLORD added the bug label 2026-02-05 03:41:58 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 26, 2025):

im working on an little refactor

@MickLesk commented on GitHub (Nov 26, 2025): im working on an little refactor
Author
Owner

@fatzgenfatz commented on GitHub (Nov 27, 2025):

Same problem here, I tried to install guacamole but no luck.

@fatzgenfatz commented on GitHub (Nov 27, 2025): Same problem here, I tried to install guacamole but no luck.
Author
Owner

@allen8571 commented on GitHub (Nov 28, 2025):

still not working

@allen8571 commented on GitHub (Nov 28, 2025): still not working
Author
Owner

@tremor021 commented on GitHub (Nov 28, 2025):

still not working

maybe because its not fixed yet? did you even read https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3581330631?

@tremor021 commented on GitHub (Nov 28, 2025): > still not working maybe because its not fixed yet? did you even read https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3581330631?
Author
Owner

@mtorazzi commented on GitHub (Nov 28, 2025):

I do believe the error is here:

rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}

this actually removes not only the tar file but the extracted folder as well, and then

cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema
gets a No such file or directory error

quick fix:
move

rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}

after the database setup

@mtorazzi commented on GitHub (Nov 28, 2025): I do believe the error is here: `rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz} ` this actually removes not only the tar file but the extracted folder as well, and then `cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema ` gets a No such file or directory error quick fix: move `rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz} ` after the database setup
Author
Owner

@bizzarrone commented on GitHub (Nov 28, 2025):

Thank you for your work.
Thanks

Il ven 28 nov 2025, 21:22 CanbiZ @.***> ha scritto:

Closed #9458 https://github.com/community-scripts/ProxmoxVE/issues/9458
as completed.


Reply to this email directly, view it on GitHub
https://github.com/community-scripts/ProxmoxVE/issues/9458#event-21247728370,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABJQUBA7JWAX6PURTYUQ5N337CVIXAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRRGI2DONZSHAZTOMA
.
You are receiving this because you authored the thread.Message ID:
@.***
com>

@bizzarrone commented on GitHub (Nov 28, 2025): Thank you for your work. Thanks Il ven 28 nov 2025, 21:22 CanbiZ ***@***.***> ha scritto: > Closed #9458 <https://github.com/community-scripts/ProxmoxVE/issues/9458> > as completed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/community-scripts/ProxmoxVE/issues/9458#event-21247728370>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABJQUBA7JWAX6PURTYUQ5N337CVIXAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRRGI2DONZSHAZTOMA> > . > You are receiving this because you authored the thread.Message ID: > ***@***.*** > com> >
Author
Owner

@allen8571 commented on GitHub (Dec 1, 2025):

Great stuff thanks

On Fri, 28 Nov 2025, 20:43 Luca, @.***> wrote:

bizzarrone left a comment (community-scripts/ProxmoxVE#9458)
https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3590400037
Thank you for your work.
Thanks

Il ven 28 nov 2025, 21:22 CanbiZ @.***> ha scritto:

Closed #9458 https://github.com/community-scripts/ProxmoxVE/issues/9458

as completed.


Reply to this email directly, view it on GitHub
<
https://github.com/community-scripts/ProxmoxVE/issues/9458#event-21247728370>,

or unsubscribe
<
https://github.com/notifications/unsubscribe-auth/ABJQUBA7JWAX6PURTYUQ5N337CVIXAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRRGI2DONZSHAZTOMA>

.
You are receiving this because you authored the thread.Message ID:
@.***
com>


Reply to this email directly, view it on GitHub
https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3590400037,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AFSMZMSTGC3HBKPN2RNUNJ337CXWNAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKOJQGQYDAMBTG4
.
You are receiving this because you commented.Message ID:
@.***>

@allen8571 commented on GitHub (Dec 1, 2025): Great stuff thanks On Fri, 28 Nov 2025, 20:43 Luca, ***@***.***> wrote: > *bizzarrone* left a comment (community-scripts/ProxmoxVE#9458) > <https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3590400037> > Thank you for your work. > Thanks > > Il ven 28 nov 2025, 21:22 CanbiZ ***@***.***> ha scritto: > > > Closed #9458 <https://github.com/community-scripts/ProxmoxVE/issues/9458> > > > as completed. > > > > — > > Reply to this email directly, view it on GitHub > > < > https://github.com/community-scripts/ProxmoxVE/issues/9458#event-21247728370>, > > > or unsubscribe > > < > https://github.com/notifications/unsubscribe-auth/ABJQUBA7JWAX6PURTYUQ5N337CVIXAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRRGI2DONZSHAZTOMA> > > > . > > You are receiving this because you authored the thread.Message ID: > > ***@***.*** > > com> > > > > — > Reply to this email directly, view it on GitHub > <https://github.com/community-scripts/ProxmoxVE/issues/9458#issuecomment-3590400037>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFSMZMSTGC3HBKPN2RNUNJ337CXWNAVCNFSM6AAAAACNH7GVG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKOJQGQYDAMBTG4> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2083