Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

help setting up auto-start with keyfile

Featured Replies

I am running the latest unraid 6.10.2

 

This is my first time setting this up. I have always just put my passphrase in manually. I created my keyfile and it will start my array. I also setup a ftp server. I created my fetch_key and it works if I run it in terminal.

I created my delete_key and it works if I run it in terminal.

 

I added the following to my go file.

#!/bin/bash
# auto unlock array
mkdir -p /usr/local/emhttp/webGui/event/starting
mkdir -p /usr/local/emhttp/webGui/event/started
mkdir -p /usr/local/emhttp/webGui/event/stopped
cp -f /boot/custom/bin/fetch_key /usr/local/emhttp/webGui/event/starting
cp -f /boot/custom/bin/delete_key /usr/local/emhttp/webGui/event/started
cp -f /boot/custom/bin/fetch_key /usr/local/emhttp/webGui/event/stopped
chmod a+x /usr/local/emhttpd/webGui/event/starting/fetch_key
chmod a+x /usr/local/emhttpd/webGui/event/started/delete_key
chmod a+x /usr/local/emhttpd/webGui/event/stopped/fetch_key
# Start the Management Utility
/usr/local/sbin/emhttp &

 

and this is where I'm stuck. I get the following when I restart

chmod: cannot access '/usr/local/emhttp/webGui/event/starting/fetch_key' : No such file or directory
chmod: cannot access '/usr/local/emhttp/webGui/event/started/delete_key' : No such file or directory
chmod: cannot access '/usr/local/emhttp/webGui/event/stopped/fetch_key' : No such file or directory

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.