[GH-ISSUE #8796] Immich update error #1910

Closed
opened 2026-02-26 12:50:38 +03:00 by kerem · 4 comments
Owner

Originally created by @ape364 on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8796

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

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

Unable to update Immich from 2.1.0

🔄 Steps to reproduce the issue.

  1. open immich console from PVE
  2. type update
  3. choose Verbose

Paste the full error output (if available).

    _                     _      __  
   (_)___ ___  ____ ___  (_)____/ /_ 
  / / __ `__ \/ __ `__ \/ / ___/ __ \
 / / / / / / / / / / / / / /__/ / / /
/_/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/ 
                                     

Hit:1 http://security.debian.org trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease                                                                                     
Hit:4 http://deb.debian.org/debian testing InRelease                                                                                            
Hit:5 https://deb.nodesource.com/node_24.x nodistro InRelease                                                                                  
Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease                                         
Get:7 https://repo.jellyfin.org/debian trixie InRelease [8,126 B]
Fetched 8,126 B in 2s (4,513 B/s)    
All packages are up to date.    
Warning: https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
   ✖️   Failed to install Node.js 24 from NodeSource

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

root@immich:~# 

🖼️ Additional context (optional).

No response

Originally created by @ape364 on GitHub (Nov 1, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8796 ### ✅ 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? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. Unable to update Immich from 2.1.0 ### 🔄 Steps to reproduce the issue. 1. open immich console from PVE 2. type `update` 3. choose Verbose ### ❌ Paste the full error output (if available). ```console _ _ __ (_)___ ___ ____ ___ (_)____/ /_ / / __ `__ \/ __ `__ \/ / ___/ __ \ / / / / / / / / / / / / / /__/ / / / /_/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/ Hit:1 http://security.debian.org trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease Hit:4 http://deb.debian.org/debian testing InRelease Hit:5 https://deb.nodesource.com/node_24.x nodistro InRelease Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Get:7 https://repo.jellyfin.org/debian trixie InRelease [8,126 B] Fetched 8,126 B in 2s (4,513 B/s) All packages are up to date. Warning: https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details ✖️ Failed to install Node.js 24 from NodeSource [ERROR] in line 40: exit code 0: while executing command return 1 root@immich:~# ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:50:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Nov 1, 2025):

Install deb source manually

But before, can you share some information?
cd /etc/apt/sources.d.list
ls -la
cat node*

curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash -
sudo apt-get install -y nodejs

<!-- gh-comment-id:3475948293 --> @MickLesk commented on GitHub (Nov 1, 2025): Install deb source manually But before, can you share some information? cd /etc/apt/sources.d.list ls -la cat node* curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash - sudo apt-get install -y nodejs
Author
Owner

@ape364 commented on GitHub (Nov 1, 2025):

Install deb source manually

But before, can you share some information? cd /etc/apt/sources.d.list ls -la cat node*

curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash - sudo apt-get install -y nodejs

root@immich:~# cd /etc/apt/sources.d.list
-bash: cd: /etc/apt/sources.d.list: No such file or directory
root@immich:~# curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash -
2025-11-01 13:34:10 - Installing pre-requisites
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]                
Hit:3 http://security.debian.org trixie-security InRelease                           
Get:4 http://deb.debian.org/debian testing InRelease [148 kB]                        
Hit:5 https://deb.nodesource.com/node_24.x nodistro InRelease                        
Get:6 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]  
Hit:7 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease                 
Get:8 http://deb.debian.org/debian testing/main amd64 Packages T-2025-11-01-0804.43-F-2025-11-01-0804.43.pdiff [599 B]
Get:8 http://deb.debian.org/debian testing/main amd64 Packages T-2025-11-01-0804.43-F-2025-11-01-0804.43.pdiff [599 B]
Get:9 https://repo.jellyfin.org/debian trixie InRelease [8,126 B]
Fetched 267 kB in 2s (122 kB/s)                                 
All packages are up to date.    
Warning: https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
ca-certificates is already the newest version (20250419).
curl is already the newest version (8.14.1-2).
gnupg is already the newest version (2.4.7-21).
gnupg set to manually installed.
Installing:
  apt-transport-https

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
  Download size: 38.6 kB
  Space needed: 49.2 kB / 11.0 GB available

Get:1 http://deb.debian.org/debian trixie/main amd64 apt-transport-https all 3.0.3 [38.6 kB]
Fetched 38.6 kB in 0s (121 kB/s)               
Selecting previously unselected package apt-transport-https.
(Reading database ... 47148 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_3.0.3_all.deb ...
Unpacking apt-transport-https (3.0.3) ...
Setting up apt-transport-https (3.0.3) ...
Error: Conflicting values set for option Signed-By regarding source https://deb.nodesource.com/node_24.x/ nodistro: /usr/share/keyrings/nodesource.gpg != /etc/apt/keyrings/nodesource.gpg
Error: The list of sources could not be read.
2025-11-01 13:34:20 - Error: Failed to run 'apt update' (Exit Code: 0)
root@immich:~# 
<!-- gh-comment-id:3475957948 --> @ape364 commented on GitHub (Nov 1, 2025): > Install deb source manually > > But before, can you share some information? cd /etc/apt/sources.d.list ls -la cat node* > > curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash - sudo apt-get install -y nodejs ```console root@immich:~# cd /etc/apt/sources.d.list -bash: cd: /etc/apt/sources.d.list: No such file or directory root@immich:~# curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash - 2025-11-01 13:34:10 - Installing pre-requisites Hit:1 http://deb.debian.org/debian trixie InRelease Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] Hit:3 http://security.debian.org trixie-security InRelease Get:4 http://deb.debian.org/debian testing InRelease [148 kB] Hit:5 https://deb.nodesource.com/node_24.x nodistro InRelease Get:6 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB] Hit:7 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Get:8 http://deb.debian.org/debian testing/main amd64 Packages T-2025-11-01-0804.43-F-2025-11-01-0804.43.pdiff [599 B] Get:8 http://deb.debian.org/debian testing/main amd64 Packages T-2025-11-01-0804.43-F-2025-11-01-0804.43.pdiff [599 B] Get:9 https://repo.jellyfin.org/debian trixie InRelease [8,126 B] Fetched 267 kB in 2s (122 kB/s) All packages are up to date. Warning: https://deb.nodesource.com/node_24.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details ca-certificates is already the newest version (20250419). curl is already the newest version (8.14.1-2). gnupg is already the newest version (2.4.7-21). gnupg set to manually installed. Installing: apt-transport-https Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 Download size: 38.6 kB Space needed: 49.2 kB / 11.0 GB available Get:1 http://deb.debian.org/debian trixie/main amd64 apt-transport-https all 3.0.3 [38.6 kB] Fetched 38.6 kB in 0s (121 kB/s) Selecting previously unselected package apt-transport-https. (Reading database ... 47148 files and directories currently installed.) Preparing to unpack .../apt-transport-https_3.0.3_all.deb ... Unpacking apt-transport-https (3.0.3) ... Setting up apt-transport-https (3.0.3) ... Error: Conflicting values set for option Signed-By regarding source https://deb.nodesource.com/node_24.x/ nodistro: /usr/share/keyrings/nodesource.gpg != /etc/apt/keyrings/nodesource.gpg Error: The list of sources could not be read. 2025-11-01 13:34:20 - Error: Failed to run 'apt update' (Exit Code: 0) root@immich:~# ```
Author
Owner

@MickLesk commented on GitHub (Nov 1, 2025):

Run apt Update, something is broken in apt

<!-- gh-comment-id:3475978661 --> @MickLesk commented on GitHub (Nov 1, 2025): Run apt Update, something is broken in apt
Author
Owner

@ape364 commented on GitHub (Nov 1, 2025):

Run apt Update, something is broken in apt

thanks, resolved by

cd /etc/apt/sources.list.d/
mv nodesource.sources nodesource.sources.bak
mv nodesource.list nodesource.list.bak
apt update
curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash -
apt install -y nodejs
<!-- gh-comment-id:3476210257 --> @ape364 commented on GitHub (Nov 1, 2025): > Run apt Update, something is broken in apt thanks, resolved by ```console cd /etc/apt/sources.list.d/ mv nodesource.sources nodesource.sources.bak mv nodesource.list nodesource.list.bak apt update curl -fsSL https://deb.nodesource.com/setup_24.x | sudo bash - apt install -y nodejs ```
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#1910
No description provided.