bmdegraaf

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by bmdegraaf

  1. I have been trying to get my MSI GTX 970 videocard passedthrough to Windows without any success. Tried most things as suggested by the forum and the wiki. I did manage to get into Windows 8.1 with the Seabios and I440fx setting. But ran into the code 43 nvidia issue. When downloading the latest driver, window crashes on reboot: BSOD. A thing I did not yet try but would like to do, is booting in UEFI via OVMF. However, I cannot get passed the boot shell prompt. When trying fs0: it states it fs0: is an invalid mapping. When typing exit, I can go through the boot menu. But whatever I do, I get back to the shell prompt one way or another. I know my motherboard (X9SCM-IIF) supports UEFI. I have a CPU is XEON. Are there any particular settings I am missing out on?
  2. Thanks for the swift reply. Awaiting next week to see if the cron works correctly...
  3. Used the script and activated a weekly cron to run it. All worked except I received the following email error message: cron for user root /usr/bin/run-parts /etc/cron.weekly 1> /dev/null /etc/cron.weekly/backup-appdata.sh: line 50: notify: command not found This corresponds with the following entry in the script: # send notification notify -i normal -s "Appdata Backup Completed" -d " Appdata Backup completed at `date`"
  4. hi i did set the umask for supervisor, which i thought should in turn set the umask for all child processes, however this might not be the case, thus i have made a tweak to the delugevpn and deluge dockers to force a umask directly on the child process in the supervisor file, please try an update (or if dockerhub is still playing silly buggers which it currently is) then delete the container and image and then add again, please let me know the outcome, im not able to test the issue your having with permissions as it "just works" for me :-), if i remember rightly this bug only occurs for people accessing the share using a mac, im assuming this is the case for you? I just did a re-install, but in both Windows and Mac I am still facing the same permission issue. I am only allowed to read the file unless I run the new permission script under Tools. The file is owned by user nobody. I am accessing files with my own Unraid user. Fianlly got the following script working in Deluge as proposed by Sparklyballs (http://lime-technology.com/forum/index.php?topic=39762.msg372160#msg372160) , so I am out of the woods: #!/bin/bash torrentid="$1" torrentname="$2" torrentpath="$3" chmod -R u-x,go-rwx,go+u,ugo+X "$torrentpath/$torrentname" in the deluge interface... select preferences , execute , add an event and select torrent complete and browse for the script and apply.
  5. I used transmission in the past and could set umask to 002 in the json file which worked fine for me. User running transmission was nobody....
  6. Yes, created an additional account on unraid, and accessing my shares via this user name on my PC. The user has read and write permission.
  7. hi i did set the umask for supervisor, which i thought should in turn set the umask for all child processes, however this might not be the case, thus i have made a tweak to the delugevpn and deluge dockers to force a umask directly on the child process in the supervisor file, please try an update (or if dockerhub is still playing silly buggers which it currently is) then delete the container and image and then add again, please let me know the outcome, im not able to test the issue your having with permissions as it "just works" for me :-), if i remember rightly this bug only occurs for people accessing the share using a mac, im assuming this is the case for you? I just did a re-install, but in both Windows and Mac I am still facing the same permission issue. I am only allowed to read the file unless I run the new permission script under Tools. The file is owned by user nobody. I am accessing files with my own Unraid user.
  8. Did anyone have any luck in setting umask setting for deluge? With the current deluge settings i am able to delete mover single filed torrents, but if the torrent contains a folder structure i do not have the necessary permissions.
  9. i have been breaking my head around setting permissions to my downloads. Currently i can only move rename etc... Wheni run the new permissions from unraid or SSH into unraid toreset the permissions. Is there a smart automatic way around this?
  10. Fidled around as you mentioned and it did the trick. Many thanks!
  11. I started with an initial setup of 40gb to play around. Now everything is working i would like to expand the VM disk size to 150gb. How does one do this in the VM manager? Tried to add an additional vdisk, but unraid is giving me an error message that i am creating an unsupported configuration.
  12. In my Esxi build i did not face the problem with P20, reverting to plain unraid killed it.
  13. Seems like I solved the issue. Reverting the HBA back to LSI software P19 did the trick for me. Not only did the parity speed go up, so far no read errors! Seems like UNRAID or "Linux" does not go will with the P20 update.
  14. Since I changed from my virtualised UNRAID in ESXI to plain UNRAID I am having read errors across my drives in the array (XFS) when performing a parity check. Probably caused by a hard reboot I had to perform when UNRAID froze up on me. All disks are connected to a HBA M1015. Legacy from being on ESXI. I am breaking my head around this, especially as I never faced these errors before and can't get around them. At this moment the parity is rebuilding by performing a new config. Before rebuilding the parity disk I initiated a SMART test. All disks passed the short and long SMART test. No raw read errors, or pending / reallocated sectors. I do have a high UDMA CRC Error Count. No clue what this entails. Additionally I performed a file system check. Nothing needed to be corrected. I powered down the system and checked the cables. All seem to be in order. Can anyone point me in the right direction? No clue how to resolve this issue. Thanks syslog.zip
  15. I successfully flashed my M1015 to LSI IT version P17 following this thread. However, LSI has a newer software version out. Could someone write up on instruction which files to use from the LSI website? Or better said, how to prepare an usb stick with the latest software? Many thanks.
  16. Managed to upgrade as well to 5.0.3 Many thanks for all the instructions. However, no matter what I do I seem not be able to update to 5.0.4 Keep on receiving A syslinux menu.c32 problem. Any idea to get around this?