hello

i just test that and using test -s test -m /mnt/test i can
see a /srv/test, and when the clone fails /srv/test doesn't exist.

it crashed when i finish a read on a file and the last 9p messages are
Read
Tclunk
Rclunk

So I am removing a fid that i need and that is causing fs to exits normally :-?

gabi


On 2/25/06, Russ Cox < rsc@swtch.com> wrote:
> i will add some more prints to see where it die.

One tip is to run with -D (assuming that does chatty9p++)
and then watch the trace.  See which message is causing it
to die.

Another possibility is that you've removed the /srv file
and no one has it mounted, so it is simply exiting normally.

Russ