ColonelRhodes

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by ColonelRhodes

  1. Anyone know why the icon support for iOS (adding bookmark to home screen) isn't working? On the official PlexPy github it is listed as an image, but somehow didnt get moved to the docker?
  2. I have needo's PlexWatch Docker running. I pulled down the dev branch of PlexWatchWeb and want to overwrite the current master branch used in needo's Docker. Where are those files located and how easy would it be to update?
  3. I might have fixed it by just erasing the entire list and then re-adding repos. I think maybe a special character or space was in the list somehow and throwing everything off.
  4. I'm adding repo's to my list, but they are not showing up in the template drop-down. I have removed a few and they are still showing up on the template list. Seems to be cached somewhere. Issue persists after restarting docker, array, and server. Any idea on how to update or force-check that list?
  5. The Ping is too inconsistent to get any good troubleshooting from. I just see it fluctuate more than pinging the unraid server IP address. Red "X" appears over the sound icon in the menu bar. I'm guessing there is no Audio board detected for some reason.
  6. Thank you for the tip! I seem to have gotten everything working...I was an idiot and didn't think to launch the game from within the VM first. I guess I needed some Microsoft .NET package installed. Maybe you can assist with a few other things: - No sound from in-home streaming off the VM. (Maybe a sound "driver" needs to be installed.) - Ping times are terrible from my client computer to the VM. Ping times to my Unraid server (over wi-fi) are around 4-5 ms Ping times to the VM running on Unraid fluctuate from 3-200 ms (how can this be more consistent like pinging unraid)
  7. So I made sure Windows Update was fully updated and also the latest NVIDIA drivers were installed. I am still not able to get this to work. The only thing I can think that is causing this would be from how I remote in to the machine to operate it: Since VNC is disabled with PCIe passthrough of the graphics card, I have TeamViewer install on the Windows VM (unraid is headless). I think maybe TeamViewer could be causing an issue, but I dont know another way around that.
  8. This is great news. What service pack was that Windows 7 VM on? I was trying it with a stock (maybe SP1) with no Windows updates. Maybe that was my issue. I will give it another run here this weekend and see what happens. Thanks for testing, I really appreciate it. Steam in-home streaming is such a great feature, especially when playing a game like Just Cause 2 on your MacBook Air
  9. Just Cause 2, Super Meat Boy My client is a Mac, but I've used it before with a normal machine being the Steam host.
  10. I have the bridge set up properly and assigned that MAC address a static IP on my router. Steam is open in VM and on my client machine. When I click "stream" to start a game on the VM the client app crashes and does not load the game.
  11. After some messing around I was able to install a GeForce 970 and enable PCIe passthrough on that. Running Windows 7 with Steam (all Nvidia drivers updated) In-Home streaming not working on other machines on the network. Steam clients detect the VM and the games installed on it, but crashes whenever launching a game. Not sure if anyone has had success with this, but it's kinda my goal for this VM.
  12. Looks like I got the graphics card to show up properly after changing some configuration in my bios (ASUS H97i-plus) Now when I start the VM with that selected I cannot connect to it through the webgui or a VNC viewer. Port listed in unraid gui is "0".
  13. This is the area that I am talking about: Also, running lspci -n 01:00.0 0300: 10de:13c2 (rev a1) 01:00.1 0403: 10de:0fbb (rev a1)
  14. I have a Windows 7 VM setup in unraid 6b15. I just installed a Zotac GeForce 970 into my machine and want my Windows 7 VM to detect it. How do I get that card to appear in my VM graphics card dropdown menu? I know it probably isn't that easy, but I have yet to find a walkthrough with the new options for Unraid 6b15 Thanks
  15. With the new release of Unraid 6b15 it seems easy to create a KVM with PCIe passthrough. If I wanted to create a Windows 7 (or 8 ) VM to run Steam and use in home streaming, what would be the best way to do that? Everytime I try to run through the web gui setup I get the following error: Error creating VM: Cannot check QEMU binary (with a bunch of stuff following) Running Intel Core i7 4790K Just new to KVM. Thanks for the help.
  16. I have looked but everything I see states it was already integrated into Dynamix Web gui. I'm just looking for the simplest mysql database server to run with some apps.
  17. I am currently running unraid 6.14b I have unmenu installed, but I do not have the mysql pkg listed. Has anyone installed mysql on unraid 6 successfully?
  18. Long story short, in the process of removing a mount point I deleted a few directories from an SMB share. The "rm -rf" command was only run for about 2 seconds before being killed. Those directories no longer appear when the share is mounted and UnRAID web gui also shows them missing. What is the best/easiest way to attempt to recover those directories? I want to attempt everything from the unraid server, but if it's easier to pull drives I am ok with that as well. Thanks for the help! P.S. Yes, I know I am an idiot