>>I have the TS-7800 running the linuxrc-mtdroot script at boot to start
>>>>Linux from the onboard flash. I put my script that starts my processes >>in
>>/etc/init.d, and I created a link to that script in /etc/rc3.d. On boot, it
>>appears that my processes get started up without any problems, but
>>then for some reason they all are stopped.
>>If I log in and run my script from a command line, everything works >>fine.
>>There appears to be something happening with the TS-7800 Linux >>that did not
>>happen with the TS-7260 Linux, that is stopping all my >>processes when they
>>are started from the /etc/rc3.d link.
>I have exactly the same issue. I have spent several hours on this so far
>>without any resolution. Sorry I cannot offer any answers at this stage, >but
>I can at least confirm your observations. Anyone else seen this ?, >any
>solutions ?
Solved. In case anyone else come across this issue, you must put nohup in front
of the process (to protect the process from kill) and place the process into
the background as in:
nohup program_to_start > /dev/null 2>&1 &
Cheers
Colin
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|