October 25, 201114 yr Hello.. So.. been fiddling with Unraid for a couple of weeks and i think i got the general idea of how to work it.. anyway.. i installed Sabnzbd, sickbeard and couchpotato using benni.chans's scripts. but.. ever since i did that, when i reboot, the array wont start.. it just sits there with a 'Starting' status.. i did take a look at the syslog but i dont really know what to look for.. i really hope someone can give me a hint here.. syslog attached.. edit: oh yeah.. im running 5b11 /mads syslog.txt
October 25, 201114 yr Author i think i found out myself.. it turns out that it wont start the array because sabnzb is already running.. so. i guess i have to hold the sabnzb thing for as long as it takes for the aray to start.. but how?
October 25, 201114 yr I think I may have the same problem... http://lime-technology.com/forum/index.php?topic=16066.0 Regars Jens
October 25, 201114 yr Add a line like this to your config/go script It needs to after the line invoking emhttp and before the line/lines invoking your add-ons. /usr/local/sbin/emhttp & while ! test -d /mnt/disk1;do sleep 5;done;sleep 10 #add-on-scripts go below here add on scripts will not be invoked until after /mnt/disk1 is present (marking that the array is online)
October 26, 201114 yr Will try that! It also seems that the array cant stop because of the plugins... Regards Jens
October 26, 201114 yr Will try that! It also seems that the array cant stop because of the plugins... Regards Jens Correct. That is by design. You must stop the add-on processes first. The newest 5.X beta has hooks in it to stop add-ons, but very few add-ons have been written to use them as of this date. Joe L.
December 2, 201114 yr Author Add a line like this to your config/go script It needs to after the line invoking emhttp and before the line/lines invoking your add-ons. /usr/local/sbin/emhttp & while ! test -d /mnt/disk1;do sleep 5;done;sleep 10 #add-on-scripts go below here add on scripts will not be invoked until after /mnt/disk1 is present (marking that the array is online) Thanks joe.. that did the trick. ..
Archived
This topic is now archived and is closed to further replies.