rango3221

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by rango3221

  1. iam using your template as provided, but on the webui always says accepting connections: limited. is there anything else i need to do?
  2. iam using the same setup as above, but on the webui always see accepting connections: limited. is there anything else i need to do? I have already forwarded the ports 1194 on my router
  3. iam experiencing the same issue as well. hopefully someone finds the issue or what causes the issue.
  4. i am currently running beta30. if you can that would be awesome. Thank you.
  5. does anyone have a pre-compiled version of unraid nvidia with iscsi built in?
  6. thank you for this amazing kernel. My performance in general and in VM's feels more snappier. But i do have one issue when using the nvidia driver utils. I have installed everything as shown in the first post, but when using GPU transcoding in Jellyfin docker container, the playback stalls complaining about a CUDA init error. The same transcoding works when using the unraid nvidia builds. any idea what could be the issue?
  7. for all those who are running Ryzen 3rd Gen processors and using VM's, there seems to be a bug in Qemu 5.0 where in windows enters a BSOD with an error message KERNEL_SECURITY_FAILURE. Here is a link to the discussion on reddit: https://www.reddit.com/r/VFIO/comments/gf53o8/upgrading_to_qemu_5_broke_my_setup_windows_bsods/ The following MUST be added to the VM xml file to allow windows to successfully boot. <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='host,topoext=on,invtsc=on,hv-time,hv-relaxed,hv-vapic,hv-spinlocks=0x1fff,hv-vpindex,hv-synic,hv-stimer,hv-reset,hv-frequencies,host-cache-info=on,l3-cache=off,-amd-stibp'/> </qemu:commandline>