[Support]: Nginx "proxy_busy_buffers_size" must be less than the size of all "proxy_buffers" minus one buffer. #22778
Replies: 2 comments 1 reply
-
|
This NGINX error occurs when Frigate's internal NGINX configuration has incompatible buffer settings for your ARM64 environment. The error indicates that Solution: Override the NGINX ConfigurationYou can customize Frigate's internal network configuration by bind mounting a modified Add this volume to your docker-compose file: volumes:
- /path/to/your/nginx.conf:/usr/local/nginx/conf/nginx.confTo create a working configuration:
This is a known issue affecting some QNAP NAS and ARM64 deployments. (1), (2) 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
You're seeing two issues: 1. "Device or resource busy" error The 2. Updated NGINX buffer error The new error message is the inverse of the original—now
Solution: Instead of mounting the file directly, mount the entire nginx conf directory or copy the file to a location the container can modify. Try this approach:
Note: You may need to copy additional files from 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have a QNAP NAS with an ARM® Cortex®-A57 processor and when I start a fresh installation of Frigate (via your command line or a composition file) I have the same error.
I tried many modifications in this file by saving it to my server and adding a volume that points to this file and then modifying it with different quantities given my internet and AI, but this error did not kept happening. I also tried older versions but the error was still there.
Version
0.17.0-0.14.0
What browser(s) are you using?
Brave 1.88.138 (Chromium 146.0.7680.178)
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
CPU (no coral)
Network connection
Wired
Camera make and model
/
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
I found other issues with this error but they don't have a fixed mention, so I'll try my luck for QNAP users.
Beta Was this translation helpful? Give feedback.
All reactions