From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Authentication and "emu -d" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-barnoxprakklfdproptmyejdwv" Message-Id: <20010604115636.BCBC019A01@mail.cse.psu.edu> Date: Mon, 4 Jun 2001 07:56:35 -0400 Topicbox-Message-UUID: aee18bbc-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-barnoxprakklfdproptmyejdwv Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit If you want something running as a user that a system can't authenticate as, you can always start it from cron instead of cpurc or listen. --upas-barnoxprakklfdproptmyejdwv Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Mon Jun 4 04:56:25 EDT 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Mon Jun 4 04:56:24 EDT 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id BE320199F9; Mon, 4 Jun 2001 04:56:08 -0400 (EDT) Received: from cackle.proxima.alt.za (unknown [196.30.44.141]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 96984199F2 for <9fans@cse.psu.edu>; Mon, 4 Jun 2001 04:55:33 -0400 (EDT) Received: (from lucio@localhost) by cackle.proxima.alt.za (8.9.3/8.9.1) id KAA26487; Mon, 4 Jun 2001 10:51:30 +0200 (SAST) From: Lucio De Re To: inferno@research.suspicious.org, 9fans mailing list <9fans@cse.psu.edu> Message-ID: <20010604105127.C26399@cackle.proxima.alt.za> Mail-Followup-To: inferno@research.suspicious.org, 9fans mailing list <9fans@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4us Subject: [9fans] Authentication and "emu -d" Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.1 Precedence: bulk Reply-To: 9fans@cse.psu.edu X-Reply-To: lucio@proxima.alt.za List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Mon, 4 Jun 2001 10:51:27 +0200 Sorry about cross-posting, I'll try not to make a habit of it. I would like to start Inferno services on my 3ed Plan 9 compute server using "emu -d". Two things get in the way: (a) the ID of the server is "proxima" not "inferno" and that means that some facilities I previously set up are unavailable. Authentication is one of these. If I can track down the authentication keyfile, I may be able to change its permissions, but that seems insecure _and_ requires me to put the fileserver in "allow" mode, a mild pain. Is there a Plan 9 way of forcing "inferno" to execute "emu" instead of "proxima", or should I resort to making "inferno" the compute server owner (Plan 9 AUTH does not run on that compute server, I still use 2ed AUTH)? (hm: I did try auth/login - besides requiring to be interactive, it complains about being run on a compute server :-( OK, I have now reclassified the compute server so it is owned by "inferno". I hope I don't have cause to regret this. Admittedly, it does not seem important. (b) The -d options is wrongly documented: it expects an argument, one of 0, 1 or 2. It seems 1 works OK, but I'd like to know what the other values do. Also, starting "emu -d1" from cpurc seems to do ugly things to the keyboard/input interface, the console no longer echoes. And output should probably be redirected to a log file, too. Something for the manual pages? ++L --upas-barnoxprakklfdproptmyejdwv--