From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] how do I debug a program that runs a none... From: andrey mirtchovski In-Reply-To: <59e21c2f98e6d9c3ac4dd217dc7ffed5@borf.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 18 Mar 2004 17:32:18 -0700 Topicbox-Message-UUID: 37752a30-eacd-11e9-9e20-41e7f4b1d025 > that runs as none on a cpu server, goes broke? > I don't have read permissions on the /proc/ files. > Do I add myself to the group that `owns' the cpu server? > > Brantley if it's a program started by listen you can run just the binary with aux/listen1 as yourself (and not necessarily on the cpu server either). you can control other processes if you're in the owner of /proc, before discovering aux/listen1 i used to chmod 777 /proc//*. not sure if it was really successful -- been too long ago :) being just a member of the group won't work, afaik... andrey