immich installation #1849

Closed
opened 2025-11-20 05:18:28 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @shahab-cl on GitHub (Sep 5, 2025).

Originally assigned to: @vhsdream on GitHub.

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?

9.0.6

📝 Provide a clear and concise description of the issue.

Getting the following error

⠸ Compiling Custom Photo-processing Library (extreme patience)
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1
⠧ Compiling Custom Photo-processing Library (extreme patience)
[ERROR] in line 1353: 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.

Execute the wget command with default settings

Paste the full error output (if available).

✔️ Set up Postgresql Database
✔️ Packages from Testing Repo Installed
⠸ Compiling Custom Photo-processing Library (extreme patience)
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1
⠧ Compiling Custom Photo-processing Library (extreme patience)
[ERROR] in line 1353: 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)"

root@pve2:~#

🖼️ Additional context (optional).

No response

Originally created by @shahab-cl on GitHub (Sep 5, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ 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? 9.0.6 ### 📝 Provide a clear and concise description of the issue. Getting the following error ``` ⠸ Compiling Custom Photo-processing Library (extreme patience) [ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1 ⠧ Compiling Custom Photo-processing Library (extreme patience) [ERROR] in line 1353: 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. Execute the wget command with default settings ### ❌ Paste the full error output (if available). ✔️ Set up Postgresql Database ✔️ Packages from Testing Repo Installed ⠸ Compiling Custom Photo-processing Library (extreme patience) [ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1 ⠧ Compiling Custom Photo-processing Library (extreme patience) [ERROR] in line 1353: 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)" root@pve2:~# ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issue label 2025-11-20 05:18:28 -05:00
Author
Owner

@vhsdream commented on GitHub (Sep 5, 2025):

That's not the error we need to see. Try installing again, but this time with the verbose flag.

@vhsdream commented on GitHub (Sep 5, 2025): That's not the error we need to see. Try installing again, but this time with the verbose flag.
Author
Owner

@MickLesk commented on GitHub (Sep 6, 2025):

Run in verbose - Nobody See the Error Code Here

@MickLesk commented on GitHub (Sep 6, 2025): Run in verbose - Nobody See the Error Code Here
Author
Owner

@shahab-cl commented on GitHub (Sep 6, 2025):

Here is the last few lines of the verbose output

Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
  ✔️   Updated Container OS
  ⏳   Setup uv 0.8.15curl: (28) Failed to connect to github.com port 443 after 134199 ms: Couldn't connect to server
   ✖️   Failed to download https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz

[ERROR] in line 16: exit code 0: while executing command return 1

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

root@pve2:~# 
@shahab-cl commented on GitHub (Sep 6, 2025): Here is the last few lines of the verbose output ``` Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ✔️ Updated Container OS ⏳ Setup uv 0.8.15curl: (28) Failed to connect to github.com port 443 after 134199 ms: Couldn't connect to server ✖️ Failed to download https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz [ERROR] in line 16: exit code 0: while executing command return 1 [ERROR] in line 1353: 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)" root@pve2:~# ```
Author
Owner

@MickLesk commented on GitHub (Sep 6, 2025):

Your Network Block the astraluv Repo from GitHub? AdBlock, PiHole?

@MickLesk commented on GitHub (Sep 6, 2025): Your Network Block the astraluv Repo from GitHub? AdBlock, PiHole?
Author
Owner

@vhsdream commented on GitHub (Sep 6, 2025):

And that's a different part of the script; originally it was failing while compiling the libraries, so it looks like a networking issue to me.

@vhsdream commented on GitHub (Sep 6, 2025): And that's a different part of the script; originally it was failing while compiling the libraries, so it looks like a networking issue to me.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1849