SeanGoneWild

Members
  • Posts

    4
  • Joined

  • Last visited

SeanGoneWild's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Cheers @ken-ji. Ammended my go file and rebooted my unraid server, it is now working correctly. Thanks, Sean
  2. By sometimes I mean modprobe gives me a fatal error, this happends liturally once every 20 times I reboot. So I am unable to provide the error message. But my question still remains into why the go script is not executing the script on boot?
  3. Hey everyone, Basically I am trying to pass through the graphic driver to a docker to enable emby to access hardware accelleration. I have found some instuctions for plex that run a treat to get the driver to appear so it can be passed through, except it is does not retain after a reboot of the server. The instructions I had followed were: https://forums.unraid.net/topic/77943-guide-plex-hardware-acceleration-using-intel-quick-sync/ There was a step to update the /boot/config/go file with the following at the end: modprobe i915 chmod -R 777 /dev/dri My go file is as following: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & #Setup drivers for hardware transcoding in Emby modprobe i915 chmod -R 777 /dev/dri/ However this appear to not be running as the /dev/dri folder does not appear but sometimes does when the steps are running manually. Has this changes with the latest release of unraid 6.7.2? Cheers, Sean
  4. I would also love to have iSCSI, as I find SMB and other network shares not fast enough for some games. I have been experimenting with my steam library, and would love to pair an iSCSI drive with some local caching like PrimoCache. Might try gridrunner's video as a starting point, but would love to see this integrated part of unRaid or a Docker application to reduce the overhead.