Zer0Nin3r

Members
  • Posts

    160
  • Joined

  • Last visited

Everything posted by Zer0Nin3r

  1. AMD Threadripper. It's a beast of a server. Shreds through my Light L16 raw files like it was nothing. With GPU pass through in Windows, I get near bare metal performance. FCP X is pretty smooth as well. Apple's native Screen Share works great (it's a VNC) I am able to hear sound via Splashtop It's unfortunate that sound isn't implemented in Apple's Screen Share For color correction I would stick with Apple's native screen share (that is if your thin client is macOS) Splashtop changes the color profile even if you set it on your thin client and host VM, so colors aren't accurate while using Splashtop I haven't tried sound pass through I tried USB pass through, but I forgot/didn't setup the correct kext files, so I don't quite know how that works yet
  2. 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: More finite control over video quality Define how audio will be encoded or passed through or both Flag folders to exclude/skip 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) Cancel current workers/encodes (See section 3.1 above) ๐Ÿ˜‰ Ignore "._" files
  3. 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.)
  4. +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
  5. As long as the data transfers in both directions to the exFAT drive and the errors are benign โ€” I can live with that.
  6. 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!)
  7. 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!
  8. 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.
  9. 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
  10. Wow. Thank you so much for showing me some possible solutions. ๐Ÿ™ Definitely will give these recommendations a shot and update this thread accordingly.
  11. Update: 18-APR-2020 Here is the fix in order to get Avid Media Composer 2018.12.10 working on Windows 10: Edit your Windows VM template in XML Change: <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> To: <cache mode='passthrough'/> <feature policy='disable' name='hypervisor'/> </cpu> Change: <vendor_id state='on' value='none'/> </hyperv> </features> To: <vendor_id state='on' value='none'/> </hyperv> <kvm> <hidden state='on'/> </kvm> </features> 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 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. Windows Settings > Type in: feature > Manage Optional Features > Add Feature From here you will want to install: 1) Media Feature Pack 2) Windows Media Player Reboot your VM and you should be good to go. Happy editing! Sources: Michael Hampton @ superuser.com https://support.microsoft.com/en-us/help/17615/windows-media-player-12 If anyone is looking for a video editor โ€” hit me up in the DM! === 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. 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. Do I need to recreate the template without Hyper-V enabled and then run the exisiting VM image? 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
  12. 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. What version of Clover are you running @J.Nerdy? 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.
  13. @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.
  14. 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!
  15. 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.
  16. 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.
  17. 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.
  18. 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. ๐Ÿ‘
  19. 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?
  20. @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.
  21. 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>
  22. 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.
  23. 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.
  24. 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. 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. 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.