From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] KFS Crash From: "rob pike" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010214230603.45408199F6@mail.cse.psu.edu> Date: Wed, 14 Feb 2001 18:06:00 -0500 Topicbox-Message-UUID: 6517b204-eac9-11e9-9e20-41e7f4b1d025 > 1. If rio crashes is there a way to kill > rio and get back to the shell? > > Not really. Yes really, although it's not pretty. On bad rio days (I have them more than most people, I suspect, although still not very often) I need to debug rio after it's crashed. If you have a shell prompt, you're golden but it takes a little work. Hit carriage return until every one gets you a shell prompt; that means the rio process holding the keyboard open has filled its buffer. Then, although echo will still be off, the shell is all yours. Type kill rio|rc and you'll get echo back and you can restart rio or whatever else you want to do. There, isn't that disgusting? But I helped track down a corrupt network interface on an IRIX machine a little while ago so I'm in a debugging, sharing mood. -rob