[GH-ISSUE #8048] GLPi Install Error #1710

Closed
opened 2026-02-26 12:49:57 +03:00 by kerem · 1 comment
Owner

Originally created by @hochdruckspezialist on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8048

Have you read and understood the above guidelines?

yes

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

GLPi

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.11-3-pve)

📝 Provide a clear and concise description of the issue.

Installation fail with Errors.
I have tested Version 13 too but there is the same issue

🔄 Steps to reproduce the issue.

run Script in PVE Shell

Paste the full error output (if available).

Default Mode:
⚙️ Using Default Settings on node proxbox
🆔 Container ID: 107
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 10 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a GLPI LXC using the above default settings

✔️ Storage local (Free: 82.9GB Used: 4.2GB) [Template]
✔️ Storage local-lvm (Free: 294.6GB Used: 17.5GB) [Container]
✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local]
✔️ LXC Container 107 was successfully created.
✔️ Started LXC Container
💡 No network in LXC yet (try 1/10) – waiting...
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.10.239
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Setup MariaDB 12.1.1
✔️ Set up database
⠇ Installing GLPi
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1
⠏ Installing GLPi
[ERROR] in line 1345: 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)"

On verbose Mode:

[ERROR] in line 50: exit code 0: while executing command $STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction

[ERROR] in line 1345: 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 @hochdruckspezialist on GitHub (Oct 2, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8048 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? GLPi ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/glpi.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.11-3-pve) ### 📝 Provide a clear and concise description of the issue. Installation fail with Errors. I have tested Version 13 too but there is the same issue ### 🔄 Steps to reproduce the issue. run Script in PVE Shell ### ❌ Paste the full error output (if available). Default Mode: ⚙️ Using Default Settings on node proxbox 🆔 Container ID: 107 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 10 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a GLPI LXC using the above default settings ✔️ Storage local (Free: 82.9GB Used: 4.2GB) [Template] ✔️ Storage local-lvm (Free: 294.6GB Used: 17.5GB) [Container] ✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local] ✔️ LXC Container 107 was successfully created. ✔️ Started LXC Container 💡 No network in LXC yet (try 1/10) – waiting... ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.10.239 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Setup MariaDB 12.1.1 ✔️ Set up database ⠇ Installing GLPi [ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1 ⠏ Installing GLPi [ERROR] in line 1345: 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)" On verbose Mode: [ERROR] in line 50: exit code 0: while executing command $STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction [ERROR] in line 1345: 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:49:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Oct 2, 2025):

@opastorello

<!-- gh-comment-id:3363331238 --> @MickLesk commented on GitHub (Oct 2, 2025): @opastorello
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#1710
No description provided.