From nobody@FreeBSD.org  Thu Sep 19 05:49:34 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 09CF537B404
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Problem in repository while accessing from client machine
X-Send-Pr-Version: www-1.0

>Number:         42955
>Category:       gnu
>Synopsis:       Problem in repository while accessing from client machine
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 19 05:50:01 PDT 2002
>Closed-Date:    Thu Sep 19 09:49:54 PDT 2002
>Last-Modified:  Sun Mar 17 02:18:11 UTC 2013
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: keramida 
State-Changed-When: Thu Sep 19 09:42:57 PDT 2002 
State-Changed-Why:  
As the error message suggests, this is a client error, not a CVS bug. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42955 
State-Changed-From-To: feedback->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Sep 19 09:49:18 PDT 2002 
State-Changed-Why:  
I meant to add more text before I hit 'save & exit'.  This error is 
caused because some versions of CVS will not create a ~/.cvspass file 
when one is not found.  Try creating an empty .cvspass file at the 
location pointed out in the error message. 

But I fear, that this is not a FreeBSD bug, since you are using a 
Windows NT client to access a Linux server.  Definitely not a FreeBSD 
bug.  You should ask either the CVS people or those who have developed 
the versions of the tools that you are using to make sure that you get 
the best answers possible :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42955 
>Unformatted:
