[OpenAFS] Bosserver exits openafs-1.4.8pre3
Russ Allbery
rra@stanford.edu
Mon, 10 Nov 2008 16:03:24 -0800
"Ted Creedon" <tcreedon@easystreet.net> writes:
> Here's an strace of
>
> bosserver -noauth&
>
> It exits immediately on SuSE 10.3 2.6.22.5-31 64 bit
After forking a child process.
> chdir("/usr/afs/logs") = 0
> clone(child_stack=0,
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
> child_tidptr=0x2ba495ab2b90) = 29847
> exit_group(0)
Use strace -f to follow child processes.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>