Immich script fails on container creation #2007

Closed
opened 2025-11-20 05:21:40 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @joao-opo on GitHub (Oct 4, 2025).

Have you read and understood the above guidelines?

yes

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

Immich

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

pve-manager/9.0.5/9c5600b249dbfd2f (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

When running the script to install Immich it will fail on container creation. This is the output I get:

⚙️ Using Default Settings on node pve
🆔 Container ID: 102
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 20 GB
🧠 CPU Cores: 4
🛠️ RAM Size: 4096 MiB
🚀 Creating a immich LXC using the above default settings

✔️ Storage local (Free: 83.0GB Used: 4.2GB) [Template]
✔️ Storage local-lvm (Free: 335.3GB Used: 5.4GB) [Container]
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local]
✖️ Container creation failed. Checking if template is corrupted or incomplete.
✖️ Template is valid, but container creation still failed.

[ERROR] in line 1152: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" ?

🔄 Steps to reproduce the issue.

Just run the command

Paste the full error output (if available).

As above:

[ERROR] in line 1152: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?

🖼️ Additional context (optional).

No response

Originally created by @joao-opo on GitHub (Oct 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Immich ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? pve-manager/9.0.5/9c5600b249dbfd2f (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. When running the script to install Immich it will fail on container creation. This is the output I get: ⚙️ Using Default Settings on node pve 🆔 Container ID: 102 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 20 GB 🧠 CPU Cores: 4 🛠️ RAM Size: 4096 MiB 🚀 Creating a immich LXC using the above default settings ✔️ Storage local (Free: 83.0GB Used: 4.2GB) [Template] ✔️ Storage local-lvm (Free: 335.3GB Used: 5.4GB) [Container] ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local] ✖️ Container creation failed. Checking if template is corrupted or incomplete. ✖️ Template is valid, but container creation still failed. [ERROR] in line 1152: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $? ### 🔄 Steps to reproduce the issue. Just run the command ### ❌ Paste the full error output (if available). As above: `[ERROR] in line 1152: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:21:40 -05:00
Author
Owner

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

update/upgrade your pve host

@tremor021 commented on GitHub (Oct 4, 2025): update/upgrade your pve host
Author
Owner

@joao-opo commented on GitHub (Oct 4, 2025):

update/upgrade your pve host

Thanks! That did it.

@joao-opo commented on GitHub (Oct 4, 2025): > update/upgrade your pve host Thanks! That did it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2007