IPLANET START SCRIPT HANG

Has anybody run into a problem where you run an iPlanet start script and then exit your ssh or telnet session and are left with a hung terminal?Thanks.
[172 byte] By [c4delta] at [2007-11-25 23:19:45]
# 1

What shell are you using to startup the iPlanet start script ?

If you are using bourne shell, that might be your problem - MAYBE. Bourne shell doesn't have job control so when you put something in background and exit the parent process that started the background child process, the child process can get screwed up (assuming the trap handler is whacky) or even get terminated.

Just for kicks, try doing:

exec /bin/ksh

<run iPlanet startup script>

exit

See if that fixes your problem.

swoneill at 2007-7-5 18:07:50 > top of Java-index,General,Talk to the Sysop...