Closed alberanid closed 6 months ago
It has something to do with the spinner, this is the only script that is having this issue.
I'm still getting this error
✓ Set Up Hardware Acceleration
|/dev/stdin: line 51: 25722 Segmentation fault sleep 0.1
/dev/stdin: line 37: 25723 Segmentation fault sleep 0.1
[ERROR] in line 57: exit code 0: while executing command sleep 0.1
I'm running bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/frigate.sh)"
, so I should be picking up the changes in https://github.com/tteck/Proxmox/commit/4ccf823d7abf445c9aac43e217504f9386426b96, right?
Yes, I don't understand why it's giving this fault with this script. The search continues.
The script continues, correct?
Yes, the script continues. Same result from https://github.com/tteck/Proxmox/commit/4d3afc012b9faed809fd0e320b44d7a116ac252b
✓ Set Up Hardware Acceleration
//dev/stdin: line 51: 25500 Segmentation fault sleep 0.1
/dev/stdin: line 37: 25501 Segmentation fault sleep 0.1
[ERROR] in line 57: exit code 0: while executing command sleep 0.1
✓ Installed Frigate v0.13.2
I assume there is still an issue with this. I ran the install script, and the final message I got in my console was: msg_info "Installing Frigate $RELEASE (Perseverance)"
I am using default settings, and putting my storage on a NAS (it works fine using a NAS for your other scripts).
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
The Frigate LXC shows a segmentation fault error at the Set Up Hardware Acceleration step.
The host system is based on Intel 12th gen hardware, without Google Coral or any other TPU.
After the error is shown, the installation proceeds and the software seems to work properly.
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Debian 11
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
Please provide detailed steps to reproduce the issue.
Run
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/frigate.sh)"
from the node shell.