KASM LXC - No creds generated after fresh install #1103

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

Originally created by @NaturalDevCR on GitHub (Jun 15, 2025).

Have you read and understood the above guidelines?

yes

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

Kasm

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

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

After a fresh install with default settings, Kasm is installed but ~/kasm.creds is empty

🔄 Steps to reproduce the issue.

Fresh install and try to get the generated credentials

Paste the full error output (if available).

Just empty credentials

🖼️ Additional context (optional).

No response

Originally created by @NaturalDevCR on GitHub (Jun 15, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Kasm ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kasm.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. After a fresh install with default settings, Kasm is installed but ~/kasm.creds is empty ### 🔄 Steps to reproduce the issue. Fresh install and try to get the generated credentials ### ❌ Paste the full error output (if available). Just empty credentials ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 23:06:30 +03:00
Author
Owner

@tremor021 commented on GitHub (Jun 16, 2025):

Yes, its a bug. Missing a pipe to file @omiinaya

@tremor021 commented on GitHub (Jun 16, 2025): Yes, its a bug. Missing a pipe to file @omiinaya
Author
Owner

@MickLesk commented on GitHub (Jun 16, 2025):

Sure? Ive installed Yesterday and it works

@MickLesk commented on GitHub (Jun 16, 2025): Sure? Ive installed Yesterday and it works
Author
Owner

@tremor021 commented on GitHub (Jun 16, 2025):

It works, but creds file is empty. Look at the code :) He touches it, then pipes that empty file to creds file, instead of piping the bash script.sh > file

@tremor021 commented on GitHub (Jun 16, 2025): It works, but creds file is empty. Look at the code :) He touches it, then pipes that empty file to creds file, instead of piping the bash script.sh > file
Author
Owner

@omiinaya commented on GitHub (Jun 16, 2025):

this should do it:

https://github.com/community-scripts/ProxmoxVE/pull/5162

i should test more using default and not just verbose 🙃

@omiinaya commented on GitHub (Jun 16, 2025): this should do it: https://github.com/community-scripts/ProxmoxVE/pull/5162 i should test more using default and not just verbose 🙃
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1103