On Thu, Nov 06, 2003 at 03:06:11PM -0300, Lucas wrote:
> Hi all,
> I have a weird problem. The SCM server was up and ok, but I needed to shut
> it down and never could start it up again!
> I dont know why. Before run stratserver &, I start these processes:
> auth2
> rpc2portmap
> updatesrv
> updateclnt -h codascmserver
>
> startserver don't spit out any errors, it simply finish ([1]+ Done)
> Any ideas?
Check for a /vice/srv/CRASH file or something. startserver is a shell
script, so you could also run it with
sh -x /usr/sbin/startserver
And see where it exits.
Jan