[GH-ISSUE #5696] Error when installing the Pterodactyl Panel #1217

Closed
opened 2026-02-26 12:48:08 +03:00 by kerem · 15 comments
Owner

Originally created by @DesertGamer on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5696

Have you read and understood the above guidelines?

yes

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

Pterodactyl Panel

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

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

An error occurs during the MariaDB installation phase, which prevents the script from continuing to work.

🔄 Steps to reproduce the issue.

  1. Use the command $(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)"
  2. Choose any settings, even default, even custom ones
  3. Wait a few minutes and you will see this error

Paste the full error output (if available).

⠋ Setting up MariaDB latest
[ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1

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

No response

Originally created by @DesertGamer on GitHub (Jul 4, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5696 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Pterodactyl Panel ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. An error occurs during the MariaDB installation phase, which prevents the script from continuing to work. ### 🔄 Steps to reproduce the issue. 1. Use the command `$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)"` 2. Choose any settings, even default, even custom ones 3. Wait a few minutes and you will see this error ### ❌ Paste the full error output (if available). ⠋ Setting up MariaDB latest [ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1 [ERROR] in line 1185: 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). _No response_
kerem 2026-02-26 12:48:08 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

I'm gonna slap you now! Run in verbose and give log

<!-- gh-comment-id:3035701443 --> @tremor021 commented on GitHub (Jul 4, 2025): I'm gonna slap you now! Run in verbose and give log
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

Working fine.

Image

Try verbose, before check pihole / adguard if they block this repo: http://mirror.mariadb.org/repo/ or this call: https://mariadb.org

<!-- gh-comment-id:3035709626 --> @MickLesk commented on GitHub (Jul 4, 2025): Working fine. <img width="600" alt="Image" src="https://github.com/user-attachments/assets/6b80ede3-c38a-4ae8-8832-9f1a8c1946e1" /> Try verbose, before check pihole / adguard if they block this repo: http://mirror.mariadb.org/repo/ or this call: https://mariadb.org
Author
Owner

@DesertGamer commented on GitHub (Jul 4, 2025):

Image @MickLesk There are no blocks on the sites that you indicated above.
<!-- gh-comment-id:3035712055 --> @DesertGamer commented on GitHub (Jul 4, 2025): <img width="1073" alt="Image" src="https://github.com/user-attachments/assets/af12690c-047a-436a-af6b-b47aa20fd033" /> @MickLesk There are no blocks on the sites that you indicated above.
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

Or other question, are you an russian? i reminder an old bug, that mariadb and php block some russian calls

<!-- gh-comment-id:3035721528 --> @MickLesk commented on GitHub (Jul 4, 2025): Or other question, are you an russian? i reminder an old bug, that mariadb and php block some russian calls
Author
Owner

@DesertGamer commented on GitHub (Jul 4, 2025):

My traffic goes through a VPN, but yes, I'm in Russia now.

<!-- gh-comment-id:3035729633 --> @DesertGamer commented on GitHub (Jul 4, 2025): My traffic goes through a VPN, but yes, I'm in Russia now.
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

try dev script for debian -> normal and verbose, and send output (i increase the outputs for this function)

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

<!-- gh-comment-id:3035752139 --> @MickLesk commented on GitHub (Jul 4, 2025): try dev script for debian -> normal and verbose, and send output (i increase the outputs for this function) bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"
Author
Owner

@DesertGamer commented on GitHub (Jul 4, 2025):

Image
<!-- gh-comment-id:3035775977 --> @DesertGamer commented on GitHub (Jul 4, 2025): <img width="1049" alt="Image" src="https://github.com/user-attachments/assets/db33d164-2382-4f03-a3a2-8decc1421c7d" />
Author
Owner

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

Guess you have to wait for Micks merge into main repo

<!-- gh-comment-id:3035785382 --> @tremor021 commented on GitHub (Jul 4, 2025): Guess you have to wait for Micks merge into main repo
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

funny, its the same call 😄

wait for my prepared pr and try again

<!-- gh-comment-id:3035786738 --> @MickLesk commented on GitHub (Jul 4, 2025): funny, its the same call :smile: wait for my prepared pr and try again
Author
Owner

@DesertGamer commented on GitHub (Jul 4, 2025):

Okay, I'll wait

<!-- gh-comment-id:3035822942 --> @DesertGamer commented on GitHub (Jul 4, 2025): Okay, I'll wait
Author
Owner

@MickLesk commented on GitHub (Jul 4, 2025):

try with current merge - otherwise i cannot help you

<!-- gh-comment-id:3037191183 --> @MickLesk commented on GitHub (Jul 4, 2025): try with current merge - otherwise i cannot help you
Author
Owner

@DesertGamer commented on GitHub (Jul 5, 2025):

Image @MickLesk This step works, but now everything is broken in another step.
<!-- gh-comment-id:3038899132 --> @DesertGamer commented on GitHub (Jul 5, 2025): <img width="970" height="691" alt="Image" src="https://github.com/user-attachments/assets/f86a14e7-4a6a-443d-9ab7-ab10130d33dc" /> @MickLesk This step works, but now everything is broken in another step.
Author
Owner

@tremor021 commented on GitHub (Jul 5, 2025):

Image

Verbose works fine

<!-- gh-comment-id:3038913783 --> @tremor021 commented on GitHub (Jul 5, 2025): <img width="607" height="281" alt="Image" src="https://github.com/user-attachments/assets/b9ff6f44-b589-438a-8f62-cf2b4bc4f8f6" /> Verbose works fine
Author
Owner

@tremor021 commented on GitHub (Jul 5, 2025):

Image

maybe we should export this as we did in some other scripts?

<!-- gh-comment-id:3038926547 --> @tremor021 commented on GitHub (Jul 5, 2025): <img width="1249" height="73" alt="Image" src="https://github.com/user-attachments/assets/c75b89ee-9ca5-4919-af61-9e58e7c7972c" /> maybe we should export this as we did in some other scripts?
Author
Owner

@MickLesk commented on GitHub (Jul 5, 2025):

setup_composer is the function

<!-- gh-comment-id:3038941561 --> @MickLesk commented on GitHub (Jul 5, 2025): setup_composer is the function
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1217
No description provided.