From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] tips debugging fs From: "Russ Cox" Date: Sat, 25 Feb 2006 13:56:06 -0500 In-Reply-To: <82c890d00602251053x55ab535p9aee91d8755095d7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 06688546-ead1-11e9-9d60-3106f5b1d025 > 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