January 6, 20188 yr 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... rg-server-diagnostics-20180106-1016.zip
January 6, 20188 yr 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.
January 6, 20188 yr 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.
January 6, 20188 yr 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.
January 6, 20188 yr 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... go
January 6, 20188 yr 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.
January 6, 20188 yr 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.