Hello there, welcome to the forums and thank you for your kind words. You may have heard me say this already but it's very satisfying when I read that people have found my guides useful. Fortunately, I don't get many "jeez, your guides are dreadful" reports coming back to me
OK, I'm not using the FlexRAID storage pool so will have to try a bit of guesswork if you don't mind going along with me. Please issue the following command in a putty session:
You should get a bunch of "files" come back, all starting Sxx where "xx" is a number (eg.
S20deluge-daemon -> ../init.d/deluge-daemon). One of them will have "deluge-daemon" in the name and one of them may have something to do with the FlexRAID storage pool. (I see FlexRAID as S20FlexRAID. Do you see something extra/different for the FlexRAID storage pool?).
Anyway, you want to make sure that the deluge daemon has a HIGHER NUMBER (Sxx) than the FlexRAID/storage pool. Possibly they're both S20?
So, to change the number issue the following command:
Code: Select all
sudo update-rc.d -f servicetochange remove
Code: Select all
sudo update-rc.d servicetochange defaults XX
where
servicetochange is the service you want to change the boot order for and
XX is the new Sxx value.
Then reboot and see what happens.
Does the above make sense? And if so, does it help?
Ian.