-
-
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?
Frigate
๐ What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)"
โ๏ธ What settings are you using?
- Default Settings
- Advanced Settings
๐ฅ๏ธ Which Linux distribution are you using?
Debian 12
๐ Which Proxmox version are you on?
pve-manager/9.1.6/71482d1833ded40a (running kernel: 6.17.13-1-pve)
๐ Provide a clear and concise description of the issue.
Frigate install fails with message saying: Error: Misuse of shell builtins (e.g. syntax error)
๐ Steps to reproduce the issue.
Run the install script with default settings.
โ Paste the full error output (if available).
โ๏ธ Using Default Settings on node gen4
๐ก PVE Version 9.1.6 (Kernel: 6.17.13-1-pve)
๐ Container ID: 102
๐ฅ๏ธ Operating System: debian (12)
๐ฆ Container Type: Privileged
๐พ Disk Size: 20 GB
๐ง CPU Cores: 4
๐ ๏ธ RAM Size: 4096 MiB
๐ฎ GPU Passthrough: Enabled
๐ Creating a Frigate LXC using the above default settings
โ๏ธ Storage space validated
โ๏ธ Storage local (Free: 59.3GB Used: 4.9GB) [Template]
โ๏ธ Storage local-lvm (Free: 121.5GB Used: 19.4GB) [Container]
โ๏ธ Storage 'local-lvm' (lvmthin) validated
โ๏ธ Template storage 'local' validated
โ๏ธ Cluster is quorate
โ๏ธ Template search completed
โ๏ธ Template debian-12-standard_12.12-1_amd64.tar.zst [online]
โ๏ธ Template download successful.
โ๏ธ LXC Container 102 was successfully created.
โ๏ธ USB passthrough configured
๐ฎ Detected Intel GPU
โ๏ธ Automatically configuring INTEL GPU passthrough
โ๏ธ INTEL GPU passthrough configured (2 devices)
โ๏ธ Started LXC Container
โ๏ธ Network in LXC is reachable (ping)
โ๏ธ GPU passthrough configured (video:44, render:104)
โ๏ธ Customized LXC Container
โ๏ธ Set up Container OS
โ๏ธ Network Connected: 192.168.0.161 fd18:816:cdb4:d3e3:be24:11ff:fec0:44b0
โ๏ธ IPv4 Internet Connected
โ๏ธ IPv6 Internet Not Connected
โ๏ธ Git DNS: github.com:(โ๏ธ ) raw.githubusercontent.com:(โ๏ธ ) api.github.com:(โ๏ธ ) git.community-scripts.org:(โ๏ธ )
โ๏ธ Updated Container OS
โ๏ธ Converted APT sources
โ๏ธ Installed Dependencies
โ๏ธ Detected GPU: Intel Corporation AlderLake-S GT1 (rev 0c) (INTEL)
โ๏ธ Intel Gen 9+ GPU configured
โ๏ธ Setup Hardware Acceleration
โ๏ธ Deployed: frigate (0.17.0)
โ๏ธ Built Nginx
โ๏ธ Built SQLite Extensions
โ๏ธ Deployed: go2rtc (1.9.14)
โ๏ธ Installed Tempio
โ๏ธ Deployed: libusb (1.0.26)
โ๏ธ Built libUSB
โ๏ธ Bootstrapped pip
โ๏ธ Installed Python Dependencies
โ๏ธ Built Python Wheels
โ๏ธ Setup Node.js 20
โ๏ธ Downloaded Inference Models
โ๏ธ Downloaded Audio Model
โ๏ธ in line 193: exit code 2 (Misuse of shell builtins (e.g. syntax error))
โ bash /opt/frigate/docker/main/install_deps.sh
--- Last 20 lines of log ---
Unpacking onevpl-tools (2023.1.1-1) ...
Selecting previously unselected package radeontop.
Preparing to unpack .../radeontop_1.4-2_amd64.deb ...
Unpacking radeontop (1.4-2) ...
Setting up libvpl2 (2023.1.1-1) ...
Setting up onevpl-tools (2023.1.1-1) ...
Setting up radeontop (1.4-2) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
-
apt-get install -y dpkg
Reading package lists...
Building dependency tree...
Reading state information...
dpkg is already the newest version (1.21.22).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -
wget -qO - https://repositories.intel.com/gpu/intel-graphics.key
-
gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
gpg: no valid OpenPGP data found.
[2026-03-11 12:01:36] [ERROR] in line 193: exit code 2 (Misuse of shell builtins (e.g. syntax error))
[2026-03-11 12:01:36] bash /opt/frigate/docker/main/install_deps.sh๐ Full log: /root/.install-9df15be1.log
โ๏ธ Installation failed in container 102 (exit code: 2)
๐ Installation log: /tmp/frigate-102-9df15be1.logError: Misuse of shell builtins (e.g. syntax error)
๐ผ๏ธ Additional context (optional).
No response