-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
β 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?
Debian 13
π Which Proxmox version are you on?
pve-manager/9.1.6/71482d1833ded40a (running kernel: 6.17.9-1-pve)
π Provide a clear and concise description of the issue.
Immich fails to install because of "(General error / Operation not permitted): while executing command mise install"
π Steps to reproduce the issue.
Step 1: Try to install Immich
Step 2: Wait for the Librarys to Compile
Step 3: Look at the error
β Paste the full error output (if available).
cli build$ vite build
cli build: vite v7.3.1 building ssr environment for production...
cli build: transforming...
cli build: β 984 modules transformed.
cli build: rendering chunks...
cli build: dist/index.js 687.35 kB
cli build: β built in 4.51s
cli build: Done
Packages are copied from the content-addressable store to the virtual store.
Content-addressable store is at: /root/.local/share/pnpm/store/v10
Virtual store is at: ../app/cli/node_modules/.pnpm
../app/cli | Progress: resolved 1, reused 0, downloaded 0, added 0
../app/cli | +21 ++
../app/cli | Progress: resolved 21, reused 21, downloaded 0, added 21, done
mise ignored /opt/immich/source
mise trusted /opt/immich/source/plugins
mise 2026.3.5 by @jdx [3/3]
github:extism/cli@1.6.3 verify GitHub artifact attestations β
github:extism/js-pdk@1.5.1 extract extism-js-x86_64-linux-v1.5.1.gz β
github:webassembly/binaryen@ersion_124 extract binaryen-version_124-x86_64-linux.tar.gz β
mise ERROR Failed to install github:extism/cli@1.6.3: GitHub artifact attestations verification error for github:extism/cli@1.6.3: HTTP error: error sending request for url (https://api.github.com/repos/extism/cli/attestations/sha256:34e7ae9bfded6e2c32dee83f70a4e50d34f9d3e80d1762b09625fe82e214d02d?per_page=30&predicate_type=https%3A%2F%2Fslsa.dev%2Fprovenance%2Fv1)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
βοΈ in line 332: exit code 1 (General error / Operation not permitted): while executing command mise install
--- Last 20 lines of log ---
[2026-03-08 17:44:55] [WARN] Compiling Custom Photo-processing Libraries (can take anywhere from 15min to 2h)
[2026-03-08 17:44:56] [INFO] (1/5) Compiling libjxl
[2026-03-08 17:49:52] [OK] (1/5) Compiled libjxl
[2026-03-08 17:49:52] [INFO] (2/5) Compiling libheif
[2026-03-08 17:51:17] [OK] (2/5) Compiled libheif
[2026-03-08 17:51:17] [INFO] (3/5) Compiling libraw
[2026-03-08 17:52:43] [OK] (3/5) Compiled libraw
[2026-03-08 17:52:43] [INFO] (4/5) Compiling imagemagick
[2026-03-08 17:58:02] [OK] (4/5) Compiled imagemagick
[2026-03-08 17:58:02] [INFO] (5/5) Compiling libvips
[2026-03-08 18:00:47] [OK] (5/5) Compiled libvips
[2026-03-08 18:00:47] [OK] Custom Photo-processing Libraries Compiled Successfully
[2026-03-08 18:00:48] [INFO] Fetching GitHub release: Immich (2.5.6)
[2026-03-08 18:01:04] [OK] Deployed: Immich (2.5.6)
[2026-03-08 18:01:04] [INFO] Setup Node.js 24
[2026-03-08 18:01:31] [OK] Setup Node.js 24
[2026-03-08 18:01:32] [INFO] Installing pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48
[2026-03-08 18:01:34] [OK] Installed Node.js modules: pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48
[2026-03-08 18:01:34] [INFO] Installing Immich (patience)
[2026-03-08 18:08:47] [ERROR] in line 332: exit code 1 (General error / Operation not permitted): while executing command mise install
βοΈ Installation failed in container 138 (exit code: 1)
π Installation log: /tmp/immich-138-76aa5f1f.log
Error: General error / Operation not permitted
What would you like to do?
- Remove container and exit
- Keep container for debugging
- Retry with verbose mode (full rebuild)
- Retry with DNS override in LXC (8.8.8.8 / 1.1.1.1)
Select option [1-4] (default: 1, auto-remove in 60s):
βοΈ Container 138 removed
πΌοΈ Additional context (optional).
No response