From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1ea06dc44ac1c0de11fec6300f6bfb13@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] server configuration In-Reply-To: <32853.67.85.61.176.1077700556.squirrel@www.infernopark.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-sajvgbvriuxgmsqnqszlkyzkqy" Date: Wed, 25 Feb 2004 10:23:56 -0500 Topicbox-Message-UUID: f5335fca-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-sajvgbvriuxgmsqnqszlkyzkqy Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit open a window. in it 'echo debug > /mnt/factotum/ctl;cat /dev/kprint'. open another window. do something that fails. if the problem doesn't become obvious, mail me what you get in the kprint window. --upas-sajvgbvriuxgmsqnqszlkyzkqy Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Feb 25 01:52:27 EST 2004 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Feb 25 01:52:24 EST 2004 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 0837E19E5B; Wed, 25 Feb 2004 01:52:23 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 231D919E62; Wed, 25 Feb 2004 01:52:17 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 9686C19AA3; Wed, 25 Feb 2004 01:51:50 -0500 (EST) Received: from ensim.rackshack.net (unknown [216.127.72.23]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id C604019A6C for <9fans@cse.psu.edu>; Wed, 25 Feb 2004 01:51:48 -0500 (EST) Received: from infernopark.com (localhost [127.0.0.1]) (authenticated (0 bits)) by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id i1P9Fu619419 for <9fans@cse.psu.edu>; Wed, 25 Feb 2004 04:15:56 -0500 Received: from 67.85.61.176 (SquirrelMail authenticated user vdharani@infernopark.com) by www.infernopark.com with HTTP; Wed, 25 Feb 2004 04:15:56 -0500 (EST) Message-ID: <32853.67.85.61.176.1077700556.squirrel@www.infernopark.com> From: To: <9fans@cse.psu.edu> In-Reply-To: <05070f281bfa40c1d51df20e605125c0@yourdomain.dom> References: <05070f281bfa40c1d51df20e605125c0@yourdomain.dom> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: [9fans] server configuration 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: Wed, 25 Feb 2004 04:15:56 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on psuvax1.cse.psu.edu X-Spam-Status: No, hits=1.8 required=5.0 tests=NO_REAL_NAME,RCVD_IN_NJABL, RCVD_IN_NJABL_RELAY,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Level: * Content-Transfer-Encoding: quoted-printable hi, i am struggling to bring up some services in my auth/cpu/fs server. i have booted my machine with 9pcauth kernel. now here are my problems: - i tried telnet. it gets username and then comes back saying 'authentication failure:auth server protocol botch' - i tried ftp. it gets username and comes back saying '421 auth server protocol botch' and fails. - i tried ssh from a windows machine. it asks for password and after sometime it again asks for password (looks like it fails to do ssh). i tried ssh from the server machine to itself ('ssh vdharani@192.168.1.50' from 192.168.1.50 itself). it comes back saying 'ssh: client authentication failed'. i tried various combinations from auth/ssh_genkey to auth/rsagen. somehow i am missing something. in the meanwhile, in /rc/bin/cpurc, I added ip addresses for fs and auth in ipconfig line. when i did 'cat /net/ndb' i saw only fs entry taken (auth didnt showup). i manually added it (using 'cat > /net/ndb'). the wiki pages gives some description on ssh configuration but the top line says something like 'the commands are not valid anymore'. i am not able to get the proper sequence for ssh configuration. in particular, if = i need to do ssh to the same machine, what should i do? can someone briefly explain what all i should do? also, do i have to start auth/sshserve manually? (btw, i noticed that if i enter just 'sshserve' it displays the usage line continuously) given that ftp server and telnet also dont work, i am also wondering if something else is wrong. since i dont see any useful messages thrown, i have no clue at this time. any help appreciated. thanks dharani --upas-sajvgbvriuxgmsqnqszlkyzkqy--