[OpenAFS] Moving AFS server processes

Derrick J Brashear shadow@dementia.org
Tue, 19 Feb 2002 12:44:36 -0500 (EST)


On Tue, 19 Feb 2002, Michael Aldrich wrote:

> There was a second bosserver processes running. I killed them both and
> started again using strace -f.

well, 

> [pid  1052] close(6)                    = -1 EBADF (Bad file descriptor)
> [pid  1052] close(7)                    = -1 EBADF (Bad file descriptor)
> [pid  1052] close(8 <unfinished ...>
> 
> The majority of the output is "-1 EBADF (Bad file descriptor)"
> Could all of the problems be caused from the missing ld.so.preload file?

nope. when you fork/exec you'll see all the file descriptors get
closed. it's garbage, and you can grep -v it away.