Crashing PROXMOX USB Coral TPU passthrough aid #16175
Wolk9
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Proxmox Server with my Frigate LXC that I installed with this script:
is constantly crashing out of the blue, due to some unknown issue within the frigate LXC.
I created a script that helps me out with adjusting the randomly changed Bus number of the USB Coral TPU after reboot so that even my grandmother can spin up the server again without configuring the whole shebang after a crash:
then make the sh executable with:
then create a service:
with the following instructions:
then reload and enable the service with the following commands:
systemctl daemon-reload systemctl enable update_lxc_config.service systemctl start update_lxc_config.service
check the status after a reboot:
this will do the trick for you for the USB Coral TPU passtrough, even if you are not around and your spouse or kids are restarting the proxmox server.
Beta Was this translation helpful? Give feedback.
All reactions