From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] srvssh: access permission denied In-Reply-To: <200304041656.LAA13347@plg2.math.uwaterloo.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ojyojcuwakjyiksrxftslzgpiq" Date: Fri, 4 Apr 2003 12:16:44 -0500 Topicbox-Message-UUID: 8a2b680e-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ojyojcuwakjyiksrxftslzgpiq Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit sounds like you just have bad permissions on srvssh. What does ls -l /bin/srvssh give. --upas-ojyojcuwakjyiksrxftslzgpiq Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Apr 4 11:58:19 EST 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Fri Apr 4 11:58:17 EST 2003 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 AFF2E19B11; Fri, 4 Apr 2003 11:58:06 -0500 (EST) Delivered-To: 9fans@cse.psu.edu Received: from plg2.math.uwaterloo.ca (plg2.math.uwaterloo.ca [129.97.140.200]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id E0BAC19B0C for <9fans@cse.psu.edu>; Fri, 4 Apr 2003 11:56:09 -0500 (EST) Received: (from rcbilson@localhost) by plg2.math.uwaterloo.ca (8.9.3p2/8.9.3) id LAA13347 for 9fans@cse.psu.edu; Fri, 4 Apr 2003 11:56:43 -0500 From: Richard C Bilson Message-Id: <200304041656.LAA13347@plg2.math.uwaterloo.ca> To: 9fans@cse.psu.edu Subject: [9fans] srvssh: access permission denied Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 4 Apr 2003 11:56:43 -0500 Thanks to all who made suggestions about my rtl8139 problems. I'm happy to report that things are working very well now. Since, unfortunately, I don't get paid to develop on plan9, I'm attempting to use the system on my home machine as a way of accessing files on the various unix machines that I am supposed to be working on. This almost works perfectly -- my only gripe is that, for some reason, srvssh won't work unless I disk/kfscmd allow first. To wit: term% pwd /usr/rcbilson term% du n 0 n/apl 0 n/plg 0 n term% bind -bc n /n term% srvssh -u /u/rcbilson/opt/bin/u9fs apl.uwaterloo.ca apl /n/apl srvssh: access permission denied If I disable permission checks, run srvssh, and then enable them again, the mounted fs works fine. It seems to me that this should not be necessary. - Richard P.S. Is it just me, or are the u9fs sources in bad shape? When I tried to compile it about a week ago, it failed -- it looks as though somebody ripped the des.c functions out of another file, without making sure that macros like DESKEYLEN are defined. I got it to work, though, with a bit of hacking. --upas-ojyojcuwakjyiksrxftslzgpiq--