[GH-ISSUE #11413] Immich privileged LXC - Problem detected with Immich-web service... #2425

Closed
opened 2026-02-26 12:52:25 +03:00 by kerem · 6 comments
Owner

Originally created by @Smakodak on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11413

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 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.1.4

📝 Provide a clear and concise description of the issue.

First of all thank you for your work :)
I'm trying to install a privileged instance of Immich, but I get the following error:

💡 Problem detected with Immich-web service, restarting...
✖️ in line 487: exit code 487 (Unknown error): while executing command ((web++))
✖️ Installation failed in container 104 (exit code: 231)

I tried twice with the same error. Second time I enabled verbose, but the log file was empty, so the one attached here is from the first attempt.
I noticed that the Task log of proxmox threw this error when the installation ran in verbose mode:
TASK ERROR: failed to open /root/.install-67163434.log: No such file or directory

The output when not running in verbose mode was a bit different:
💡 Problem detected with Immich-web service, restarting...
✖️ in line 487: exit code 1 (General error / Operation not permitted): while executing command ((web++))

Any help is appreciated.

🔄 Steps to reproduce the issue.

The steps to reproduce is found in the attached file: immich.vars.txt

Paste the full error output (if available).

install-lxc-104-974a6e6e.log
immich.vars.txt

🖼️ Additional context (optional).

No response

Originally created by @Smakodak on GitHub (Feb 1, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11413 Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 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 - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 9.1.4 ### 📝 Provide a clear and concise description of the issue. First of all thank you for your work :) I'm trying to install a privileged instance of Immich, but I get the following error: 💡 Problem detected with Immich-web service, restarting... ✖️ in line 487: exit code 487 (Unknown error): while executing command ((web++)) ✖️ Installation failed in container 104 (exit code: 231) I tried twice with the same error. Second time I enabled verbose, but the log file was empty, so the one attached here is from the first attempt. I noticed that the Task log of proxmox threw this error when the installation ran in verbose mode: TASK ERROR: failed to open /root/.install-67163434.log: No such file or directory The output when not running in verbose mode was a bit different: 💡 Problem detected with Immich-web service, restarting... ✖️ in line 487: exit code 1 (General error / Operation not permitted): while executing command ((web++)) Any help is appreciated. ### 🔄 Steps to reproduce the issue. The steps to reproduce is found in the attached file: immich.vars.txt ### ❌ Paste the full error output (if available). [install-lxc-104-974a6e6e.log](https://github.com/user-attachments/files/24991591/install-lxc-104-974a6e6e.log) [immich.vars.txt](https://github.com/user-attachments/files/24991590/immich.vars.txt) ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:25 +03:00
  • closed this issue
  • added the
    bug
    bugfix
    labels
Author
Owner

@vhsdream commented on GitHub (Feb 1, 2026):

Hey @Smakodak - can you check when this happens if Immich is actually working? In the LXC do systemctl status immich-web. If it is, then whatever I did with the new healthcheck is more trouble than it might be worth.

<!-- gh-comment-id:3831184234 --> @vhsdream commented on GitHub (Feb 1, 2026): Hey @Smakodak - can you check when this happens if Immich is actually working? In the LXC do `systemctl status immich-web`. If it is, then whatever I did with the new healthcheck is more trouble than it might be worth.
Author
Owner

@allarm commented on GitHub (Feb 1, 2026):

Hey @vhsdream - I'm not the person who opened the issue, but I am facing the same problem. I tried to check immich-web status form lxc - it it working fine:

root@immich:/# systemctl status immich-web
● immich-web.service - Immich Web Service
     Loaded: loaded (/etc/systemd/system/immich-web.service; enabled; preset: enabled)
     Active: active (running) since Sun 2026-02-01 16:18:02 CET; 3min 19s ago
 Invocation: 4f2e584b0adb4662949f8627cdf9147c
   Main PID: 84953 (immich)
      Tasks: 23 (limit: 76893)
     Memory: 443.1M (peak: 1.2G)
        CPU: 12.706s
     CGroup: /system.slice/immich-web.service
             ├─84953 immich
             └─84967 immich-api

Installation failed with the similar symptom:

  💡   Problem detected with Immich-web service, restarting...
  ✖️   in line 487: exit code 1 (General error / Operation not permitted): while executing command ((web++))
<!-- gh-comment-id:3831201207 --> @allarm commented on GitHub (Feb 1, 2026): Hey @vhsdream - I'm not the person who opened the issue, but I am facing the same problem. I tried to check immich-web status form lxc - it it working fine: ``` root@immich:/# systemctl status immich-web ● immich-web.service - Immich Web Service Loaded: loaded (/etc/systemd/system/immich-web.service; enabled; preset: enabled) Active: active (running) since Sun 2026-02-01 16:18:02 CET; 3min 19s ago Invocation: 4f2e584b0adb4662949f8627cdf9147c Main PID: 84953 (immich) Tasks: 23 (limit: 76893) Memory: 443.1M (peak: 1.2G) CPU: 12.706s CGroup: /system.slice/immich-web.service ├─84953 immich └─84967 immich-api ``` Installation failed with the similar symptom: ``` 💡 Problem detected with Immich-web service, restarting... ✖️ in line 487: exit code 1 (General error / Operation not permitted): while executing command ((web++)) ```
Author
Owner

@vhsdream commented on GitHub (Feb 1, 2026):

Thanks @allarm - I'm going to revert this feature since it's not working. It either needs more testing, or we really don't need it at all.

<!-- gh-comment-id:3831473247 --> @vhsdream commented on GitHub (Feb 1, 2026): Thanks @allarm - I'm going to revert this feature since it's not working. It either needs more testing, or we really don't need it at all.
Author
Owner

@vhsdream commented on GitHub (Feb 1, 2026):

@allarm - one more thing: Is your LXC privileged?

<!-- gh-comment-id:3831483133 --> @vhsdream commented on GitHub (Feb 1, 2026): @allarm - one more thing: Is your LXC privileged?
Author
Owner

@Smakodak commented on GitHub (Feb 1, 2026):

Hey @Smakodak - can you check when this happens if Immich is actually working? In the LXC do systemctl status immich-web. If it is, then whatever I did with the new healthcheck is more trouble than it might be worth.

Hi vhsdream
Didn't think of that, but It is in fact working. Thank you again for your work and for your swift response.

<!-- gh-comment-id:3831847260 --> @Smakodak commented on GitHub (Feb 1, 2026): > Hey [@Smakodak](https://github.com/Smakodak) - can you check when this happens if Immich is actually working? In the LXC do `systemctl status immich-web`. If it is, then whatever I did with the new healthcheck is more trouble than it might be worth. Hi vhsdream Didn't think of that, but It is in fact working. Thank you again for your work and for your swift response.
Author
Owner

@allarm commented on GitHub (Feb 1, 2026):

@vhsdream nope, unprivileged. Thank you for the quick fix!

<!-- gh-comment-id:3831848846 --> @allarm commented on GitHub (Feb 1, 2026): @vhsdream nope, unprivileged. Thank you for the quick fix!
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#2425
No description provided.