June 19, 20215 yr Hello! I hope someone can help me with this. For the last year, my unraid server autostarted the encrypted array automatically by downloading the keyfile from FTP. I used the guide from @SpaceInvaderOne, and it worked well until yesterday. Yesterday the array did not start and showed up the message "wrong key" (Screenshot) My go file: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & #Setup drivers for hardware transcoding in Plex modprobe i915 sleep 4 chown -R nobody:users /dev/dri chmod -R 777 /dev/dri #Keyfile wget --user=MYUSER --password='MYPASSWORD' ftp://MYFTPLINK/keyfile -O /root/keyfile Unfortunately, I have no idea what went wrong since I did not change anything. I checked the keyfile: With every reboot the keyfile will be correctly downloaded to /root/keyfile as in the guide. I also did not change the password. The password has 11 Characters and only letters and numbers. No special characters. It is very strange because I didn't change anything and the file is in /root. Any ideas on this? Help would be very nice! 🙂 Edited June 21, 20215 yr by Mor9oth solved
June 21, 20215 yr Author 16 hours ago, Squid said: Put the wget and sleep in before the emhttp line? OMG! That was it! Thank you @Squid! 😀 I placed the: # Start the Management Utility /usr/local/sbin/emhttp & At the end of the go file and removed the iGPU part because I use the Intel GPU TOP Plugin anyway. Still no idea why it worked so long in the original sequence, but its solved!
Archived
This topic is now archived and is closed to further replies.