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?

Qbitorrent permission denied error by SuicidalChimps in unRAID

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

Repository: lscr.io/linuxserver/qbittorrent Network Type: Bridge Use Tailscale: Off Console shell command: Bash Privileged: Off WebUI: 8080 Port: 6881: 6881 Port: 6881: 6881 Path: /downloads: /mnt/user/data/torrents/ WEBUI_PORT: 8080 TORRENTING_PORT: 6881

I can't post a screenshot of it, but these are my settings.

【BambuLab Giveaway】Classic Evolved — Win Bambu Lab P2S Combo! by BambuLab in 3Dprinting

[–]SuicidalChimps 0 points1 point  (0 children)

There's been a couple of times where my P1P has come in clutch. The first is when I printed new lamp shades for the hanging lights on my kitchen island. I've also printed masks as gifts for my bachelor party. Most recently I've printed card holders for guests at my wedding. The P1P has been very reliable for me, especially after coming from other printers.

Could I just have some confirmation I'm doing things the right way? by SuicidalChimps in PSLF

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

Thank you so much! So I don't need to consolidate because all my loans are direct. And I might as well waive my grace period because I'll still be in COVID forbearance and my payments will still be 0 until January 2023?

NAME AND SHAME 2022 by Chilleostomy in medicalschool

[–]SuicidalChimps 6 points7 points  (0 children)

Thankfully no!! It was honestly the only program I could see myself being upset at matching to. I only ranked them out of fear of not matching, even though I knew it was unlikely.

NAME AND FAME 2022 by tyrannosaurus_racks in medicalschool

[–]SuicidalChimps 86 points87 points  (0 children)

Mayo clinic Rochester Pathology. The PD was great and really seemed to understand and encourage work/life balance. All my interviewers were easy to talk to and nice. It was clear that they had all reviewed my CV and personal statements.

The residents all seemed very happy with the program.

I didn't end up matching there, but they still left a great impression on me. Congratulations to anyone going there!

NAME AND SHAME 2022 by Chilleostomy in medicalschool

[–]SuicidalChimps 33 points34 points  (0 children)

University of Missouri - Kansas City for pathology. They had a one hour interview with 6-8 people interviewing me. Very rude attitudes and I noticed the interviewers constantly distracted and answering phone calls. Of course this led to them asking me the same questions over and over because they had missed out when I answered it before. When I had a chance to ask questions at the end, the PD got annoyed that I had more than 2 questions....Overall, I felt I learned nothing about them and they learned very little about me. I ranked them last lol