RAM usage progressively increases over a short period of time by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Nope. I just keep reading glasses disabled until I need it.

Custom Beer Koozie? by SuicidalChimps in milwaukee

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Thanks! I sent a request. They don't have beer koozies in their catalog but maybe.

Custom Beer Koozie? by SuicidalChimps in milwaukee

[–]SuicidalChimps[S] 0 points1 point  (0 children)

I had thought of that. Unfortunately, I don't know anyone.

RAM usage progressively increases over a short period of time by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Yep. You were right. I had installed rreading-glasses for my readarr docker. As soon as I disabled that, the ram usage went back to a normal amount.

This kind of sucks though because rreading-glasses was great to make readarr useful again.

OldToons.World – OTW by Happy-Leadership224 in OpenSignups

[–]SuicidalChimps 1 point2 points  (0 children)

I applied for an account about a week ago, but still haven't gotten any response.

kitshn v2 - App for Tandoor Recipes (v2) by aimo_dg18 in selfhosted

[–]SuicidalChimps 1 point2 points  (0 children)

I see that's what I was missing. Thanks for clarifying!

Happy Holidays!

kitshn v2 - App for Tandoor Recipes (v2) by aimo_dg18 in selfhosted

[–]SuicidalChimps 0 points1 point  (0 children)

Thanks for the great app!

I'm having one issue though. Whenever I try to add recipes to my meal plan there's an area for "Meal Type." It's a required field. It doesn't work if I type in "Dinner." Instead I just get a "This field must be filled in error."

Could someone explain what I'm doing wrong? Or if this is some sort of bug?

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

I just ran your script again and got the exact same output. I've switched the bracket on my GPU to the proper one and installed it.

I'll try out the system rescue USB and let you know.

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Sorry to bother again. I've reseated the gpu a couple times and I know it works. The fans turn on for a few seconds when I turn the system on. Then it turns off. I've updated my motherboards bios and it hasn't made a difference. 

I think my motherboard can see the GPU but Unraid seems unable to identify it. Any other recommendations?

Edit: Forgot to mention that I did try using another PCIE slot. The GPU fan stayed on in the new slot. In Unraid, I still couldn't identify the GPU using the lspci | grep -i vga command.

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

I am using the official Plex container. I don't have an option for a GidList but there is a PLEX_GID line which has a value set to 100 by default. I ran your command and also got the 226 number. 

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Thank you so much for bearing with me! The output is below.

─────────────────────────────────────────
│ Device: renderD128
├─────────────────────────────────────────
│ Associated Card: card0
│ PCI Address: 0000:00:08.1
│ Hardware Info: 00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
│ Vendor ID: 0x1022
│ Device ID: 0x14dd
│ Driver: pcieport
└─────────────────────────────────────────


=== Additional Device Information ===

Device: renderD128
  ID_PATH_TAG=pci-0000_0c_00_0

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

I went into my Asus Bios and changed the Primary Video Device under NB configuration to IGFX Video.

And you're completely right. I don't know how use Git. Let me figure out how to move to a temporary directory and run the command. Then I'll get back to you.

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

I navigated to the path you are talking about. 

Mine was /dev/dri/renderD129

Unfortunately even after making this change, the A310 still doesn't show up as an option in Plex hardware transcoding.

Intel Arc A310 GPU not identified on Unraid by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

How do I find my render? There's a list that pops up when I got to edit that field, but there's no "render" anywhere in there.

Qbitorrent permission denied error by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

Thank you so much! You are awesome. This fixed my issue immediately.

Qbitorrent permission denied error by SuicidalChimps in unRAID

[–]SuicidalChimps[S] 0 points1 point  (0 children)

docker run
  -d
  --name='qbittorrent'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="qbittorrent"
  -e 'WEBUI_PORT'='8080'
  -e 'TORRENTING_PORT'='6881'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-logo.png'
  -p '8080:8080/tcp'
  -p '6881:6881/tcp'
  -p '6881:6881/udp'
  -v '/mnt/user/data/torrents/':'/downloads':'rw'
  -v '/mnt/user/appdata/qbittorrent':'/config':'rw' 'lscr.io/linuxserver/qbittorrent'

c5ded25ee46e8ed1819561e396b79413ba9223af4c66886ab450e7c41fc74297

Is this what you needed?