Jump to content

Recommended Posts

Posted

When I was struggling with hardware transcoding in Plex, I came across a number of posts with that uuid error in various TrueNAS forums/threads. It wasn't relevant to my issue (I had no errors, it just didn't seem to work), but you might get lucky if you try to search for that error.

I seem to remember there were some suggestions of command lines to fix it.

Posted

I have no idea where to find the user_config.yaml file in either hexos or truenas i cant find the directory that was supposed to be automatically created when plex was installed. Would you know where i could find it?

  • 2 weeks later...
Posted (edited)

In truenas go into 'system > shell'

Run this

midclt call app.gpu_choices | jq

Take note of the output - you need the pci_slot value, this should look something like 0000:01:00.0 and you need the uuid value which should look something like GPU-ab0fdc2d-e1f7-d2fc-54e0-5b34ff44c3d9. You can copy from shell by highlighting the text and using CTRL + Insert

Then run the following replacing PCI_SLOT with your pci_slot value and GRU_UUID with your uuid value

sudo midclt call -job app.update plex '{"values": {"resources": {"gpus": {"use_all_gpus": false, "nvidia_gpu_selection": {"PCI_SLOT": {"use_gpu": true, "uuid": "GPU_UUID"}}}}}}'

 

Edited by Rexseven
Posted
6 hours ago, Rexseven said:

In truenas go into 'system > shell'

Run this

midclt call app.gpu_choices | jq

Take note of the output - you need the pci_slot value, this should look something like 0000:01:00.0 and you need the uuid value which should look something like GPU-ab0fdc2d-e1f7-d2fc-54e0-5b34ff44c3d9. You can copy from shell by highlighting the text and using CTRL + Insert

Then run the following replacing PCI_SLOT with your pci_slot value and GRU_UUID with your uuid value

sudo midclt call -job app.update plex '{"values": {"resources": {"gpus": {"use_all_gpus": false, "nvidia_gpu_selection": {"PCI_SLOT": {"use_gpu": true, "uuid": "GPU_UUID"}}}}}}'

 

This is the method I used and it worked like a charm

  • 4 weeks later...
  • 2 weeks later...
Posted
30 minutes ago, stylesbeyond said:

doesn't updating trueNAS break HexOS though?

some users have reported it not breaking HexOS
the official stance of the HexOS team is that it is not a supported usecase and it may or may not break things.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...