From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <61efb4dfc998b7c6896012e5059a0400@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] samterm: plumb read error: interrupted From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 21 Oct 2002 10:07:20 -0400 Topicbox-Message-UUID: 08d9b94a-eacb-11e9-9e20-41e7f4b1d025 > almost all times after using Sam for editing some file(s) ... > samterm: plumb read error: interrupted > and I get shell prompt only after hitting DEL. all you need to do is remove the print statements from libplumb and samterm that complain when the connection dies. you've got a shell prompt, it's just that some output has been printed since the prompt. typing del doesn't actually kill anything (there's nothing to kill). typing enter would get you another prompt too. or typing "echo hello world" would get you hello world and a prompt. the point is it's harmless.