Zer0Nin3r

Members
  • Posts

    160
  • Joined

  • Last visited

Posts posted by Zer0Nin3r

  1. Happy to see the project is out of Alpha and into Beta.

    I just got the Docker image up and running a few hours ago and have been kicking the wheels around.

    Kudos @Josh.5 for getting this project up and running! 🙇‍♂️ Let us know how we can support you and in what capacity.

     

    Things I'd like to see:

    1. More finite control over video quality
    2. Define how audio will be encoded or passed through or both
    3. Flag folders to exclude/skip
      1. e.g., nightly/weekly news broadcast or variety show that are automatically deleted after viewing don't need to be encoded in h.265 (saves time & energy)
    4. Cancel current workers/encodes (See section 3.1 above) 😉
    5. Ignore "._" files
  2. While I wait for @Josh.5's UnManic project to mature, is there any way @SpaceInvaderOne that I can filter specific programming from being automatically encoded? i.e., nightly & weekly news programs that I simply watch and have Plex auto delete do not need to be re-encoded into h.265 since I am not archiving them. This would save not only on time, but energy as well. 💸💸💸

     

    I was trying to think of ways to do it inside of SABnzbd so that when completed, the files get moved to another monitored Sonarr folder that is hidden from Handbrake, but I don't see how it is possible unless I knew how to write a script that would allow me to do so (beyond my skill set.)

    image.thumb.png.c91257e37be89a93356234f81ee1d411.png

    image.png

  3. +1 Discourse.

     

    Wasn't sure if I liked it at first, but their search engine is a beast compared to the current incarnation of Invision, but that's simply MHO. Also, I like that Discourse gives you a summary button that condenses the entire thread for you and has a link box with all of the links shared in a thread. Annnd when creating a new thread, Discourse displays relevant threads in an effort to reduce redundant posts.

     

    #wishfulthinking #undia

  4. On 6/29/2019 at 11:28 PM, Marshalleq said:

    I have to admit, I do love how flexible rsync is

    I'm new to it, but from what I've been reading here in the forums, it seems way better than Apple Finder's "merge" function. I just wish exFAT played better with Unix & Linux.

     

    Happy Sunday fun day and have a great 4th of July (for those that celebrate!)

  5. On 6/26/2019 at 7:43 PM, Marshalleq said:

    you could just copy to the network share within unraid.  

    I simply ended up running the command:

    rsync -arPv --no-perms /mnt/user/Avid\ 101/ /mnt/disks/SPJ

    Files seemed to copy over with a few of those permission errors/noticies early on, but eveything seemed to transfer over just fine. I will find out later when I get back to working with the files.

     

    Thanks for the help!

  6. For as popular as qBittorrent has been getting recently — it sure is difficult to get qBittorrent working out of the box with Sonarr, Radarr, & Binhex's SABnzbd-VPN. The port changing isn't as straight forward in this container as it is in the other Binhex containers.

     

    I give up and I'm going back to the old setup that SpaceInvaderOne outlined in his video — which works with the Handbrake automation.

  7. On 1/6/2019 at 9:31 PM, wsume99 said:

    The all are of the following type:

    
    rsync: chown "/mnt/disks/EasyStore_4/2005/12-25-2005/.12-25-05(2).JPG.nkTWa8" failed: Operation not permitted (1)

     

     

    On 1/6/2019 at 11:40 PM, johnnie.black said:

    That's likely the best way, you can also keep -a and just add the --no-perms flag, e.g.: rsync -av --no-perms etc

    • Why do the permissions problems happen when trying to copy to /mnt/disks/Drive_Name?
    • I see it in Midnight Commander and rsync
    • I've formatted the external hard drive via the U.D. plugin to exFAT (I need macOS read/write compatibility) and I have these errors
    • I could simply attach the HDD to my computer and transfer through SMB, but it's slower in doing so. Plus, macOS's merge function in the Finder isn't straight forward
      • The same goes if I mount the HDD to the Unraid server via U.D. and then transfer the files from the macOS VM via SMB = slow
    • Seems to happen when the functions are trying to create the base folders on the external HDD at the drive's root level

     

    Screen Shot 2019-06-26 at 10.34.52.png

    Screen Shot 2019-06-26 at 12.07.54.png

  8. Update: 18-APR-2020

     

    Here is the fix in order to get Avid Media Composer 2018.12.10 working on Windows 10:

    1. Edit your Windows VM template in XML
    2. Change:
          <cache mode='passthrough'/>
          <feature policy='require' name='topoext'/>
        </cpu>

      To:

          <cache mode='passthrough'/>
          <feature policy='disable' name='hypervisor'/>
        </cpu>
    3. Change:
            <vendor_id state='on' value='none'/>
          </hyperv>
        </features>

      To:

            <vendor_id state='on' value='none'/>
          </hyperv>
          <kvm>
            <hidden state='on'/>
          </kvm>
        </features>
    4. You can double check that all is well in Candyland by running systeminfo in the Command Prompt inside Windows which should net you:
      Hyper-V Requirements:      VM Monitor Mode Extensions: Yes
                                 Virtualization Enabled In Firmware: Yes
                                 Second Level Address Translation: Yes
                                 Data Execution Prevention Available: Yes
    5. Final Notes:
      If you installed Windows 10 N (meaning no cruft e.g., games, Xbox, Windows Media Player), Avid will get very angry at you and chastise you because it cannot find WMVcore.dll. Here's how to fix that.
    6. Windows Settings > Type in: feature > Manage Optional Features > Add Feature

       

    7. From here you will want to install:
      1) Media Feature Pack
      2) Windows Media Player
    8. Reboot your VM and you should be good to go. Happy editing!

     

    Sources:

    ===

    Was curious to know if anyone is able to run Avid Media Composer 2018/19 or Media Composer First in a Windows VM.

    Avid checks to see if the Windows 10 is running as a VM and if it checks true, the software won't launch as they want you to purchase an enterprise license. However, that is not an option for me I'm simply trying to learn how to use the software so I can have viable job options and pay off these student loans.

     

    1. I just tried removing the Hyper-V lines from the XML template with no luck — Windows 10 still reports back that it is a virtual machine according to task manager.
    2. Do I need to recreate the template without Hyper-V enabled and then run the exisiting VM image?
    3. Or do I need to disable Hyper-V in a fresh template and perform a fresh Windows 10 install?

    Just trying to get Windows 10 not to report that it is running in a VM. Maybe then I can get Media Composer to work.

    • I was able to install and open an older version of Media Composer, but it opens with errors and doesn't play back the video & audio previews — so that is a bust.
    • I can use Media Composer in my macOS VM, but I am having issues with temporary freezing inside the VM

     

     

  9. On 6/21/2019 at 7:31 PM, J.Nerdy said:

    Pretty damn smooth.   I did notice that VNC performance was crap... but Splashtop seems to be solid.

    That's great to hear! I just wish I could figure out what causes my system to freeze/hang from time to time. It's really hampering my work progress on Avid.

     

    1. What version of Clover are you running @J.Nerdy?
    2. What hardware profile do you have selected in Clover?

    Maybe that is my issue. I'll try to reset the hardware profile to the one that comes pre-selected in the Clover install from @SpaceInvaderOne's video.

  10. @ryanlio I can confirm as well that the Unassigned Devices plugin works with exFAT. I am able to copy files from & to the USB drive with Midnight Commander (MC) Although, will throw up a chown error after the file completes its transfer from the Unraid array to the USB drive.

    • Another thing to note, is that you may not be able to share the USB drive via SMB because of exFAT.
    • To use Midnight Commander open up a terminal window from the Unraid GUI (next to your log out button) and type in: mc
    • You can also SSH into your Unraid server and use MC from there too.
  11. 5 minutes ago, J.Nerdy said:

    I haven't paced it out yet, but the first hour seemed standard fare.  Two things to bare in mind... I am not using a "traditional" monitor.  I use a Samsung un40h6350:  4K TV with 4 hdmi inputs.

    Hopefully your macOS VM runs smoothly. I'm running headless so I have to use either VNC or Splashtop.

     

    Ha. I think you found the delete button on your second post so, you're all good to go.

     

    Have a great weekend!

  12. On 5/13/2019 at 4:41 PM, jonathanm said:

    Maybe look at the support threads on here for the versions by binhex, linuxserver, or limetech and see if you can accomplish what you want using their versions. Each group has a slightly different take on the packaging and support of the same app, and as you saw, plex itself isn't very helpful, even when dealing with their own docker.

    I've been running a Plex media server off of my Nvidia Shield TV with okay results. One gets tired of being a "flagship" device yet to be treated like a red headed stepchild when it comes to server updates and software tech support.

     

    I've been kicking around the idea of utilizing a Plex docker, but there are so many options to choose it's easy to find yourself in paralysis.

    • Binhex has a lot of great dockers that I am using already ( @binhex I'll have to buy you a beer/coffee/tea/wine/boba somtime when I'm not broke as a joke to say thanks), so it would make sense from a space & resource standpoint to use his/her docker.
    • Plex official sounds great in theory as one wouldn't have to depend on independent maintainers, but like @jonathanm was saying — Plex isn't known for their world class support.
    • linuxserver has a large following and it seems like they are very active in the maintenance of the docker, but you don't get to share some of the image layers that you would with Binhex's docker container. Their container is smaller than that of Binhex's though and their template is pretty straightforward especially if you want Nvidia GPU support within Unraid.
  13. On 6/18/2019 at 8:04 PM, Crast said:

    Mac OS, when you browse your time machine share, will not normally authenticate, if your share is browseable.

    So a way to force it to do it with a username is to connect to it via the "connect to server" window.

     

    1. Open Finder (any finder window is fine)
    2. use CMD+K hotkey (CMD is also known as apple key) to open the connect dialogue.
    3. Type in
      
      smb://yourusername@yourserver/sharename
        Example: smb://[email protected]/timemachine

    Thanks for this tidbit @Crast. I was able get the Time Machine share to mount by disconnecting from all of my shares from within Finder and then connecting again with my user name and password. Although, Time Machine was now showing all of my shares even ones that weren't exported with the Time Machine flag. 😄

     

    Now we'll see if the backup completes or not. 🤞

     

    86 GB @ 5 hours seems writing directly to the array seems about right — right? 😆😅

     

    **Update**

    • I am happy to report that Time Machine via Unraid has been working successfully at backing up and restoring. Kudos and thanks to the @limetech team! After seeing the topic threads on the forums, I have been waiting for this day to come.
    • Until next few generations of Unraid come, leaving an HDD attached and letting Time Machine intelligently backup between the two sources may not be such a bad idea.
  14. On 6/18/2019 at 6:27 AM, Amigaz said:

     


    Nope, did’t roll back to 6.6.7

    Forgot to mention that I am not running on a Ryzen platform, I’m using Intel platform with a Xeon E5-2697v3

    The freezing/lag issue of the macOS VM speaks for itself if it is happening on both Intel & AMD chips. I'm debating on rolling back, but not sure of the implications if I were to do so.

     

    Then again, you mentioned previously that you were experiencing performance issues in 6.6.7 as well.

    ---

    @J.Nerdy Let us know if your macOS VM is running smoothly and not lagging.

  15. On 5/30/2017 at 5:13 PM, Squid said:

    Delete the orphaned image

    From the template drop down select the my Plex user template and adjust it correctly

    Sent from my LG-D852 using Tapatalk
     

    When this happens you have to delete the orphaned image and re-install the Docker from scratch?

    Doh! *>_<*

     

    I guess not. Weird. Was able to click on 'Add Container' and in the drop down list select the problem container template and recover from where I left off; fix the offending parameter and not lose my stats. 👍

  16. On 6/15/2019 at 12:10 AM, Amigaz said:

     


    Same issues here with 6.7.0 and with 6.6.7
    For me the vnc option to connect to the vm offers the most lagfree experience

    It's still happening today. I even pinned all of the CPU's onto one die/core to make sure the "magic fabric" on the Threadripper wasn't the root cause. So currently the macOS High Sierra VM is on the first CPU of the Threadripper — still causing issues.

     

    I'll have to test out my other macOS VM that I created prior to upgrading to 6.67 to see if it is affected as well. That VM image got deleted previously...doh! Until then...stand-by to stand-by.

     

    @Amigaz You didn't happen to roll back to 6.6.7 did you? If you did, did the problems go away?

  17. On 6/13/2019 at 8:43 PM, Jagadguru said:

    Just checking the obvious: Might it be some heavy process inside the VM itself? Can you see any processes hogging resources in the the Activity Monitor when it happens?

    @Jagadguru Thank you for taking the time to respond. I'll keep an eye open. The thing is, the VM will even hang with no applications open.

     

    What I have been observing yesterday is that the system will become extremely sluggish. If I step away for a while or some time and come back to the VM later, it corrects itself and is operational again.

     

    I will also check what's happening at the HDD level and monitor the write speeds on which drives. I'm wondering if there is some I/O that is causing the VM to lag.

     

    • There are no overlapping of CPU pinning with regards to the VM + Docker.
    • RAM usage on Unraid is at: 28.7/31.4 GB
      • I have a high amount allocated towards the VM for Avid

    **Update**

    I am not noticing anything about the HDD activity that would warrant concern.

  18. Not sure what the heck is going on, but macOS will lag like a mofo. Booting up and logging in, the VM works great and then out of nowhere, the system will lag heavily making it unusable. Input still works and all, it just takes an eternity to see the actions happen. After a while, the lag goes away and I can use the VM normally again.

     

    I use Apple's Screen Sharing primarily and have Splashtop as a backup or for when I need audio; I notice this lag issue on both instances. When the lag happens on Splashtop, the connection will drop and then reconnect. Upon reconnect, the lag is still there.

     

    • VM's are on an SSD cache.
    • macOS: High Sierra
    • Clover: 4674
    • Happens on Q35 3.1 & 3.0
    • Using iMac 18.3 profile in Clover
    • Never had any issues until upgrading Unraid to 6.7.0

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='31' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>macOS - Avid</name>
      <uuid>d15d58e2-d8f1-e392-9892-64a64d3c586d</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Linux" icon="default.png" os="linux"/>
      </metadata>
      <memory unit='KiB'>27262976</memory>
      <currentMemory unit='KiB'>27262976</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>16</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='17'/>
        <vcpupin vcpu='2' cpuset='3'/>
        <vcpupin vcpu='3' cpuset='19'/>
        <vcpupin vcpu='4' cpuset='5'/>
        <vcpupin vcpu='5' cpuset='21'/>
        <vcpupin vcpu='6' cpuset='7'/>
        <vcpupin vcpu='7' cpuset='23'/>
        <vcpupin vcpu='8' cpuset='9'/>
        <vcpupin vcpu='9' cpuset='25'/>
        <vcpupin vcpu='10' cpuset='11'/>
        <vcpupin vcpu='11' cpuset='27'/>
        <vcpupin vcpu='12' cpuset='13'/>
        <vcpupin vcpu='13' cpuset='29'/>
        <vcpupin vcpu='14' cpuset='15'/>
        <vcpupin vcpu='15' cpuset='31'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-3.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/d15d58e2-d8f1-e392-9892-64a64d3c586d_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='16' threads='1'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/macOS - Avid/vdisk3.img'/>
          <backingStore/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <alias name='sata0-0-2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'>
          <alias name='pcie.0'/>
        </controller>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <alias name='pci.1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <alias name='pci.2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <alias name='pci.3'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <alias name='pci.4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <alias name='usb'/>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <alias name='usb'/>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <alias name='usb'/>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:61:0f:9f'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='vmxnet3'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-31-macOS - Avid/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <alias name='input0'/>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'>
          <alias name='input1'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input2'/>
        </input>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x41' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x41' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
      <qemu:commandline>
        <qemu:arg value='-usb'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-mouse,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,+avx,+avx2,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,vmware-cpuid-freq=on,'/>
      </qemu:commandline>
    </domain>

     

  19. On 4/24/2019 at 4:43 AM, wgstarks said:

    I had a similar situation a few weeks ago. Rebooting the server seems to have fixed it. I can confirm that the enhanced OS X setting does work with Mojave. Some people have also had issues due to settings that they had configured in SMB Extras (Settings>SMB>SMB Extras).

    I have it turned on now for all SMB shares after upgrading to 6.6.7. 6.7.0. I haven't had much problems other than having to reset/fix permissions for my Downloads share. For some reason it doesn't mount properly and when I go to copy a file into the folder via Finder, I won't be able to at the root level of that particular share. I would fix permissions and if that didn't work, then I would create a new folder in there (for some reason it allows me to do that) and then copy the file into that new folder. From there I can drag it out of that newly created folder and drag it into the root directory of the Downloads share. Then copying of other files works normally again until the next hiccup.

     

    I feel that using finder to search on SMB shares works faster with the enhanced macOS interoperability.

  20. I was playing around with the setting despite reading the vfs_fruit package documentation and I had it turned on for two shares. I haven't played extensively enough to notice any file errors.

     

    However, any shares I mount within Mojave, I cannot access the sub-folders. They all read 0kb and have a "red negative icon" on them. I'm turning it off for now. I thought it might help with Spotlight searching on network shares...wishful thinking on my part.

  21. If the link I pulled is from the "official" site for Monero, then this should be what you are looking for:

    https://ww.getmonero.org/resources/user-guides/mining_with_xmrig_and_docker.html

    I found the guide by going to their site under Resources > User Guides > Mining > Mining with Docker & XMRig

     

    Who wrote the guide is beyond me especially since they refer to themselves in the guide. I'm sure you can message some of the Monero devs and inquire more about the author of the guide.

     

    Quote

    there are so many more though, and I don't know how to choose and I am scared of opening to the door to malware,

    I don't know anything about XMRig, but it looks like their code is up on GitHub, so I'd dig around in their source code for anything dubious.

    The same thing goes for looking at a Docker image.

     

    It looks like the "official" software from the monero developers has a function to solo mine built into the software. Have you thought about starting there? Maybe the function is also built into their CLI It looks like the CLI version of their software can mine so, you might be able to build a docker image using the Alpine docker image as your base.

     

    A quick search on Docker Hub shows me that kannix's docker image is the most popular.

    image.thumb.png.20199bb35786a0c1bc87f64a63b17b0c.png

    You will want to examine the Dockerfile for more clues. in kannix's case he's chosen Ubuntu for the OS install — which, if you want a lean install, you should go with Arch Linux (I know @binhex is a fan of Arch Linux due to his Docker builds.) Although, after some digging around it looks like Alpine docker is even leaner.

     

    However, in looking at his GitHub repository, someone filed a bug report stating that "Did you know that your container was used by someone else to make a virus?" but then doesn't reply when kannix inquires for more information. Not only that, but kannix's response doesn't instill confidence. Moreover, kannix likes to fork branches instead of developing code for the main branches he's forking off of; for what reason, I don't know. Even though he explicitly says it in his Dockerfile read me, you will see that if you run his docker image with the default settings, that you will be mining monero for him. With that being said, there could be many other maintainers out there throwing their version of mining software that may or may not throw kickbacks to the author — much like how people share referral codes on social media.

     

    So, check out some Dockerfiles from devs that you already trust to see what they are doing with the files and also check out some tutorials on how to create and wrap your own dockers. Hopefully that will help you decide on which dockers to install. And like I said before, take a look at the program's source code for clues.

     

    Thanks for the interesting question and for the boondoggle. I might just have to tinker around myself for fun one of these weekends.

  22. 19 hours ago, steve1977 said:

    I didn't really see any difference in performance since switching to QEMU. Not for the worse, but also not visibly to the better. I'll keep watching it.

    Thanks for the feedback. I appreciate it @steve1977. I'll stick with the i440fx for now since it's working for me. I don't feel like making a backup of the vm, rebuilding the drivers upon boot, and tinkering with the vm. But in looking at the documentation for both machine types, logically it would make sense to build Windows 10 machines with Q35; the documentation out there needs to be refreshed, it's been a while.

     

    7 hours ago, Warrentheo said:

    Linux in general, and therefore UnRaid likes to have its primary core on Core 0... Even if you try and isolate Core 0 Linux will still use it anyway... 

    Good to know. I tried searching for something that says it in stone, but can't really find anything substantial — just what the conventional wisdom in the forums dictates. That being said, I asked my question again, since it's been several years since the conventional wisdom has been passed around and the documentation on CPU pinning didn't really give me much to work on; again information atrophy.

     

    7 hours ago, Warrentheo said:

    Adding NUMA nodes and infinity fabric into this mix makes things even more complicated

    I can attest this: Gaming on cores 16–31 with the Threadripper 1950x results in poor performance/FPS. Not sure why this is since the cores pinned should be purely on chip #2. I've tried with 6/8 cores and the FPS is lower than if I were to pin cores from the 2–15 pool.

     

    6 hours ago, Warrentheo said:

    but typically the way I understand it, you wont get the drivers to load in windows if you don't have a VBIOS for the NVidia card correctly passed through

    I've tried like hell to get pass-through to work on the EVGA GTX 1060 6G in Slot 01 and it simply wouldn't work for me. I tried even loading the VBIOS into the Unraid template with no success. It wasn't until I bought a cheapo card and threw it into the server that I was able to successfully pass-through my GPU; I'm passing through the GTX 1060 without having to dump the VBIOS and load it into the template.

     

    4 hours ago, Marshalleq said:

    , I would not be sure how to know the passthrough is working

    You know pass-through is working when you can see the GPU in your Windows device manager and it is not displaying any error codes. Additionally, you know pass-through is working when you can install the video drivers, reboot, and not see any error codes. You should see a "This device is working properly." in your device manager.

     

    4 hours ago, Marshalleq said:

    Probably another aspect to the performance question is streaming.  I haven't found that to be very good either.  And the graphics quality goes down quite a lot.  I assume there would be some good experience everyone has there too.

    Yes, there will be a degradation of graphics quality when game streaming. I am running Unraid in a headless state and using Parsec on a thin client for gaming with First Person Shooters in online multiplayer.

     

    I can tell the difference of quality when I look at the playback of my past matches. Moonlight seems to have a better picture quality than Parsec, but you cannot readily access the desktop or your other applications. Also, I seem to get better FPS with Moonlight than Parsec, but Parsec allows me to open and run Discord or any other application that I need to get to.

     

    @everyone: Please edit your posts with new thoughts/insight and throwing in a reason for the edit rather than creating multiple subsequent posts — it makes reading the threads easier and allows everyone to use their time more efficiently.

  23. On 1/11/2019 at 9:11 PM, Warrentheo said:

    I think several of the games anti-cheat software or initialization code was looking for the PCIe bus and not finding it... 

    I haven't ran into any issues of this sort with PUBG, Battlefield V, or Rainbow Six Siege. All the games have been working great with GPU passthrough (EVGA GTX 1060 6G) in Windows 10 Pro with i440fx-3.0. Occasionally, BFV will crash or experience some stutter, but I believe that's a problem with the game and not the Unraid + VM setup.

     

    PUBG uses BattlEye. And Ubisoft has ant-cheats to my knowledge. BFV...well the jury is still out on that one as EA/DICE uses FairFight which relies on server side statistical analysis, so...yeah.