[omniORB] Re: Mandrake 3.04 RPM init.d script hangs on RedHat7.2
Steinar Bang
sb@dod.no
Wed Aug 21 16:41:01 2002
>>>>> Steinar Bang <sb@dod.no>:
> The resulting RPM works fine, except for one thing:
> - if I run
> /etc/init.d/omninames start
> from a script the script hangs at the end
> - If I redirect stdout and stderr, ie.
> /etc/init.d/omninames start >/dev/null 2>&1
> or
> initlog -c "/etc/init.d/omninames start"
> the script terminates OK, but when the outermost script terminates,
> it kills the started omninames server, and when omnnames dies it
> pulls with it all object implementation processes
If I run the script with
nohup initlog -c "/etc/init.d/omninames start"
the omninames service continues to run when my install script
terminates.