RE: How to detatch a process from the terminal

2003-01-17 Thread Ramesh Pathak
sh Pathak/Satyam) Subject RE: How to detatch a process from the terminal : Perhaps your process

RE: How to detatch a process from the terminal

2003-01-17 Thread Rick Carroll
Perhaps your process needs to see an input stream (stdin) and is dying when stdin closes. I'm not sure this is happening under nohup, but it's worth a try. Try: #nohup ./startserver.sh & < /dev/null I had a problem similar to this years ago trying to run: "shutdown -y -g0 -i6" on sun machines vi