Pelican Panel Failed to install #2273

Closed
opened 2026-02-05 04:22:31 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @lightstal on GitHub (Jan 4, 2026).

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?

Pelican Panel

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.4

📝 Provide a clear and concise description of the issue.

MariaDB dependency issue.

🔄 Steps to reproduce the issue.

Just run

Paste the full error output (if available).

✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
→ apt install -y mariadb-server mariadb-client
--- Last 10 lines of silent log ---
mariadb-server-core : Depends: libaio1 (>= 0.3.93) but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:

  1. mariadb-server-core:amd64=1:12.2.1+maria~deb12 is selected for install because:
    1. mariadb-server:amd64=1:12.2.1+maria~deb12 is selected for install
    2. mariadb-server:amd64=1:12.2.1+mariadeb12 Depends mariadb-server-core (>= 1:12.2.1+mariadeb12)
  2. mariadb-server-core:amd64=1:12.2.1+maria~deb12 Depends libaio1 (>= 0.3.93)
    but none of the choices are installable:
    [no choices]

📋 View full log (651 lines): /root/.install-1181176b.log
✖️ Installation failed in container 154 (exit code: 100)

✔ Installation log: /tmp/install-lxc-154-1181176b.log

Remove broken container 154? (Y/n) [auto-remove in 60s]:

🖼️ Additional context (optional).

No response

Originally created by @lightstal on GitHub (Jan 4, 2026). ### ✅ 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? Pelican Panel ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pelican-panel.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.4 ### 📝 Provide a clear and concise description of the issue. MariaDB dependency issue. ### 🔄 Steps to reproduce the issue. Just run ### ❌ Paste the full error output (if available). ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies → apt install -y mariadb-server mariadb-client --- Last 10 lines of silent log --- mariadb-server-core : Depends: libaio1 (>= 0.3.93) but it is not installable Error: Unable to correct problems, you have held broken packages. Error: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. mariadb-server-core:amd64=1:12.2.1+maria~deb12 is selected for install because: 1. mariadb-server:amd64=1:12.2.1+maria~deb12 is selected for install 2. mariadb-server:amd64=1:12.2.1+maria~deb12 Depends mariadb-server-core (>= 1:12.2.1+maria~deb12) 2. mariadb-server-core:amd64=1:12.2.1+maria~deb12 Depends libaio1 (>= 0.3.93) but none of the choices are installable: [no choices] ----------------------------------- 📋 View full log (651 lines): /root/.install-1181176b.log ✖️ Installation failed in container 154 (exit code: 100) ✔ Installation log: /tmp/install-lxc-154-1181176b.log Remove broken container 154? (Y/n) [auto-remove in 60s]: ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 04:22:31 +03:00
Author
Owner

@durzo commented on GitHub (Jan 4, 2026):

cant reproduce here:

  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
  ✔️   Installed Dependencies
  ✔️   Configured MariaDB runtime directory persistence
  ✔️   Setup MariaDB 12.2.1
  ✔️   Added PHP8.4 Repository
  ✔️   Installed PHP
  ✔️   Set up MariaDB
  ✔️   Installed Pelican Panel
  ✔️   Created Service
  ✔️   Customized Container
  ✔️   Cleaned
  ✔️   Completed Successfully!

  🚀  Pelican-Panel setup has been successfully initialized!
  💡   Access it using the following URL:
    🌐  http://192.168.1.252/installer
@durzo commented on GitHub (Jan 4, 2026): cant reproduce here: ``` ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Configured MariaDB runtime directory persistence ✔️ Setup MariaDB 12.2.1 ✔️ Added PHP8.4 Repository ✔️ Installed PHP ✔️ Set up MariaDB ✔️ Installed Pelican Panel ✔️ Created Service ✔️ Customized Container ✔️ Cleaned ✔️ Completed Successfully! 🚀 Pelican-Panel setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://192.168.1.252/installer ```
Author
Owner

@tremor021 commented on GitHub (Jan 4, 2026):

Same here, works fine

@tremor021 commented on GitHub (Jan 4, 2026): Same here, works fine
Author
Owner

@MickLesk commented on GitHub (Jan 4, 2026):

Its an Fallback to deb12.
curl -fsI http://mirror.mariadb.org/repo/ failed with 301 instead of 200

@MickLesk commented on GitHub (Jan 4, 2026): Its an Fallback to deb12. curl -fsI http://mirror.mariadb.org/repo/ failed with 301 instead of 200
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2273