From owner-freebsd-bugs Thu Sep 19 5:50: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3EC937B401 for ; Thu, 19 Sep 2002 05:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3833243E3B for ; Thu, 19 Sep 2002 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8JCo2Co044659 for ; Thu, 19 Sep 2002 05:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8JCo2Mt044658; Thu, 19 Sep 2002 05:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09CF537B404 for ; Thu, 19 Sep 2002 05:49:34 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A2343E65 for ; Thu, 19 Sep 2002 05:49:33 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8JCnT7R068216 for ; Thu, 19 Sep 2002 05:49:29 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8JCnTS9068215; Thu, 19 Sep 2002 05:49:29 -0700 (PDT) Message-Id: <200209191249.g8JCnTS9068215@www.freebsd.org> Date: Thu, 19 Sep 2002 05:49:29 -0700 (PDT) From: "M.Mallikarjuna" <"mallik_seenu@hotmail.com;mmmall1"@monsanto.com;;> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/42955: Problem in repository while accessing from client machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42955 >Category: gnu >Synopsis: Problem in repository while accessing from client machine >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Thu Sep 19 05:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: M.Mallikarjuna >Release: >Organization: >Environment: client machine is running on WinNT4.0 >Description: In Linux server I created repository (e.g. cvstest )and imported one module name as "TestSource" into repository sucessfuly. After that I'm able to check-out module in same server in different location (i.e. different folder location) sucessfuly. If I check-out from different machine (Windows NT client ) I'm getting the following error message. *******************ERROR message starts from here**************** sh-2.05$ cvs -d:pserver:cvs@10.200.4.198:/cvsroot co cvstest cvs checkout: failed to open /home/mmmall1/.cvspass for reading: No such file or directory cvs checkout: unrecognized auth response from 10.200.4.198: no repository configured in /etc/cvs/cvs.conf cvs [checkout aborted]: shutdown() failed, server 10.200.4.198: Transport endpoint is not connected *******************Ends ************************************* >How-To-Repeat: I started by following order with logged in as root. Step 1: mkdir /cvsroot && chmod 1777 /cvsroot && export CVSROOT=/cvsroot cvs init Step 2: Import source code into repository export CVSROOT= /cvsroot && cd TestSource && cvs import -m "repository test" cvstest vendortag releasetag Step 3: Verify local repository access cvs co cvstest stpe 4: Verify remote repository access export CVS_RSH=/usr/bin/ssh && cvs -d :ext:servername:/cvsroot co cvstest Step 5: Testing anonymouse access to the new repository requires an account on another machine that can reach the CVS server via network. Tested with anonymouse user from different client. cvs -d:pserver:anonymouse@servername:/cvsroot co cvstest After execution of above statement I'm getting the following error message. sh-2.05$ cvs -d:pserver:cvs@10.200.4.198:/cvsroot co cvstest cvs checkout: failed to open /home/mmmall1/.cvspass for reading: No such file or directory cvs checkout: unrecognized auth response from 10.200.4.198: no repository configured in /etc/cvs/cvs.conf cvs [checkout aborted]: shutdown() failed, server 10.200.4.198: Transport endpoint is not connected Would you please suggest me where I'm doing wrong. Thank you time spent on this. Thanks Mallikarjuna >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message