From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ish Rattan To: <9fans@cse.psu.edu> Subject: Re: [9fans] Drawterm session close?? In-Reply-To: <7dafad1306719963a42c47fa3a8f9a58@plan9.bell-labs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Fri, 8 Mar 2002 20:47:14 -0500 Topicbox-Message-UUID: 6218945a-eaca-11e9-9e20-41e7f4b1d025 On Fri, 8 Mar 2002, Russ Cox wrote: > I'm not sure why the processes are left over. > Usually a name space loop, but in this case > that would mean rio has fs in its namespace > and fs has rio in its namespace, but I don't > think you can set things up that way. Can you elaborate this point? I have no clue what you are referring to. > To kill them as bootes, use Kill, which is like kill, but > stronger: > > g% cat /bin/Kill > #!/bin/rc > ps | sed -n '/ '^$1^'$/s%^[^ ]* *([^ ]*).*%chmod 666 /proc/\1/ctl;echo kill > /proc/\1/ctl%p' > g% I shall this. My problem arises because I am using Plan 9 for teaching a class and only way I can get rid of these is by rebooting the machine (I tried kill with no success). -ishwar