njm137
03-21-2007, 02:31 PM
I have linux on an embedded processor...
# uname -a
Linux ECB 2.4.22-uc0 #1 Fri Aug 18 13:12:46 PDT 2006 armv5b unknown
And when I telnet as root into the machine and run a shell script (that constantly appends data to a file)
# /blah/runscript &
It will run until i log out....and then the process will terminate!!!
If I do this on a normal FC5 installation, the script will continue to run.
What is causing my script to stop??
Thanks
# uname -a
Linux ECB 2.4.22-uc0 #1 Fri Aug 18 13:12:46 PDT 2006 armv5b unknown
And when I telnet as root into the machine and run a shell script (that constantly appends data to a file)
# /blah/runscript &
It will run until i log out....and then the process will terminate!!!
If I do this on a normal FC5 installation, the script will continue to run.
What is causing my script to stop??
Thanks