tmlfan3

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by tmlfan3

  1. I’m also starting to wonder if it might be a power supply problem. I never really planned to have a GPU or anything more than HD’s in the server so only have 450W. Would line up with the GPU kicking in when the VM starts and then everything shuts down. I’m going to hook it up to a second PSU I have and test that out to confirm.
  2. Hi, I've been troubleshooting this for a few nights and seemed to have hit a dead end. I have my unraid server up and running for years now without issue. Recently I've decided to set up a Windows 10 VM on the server to do some work on. I have it running perfectly fine without GPU passthrough. I was initially using it with remote desktop and everything is running fine. Unfortunately the program I'm using has some known visual issues when running on remote softwares so I want to connect through the GPU. I've gone through all the different SpaceInvaderOne videos to no avail and also looked at a few things on this forum but they did not work either (primarily this solution that was noted to work for someone). If I set my VM GPU (and soundcard) to the HD5850 and try to start the VM, the whole server shuts down within a few seconds. Through some of the various settings (bind to vfio and editing to the xml to turn on multifunction and assign the same slot address) I'm able to get it so starting the VM just fails, but Unraid doesn't crash. I also tried running the user script to dump the vBios for the GPU, but Unraid crashes and the server shuts down when it tries to start the temporary VM. Here's my system information: Model:Custom M/B:Supermicro X8SIL Version 0123456789 - s/n: VM11S70188 BIOS:American Megatrends Inc. Version 1.2a. Dated: 06/27/2012 CPU:Intel® Xeon® CPU X3450 @ 2.67GHz HVM:Enabled IOMMU:Enabled Cache:256 KiB, 1 MB, 8 MB Memory:16 GiB DDR3 Single-bit ECC (max. installable capacity 16 GiB) Network:bond0: fault-tolerance (active-backup), mtu 1500 Kernel:Linux 5.19.17-Unraid x86_64 OpenSSL:1.1.1s Not sure what other logs are required but just let me know and I'll be more than happy to upload them. Edit: Not sure if it matters, but I do have the HIS HD5850 connected to an x8 PCI-e port on the X8SIL-F board since it doesn't have x16. Everything I ready said that should be fine. It's connected to the proper slot that has the open end so that was simple enough. When I tried to change my primary graphics device in the Bios it only gave me the option of onboard or other. I changed it to other hoping I'd get something from the GPU but that didn't seem to work. Now I can't connect to the server to change the bios back, but assuming I'll just pull the graphics card and it was default to the onboard and I'll fix it then, just haven't had time.
  3. Wondering if anyone can help me with the ComicRN script? Whenever the script runs in SABNZBD the script just hangs infinitely and sab doesn't continue any other downloads. The only thing I can do to stop it is to stop the sabNZBD docker and restart it. The download shows as failed. It's been like this for a few years now (see my post on Page 3 of this thread that was unanswered). As a work around I've just been manually moving comics from the completed folder to their media folder but would like to get this sorted out. Per my previous post, if in the cfg file, if I set the host to something wrong (127.0.0.1) the script fails but doesn't hang up sab. If I set the host to my server ip address (192.168.1.114), then the script hangs.
  4. Just to note for those having the expanding container size problem, turning off the intro markers as discusses a few posts ago fixed the problem for me. I didn't change the TMP folder location on my setup either.
  5. In unraid go to the Docker page. At the bottom of the list of containers is "Container Size" button.
  6. Here you go. I included the docker container sizes to show that since I last posted yesterday the container has grown to <9GB.
  7. Yeah I meant the docker. I get warnings for the total Docker img size but the plex container is taking up most of the space. The rest of my containers are all around 500MB or less and I only have <10. Just to note, in the past 5 hours the plex container has grown by around 200 MB. I’ve watched stuff on plex for about an hour in that time.
  8. I'm having issues with my Plex docker in the last week. The docker img size is growing pretty rapidly and it maxes out my assigned size (20GB) after 3-5 days. Twice this week I've had to stop docker, change some settings, and restart it. This seems to clear whatever data is building up in Plex. I did this yesterday and when it restarted the plex docker img was <700 MB. It is now >9GB. When this first happened last week the plex docker was 19GB. I've looked at a couple things and all of my folder paths haven't changed. The only thing I can think is that the transcode process is doing something funny. My transcode folder is set to /tmp. I'm running Unraid 6.8.3 and the Plex docker is up to date. I actually just forced an update on it to be sure and the docker size is back down to <600 MB.
  9. anyone have any fix for the dolby surround issues? on the plex forums i found this: In PlexAPI.py you need to code the following: xargs['X-Plex-Platform'] = 'iOS' xargs['X-Plex-Client-Platform'] = 'iOS' xargs['X-Plex-Client-Profile-Extra'] = 'append-transcode-target-audio-codec(type=videoProfile&context=streaming&protocol=hls&audioCodec=ac3,mp3)' but i cant find the plexapi file. is there any way for me to make this fix with this docker?
  10. Wondering if anyone can help me with the ComicRN script? I have it working fine on my windows build, and am moving everything to an Unraid build. Mylar is up and running, file grabs work fine and get sent to sabnzbd for download but I can't get the script to work. For the config file, I've tried three different host options: 1) localhost - gives me a sabnzbd error saying "[Errno 97] Address family not supported by protocol". Sounds like this is normal as localhost isn't supported on unraid (?) 2) 0.0.0.0 - gives me a error saying "[Errno 111] Connection refused". 3) local ip address address of the unraid server (ie 192.168.100.114). This just hangs in sabnzbd saying running script and nothing happens. I have to restart the sabnzbd docker to get past this item for any other download to work. leaves me with a download failed message. I'm at least able to manually grab the files from the completed folder for now. Any ideas what's going on here? would be happy to post screenshots / logs for anything that might help.