From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 15 Sep 2005 21:33:21 +0300 From: Enache Adrian To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] killing processes Message-ID: <20050915183321.GA1035@magog> References: <7ab6d705aaa201077b03f2e697edc743@quintile.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ab6d705aaa201077b03f2e697edc743@quintile.net> User-Agent: Mutt/1.5.9i Topicbox-Message-UUID: 8aa1c774-ead0-11e9-9d60-3106f5b1d025 On Thu, Sep 15, 2005 at 01:03:43PM +0100, Steve Simon wrote: > If you are running as hostowner you can use Kill (capital K) which > chmods the file first: > > chmod 666 /proc/868/ctl;echo kill > /proc/868/ctl > > This will not work for factotum as it marks itself as private, > [perhaps this is a bug - private need not chmod of ctl is impossible?] I noticed that, too. Any user process can make its memory private, and then the hostowner has to reboot the machine in order to kick it out. Am I wrong about this ? Regards, Adi