June 5, 20251 yr Hey Folks,I'm looking to setup Klipper using a series of Docker containers on my unraid and I'm stumbling at the first hurdle 😞 I have setup a ustreamer docker container using "Docker Compose Manager" to manage a docker-compose file and I need it to have access to /dev/video0 inside the docker container.If I do a simple chmod +rw /dev/video0 to give all users read and write permissions on the device it works fine but I can't seem to get this sort of change to persist across reboots of the unraid box. I have tried a few different "linux specific" ways to get this to work but all the configs I change seem to get wiped on a reboot.Is there a specific way to configure these permissions to be persistent across reboots?
June 5, 20251 yr Community Expert Solution /dev, like all Unraid OS folders, is in RAM, and so doesn't persist.You can use the User Scripts plugin to run a script to reapply this change after boot.
June 20, 20251 yr Author Great thanks! I figured it was a persistence thing, I just wasn't exactly sure what the "right" way to get around that was, thanks for the help 👍
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.