Can't install immich fresh install #1392

Closed
opened 2026-02-05 00:36:42 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @aidyland911 on GitHub (Aug 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?

Debian 12

📝 Provide a clear and concise description of the issue.

[ERROR] in line 246: exit code 0: while executing command $STD git clone https://github.com/ImageMagick/ImageMagick.git "$SOURCE"

[ERROR] in line 1349: 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)" ?

🔄 Steps to reproduce the issue.

copy & paste script into proxmox shell , choose default settings , it stop and i get this error :
remote: Compressing objects: 100% (14/14), done.
error: RPC failed; curl 56 Recv failure: Connection timed outs
error: 350 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

[ERROR] in line 246: exit code 0: while executing command $STD git clone https://github.com/ImageMagick/ImageMagick.git "$SOURCE"

[ERROR] in line 1349: 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)" ?

Paste the full error output (if available).

i tried with advanced settings it didn't work , example of my configuration ,
root@pve:~# cat /opt/community-scripts/immich.conf

immich Configuration File

Generated on Mon Aug 4 09:22:03 AM EEST 2025

CT_TYPE="1"
DISK_SIZE="20"
CORE_COUNT="4"
RAM_SIZE="4096"
VERBOSE="yes"
PW="Panadol#123"
#CT_ID=105
HN="immich"
BRG="vmbr0"
NET="192.168.2.110/24"
IPV6_METHOD="none"

Set this only if using "IPV6_METHOD=static"

#IPV6STATIC="fd00::1234/64"

GATE="192.168.2.1"
APT_CACHER_IP="none"
MTU="1500"
SD="aidy.local"
NS="192.168.2.4"
MAC="none"
VLAN="none"
TAGS="community-script;photos"
ENABLE_FUSE="no"
ENABLE_TUN="no"

then i tried with default settings , same error

🖼️ Additional context (optional).

No response

Originally created by @aidyland911 on GitHub (Aug 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 - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. [ERROR] in line 246: exit code 0: while executing command $STD git clone https://github.com/ImageMagick/ImageMagick.git "$SOURCE" [ERROR] in line 1349: 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)" $? ### 🔄 Steps to reproduce the issue. copy & paste script into proxmox shell , choose default settings , it stop and i get this error : remote: Compressing objects: 100% (14/14), done. error: RPC failed; curl 56 Recv failure: Connection timed outs error: 350 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output [ERROR] in line 246: exit code 0: while executing command $STD git clone https://github.com/ImageMagick/ImageMagick.git "$SOURCE" [ERROR] in line 1349: 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)" $? ### ❌ Paste the full error output (if available). i tried with advanced settings it didn't work , example of my configuration , root@pve:~# cat /opt/community-scripts/immich.conf # immich Configuration File # Generated on Mon Aug 4 09:22:03 AM EEST 2025 CT_TYPE="1" DISK_SIZE="20" CORE_COUNT="4" RAM_SIZE="4096" VERBOSE="yes" PW="Panadol#123" #CT_ID=105 HN="immich" BRG="vmbr0" NET="192.168.2.110/24" IPV6_METHOD="none" # Set this only if using "IPV6_METHOD=static" #IPV6STATIC="fd00::1234/64" GATE="192.168.2.1" APT_CACHER_IP="none" MTU="1500" SD="aidy.local" NS="192.168.2.4" MAC="none" VLAN="none" TAGS="community-script;photos" ENABLE_FUSE="no" ENABLE_TUN="no" then i tried with default settings , same error ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-05 00:36:42 +03:00
Author
Owner

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

The error occurs due to a network issue while cloning the repository. Please check your network connection and try again later

@MickLesk commented on GitHub (Aug 4, 2025): The error occurs due to a network issue while cloning the repository. Please check your network connection and try again later
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1392