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.

unRAID boot screen

Featured Replies

I see these warnings every time I start unRAID:

 

1:) unbalance plugin (bin/bash: line 3:... etc.)

2:) warning: commands will be executed using bin/bash

3:) nohup: appending output to 'nohup.out'

4:) nohup: failed to run command '/boot/custom... etc.)

 

I'm including a diagnostics report as well in the hopes it will help...

 

unRAID Boot Screen.jpg

rg-server-diagnostics-20180106-1016.zip

The unabalance line, look for updates to unbalance, or post in it's support thread.

 

The nohup lines, looks like you've got (if I was going to guess) the s3 sleep plugin set to run a command at startup (located at /custom/bin on the flashdrive), and it doesn't exist.

I don't know "s3.sh" but for sure it isn't related to the dynamix s3 sleep plugin.

 

Check your 'go' file, it may have outdated commands.

 

13 minutes ago, bonienl said:

I don't know "s3.sh" but for sure it isn't related to the dynamix s3 sleep plugin.

I knew that.  I figured its a custom script set to be executed by s3 simply due to the conspicuous nature of the filename.

  • Author
1 hour ago, Squid said:

The nohup lines, looks like you've got (if I was going to guess) the s3 sleep plugin set to run a command at startup (located at /custom/bin on the flashdrive), and it doesn't exist.

 

I don't have sleep enabled (via the settings), as it doesn't seem to work well with my system, and here is the contents my 'go' file:

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/boot/cache_dirs -d  5  -m  3  -M  5  -p 200 -w
sleep 30
for i in /dev/md*
do
  blockdev --setra 2048 $i
# Parity Drive
  blockdev --setra 2048 /dev/sdc
done
 

I couldn't find a "/custom/bin/" directory on the flashdrive either...

 

Sleep settings.png

go

5 minutes ago, RGauld said:

I couldn't find a "/custom/bin/" directory on the flashdrive either...

That's why it was giving the error.

 

That script is being referenced somewhere.  (not in go).  No idea where, but its probably not an issue.  You'd have to go through everything to try and find the reference.

  • Author

So, it's nowhere in my "go" file either?

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/boot/cache_dirs -d  5  -m  3  -M  5  -p 200 -w
sleep 30
for i in /dev/md*
do
  blockdev --setra 2048 $i
# Parity Drive
  blockdev --setra 2048 /dev/sdc
done

Archived

This topic is now archived and is closed to further replies.

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.