Hi,
I have a simple application that I need to run at startup so I wrote a sysV script for it and enabled it with the priority S=65 (this has worked fine for other applications I've need to run at startup). I have confirmed that the application runs perfectly when started from a terminal, but it doesn't work when I include it at this stage in the startup process (I think something affects the file IO that it relies on as far as I can tell).
So I tried starting the script later by increasing the start value to S=100, after a reboot I lost all ability to communicate with the router (doesn't even respond to pings). Is this known behaviour, shouldn't you ever set the start value to over 99? I have read a number of guides and howtos on this area and none of them mention this problem. Does anyone have a suggestion where in the startup process I should run my application to ensure it works, I'm a little worried about experimenting with this now in case I lock myself out of any more routers.
Cheers.