bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need help


From: Bijan Soleymani
Subject: Re: need help
Date: 30 Dec 2002 06:27:37 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Guntupalli, Santhi" <santhi.guntupalli@digital.com> writes:

> Hi,
>         I have CVS server running on linux. I have installed CVS client on
> Tru64 4.OG. I have set the CVSROOT path. When I tried to login, I was getting
> error as "unknown host <machine name>" eventhough CVS server is up and
> running. This problem I am facing only on  Tru64 4.OG. It is working fine for
> versions Tru64 4.OF and 5.1A. Any solution for this problem. Any help is
> highly appreciated.
> 
Does the problem still occur if you replace <machine name> with the machine's
ip address? That will narrow down the problem to being networking or
host name resolution.

Bijan
>From viquar@realityinfo.com Tue Dec 31 07:27:38 2002
Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13)
        id 18TLUg-00072S-00
        for bug-cvs@gnu.org; Tue, 31 Dec 2002 07:27:38 -0500
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13)
        id 18TLUd-00071g-00
        for bug-cvs@gnu.org; Tue, 31 Dec 2002 07:27:37 -0500
Received: from [61.11.16.19] (helo=dsl.ephotocorp.com)
        by monty-python.gnu.org with esmtp (Exim 4.10.13)
        id 18TLTg-0006aJ-00; Tue, 31 Dec 2002 07:26:37 -0500
Received: from realityinfo.com ([192.168.100.18])
          by dsl.ephotocorp.com (Lotus Domino Release 5.0.8)
          with ESMTP id 2002123117583860:4161 ;
          Tue, 31 Dec 2002 17:58:38 +0530 
Received: from viquar ([192.168.100.41])
          by realityinfo.com (Lotus Domino Release 5.0.8)
          with SMTP id 2002123118002271:77 ;
          Tue, 31 Dec 2002 18:00:22 +0530 
MIME-Version: 1.0
Message-Id: <3E118B41.000007.01280@viquar.SANSUI.SANSUI>
Date: Tue, 31 Dec 2002 17:49:13 +0530
X-Mailer: IncrediMail 2001 (1750710)
From: "Viquar" <viquar@realityinfo.com>
X-FID: FLAVOR00-NONE-0000-0000-000000000000
X-FVER: 2.0
X-CNT: ;
X-Priority: 3 (Normal)
To: <bug-cvs-request@gnu.org>, <bug-cvs@gnu.org>
X-MIMETrack: Itemize by SMTP Server on realitymail/rlt(Release 5.0.8 |June 18,
        2001) at 12/31/2002 06:00:22 PM,at 12/31/2002 06:00:27 PM,
        Serialize complete at 12/31/2002 06:00:27 PM,2001) at
        12/31/2002 05:58:38 PM,at 12/31/2002 05:58:51 PM,
        Serialize complete at 12/31/2002 05:58:51 PM
Content-Type: Multipart/related;
  type="multipart/alternative";
  boundary="------------Boundary-00=_1WGZWCW0000000000000"
cc: satishp@sansuisoftware.com
Subject: cvs [login aborted]: unrecognized auth response from
 192.168.100.238: usage: cvs [cvs-options] command
 [command-opetions-and-arguments]
X-BeenThere: bug-cvs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Bug reports for the CVS versions control system <bug-cvs.gnu.org>
List-Help: <mailto:bug-cvs-request@gnu.org?subject=help>
List-Post: <mailto:bug-cvs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-cvs>,
        <mailto:bug-cvs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/bug-cvs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-cvs>,
        <mailto:bug-cvs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Tue, 31 Dec 2002 12:27:38 -0000


--------------Boundary-00=_1WGZWCW0000000000000
Content-Type: Multipart/Alternative;
  boundary="------------Boundary-00=_1WGZRN00000000000000"


--------------Boundary-00=_1WGZRN00000000000000
Content-Transfer-Encoding: quoted-printable
Content-Type: Text/Plain;
  charset="iso-8859-1"

Hi,=0D
I am trying to configure CVS on Linux 8.0=0D
Steps which i have done=0D
My linux server's name is : LinuxCVS=0D
Ip Address is : 192.168.100.238=0D
Port is : 2401=0D
1. copied cvs file in /usr/bin=0D
2. added a group called cvsgroup=0D
3. added a user called cvsuser=0D
4. given permissions=0D
5. Added a service in /etc/xined.d/cvspserver=0D
service cvspserver=0D
{=0D
disable =3D no=0D
socket_type =3D stream=0D
wait =3D no=0D
user =3D cvsuser=0D
group =3D cvsgroup=0D
log_type =3D FILE /var/log/cvspserver=0D
protocol =3D tcp=0D
env =3D '$CVSROOT=3D/usr/local/cvs'=0D
bind =3D 192.168.100.238=0D
port =3D 2401=0D
server =3D /usr/bin/cvs=0D
server_args =3D -f --allow-root=3D/usr/local/cvs=0D
}=0D
6. Added passwd file in CVSROOT=0D
vi passwd=0D
Added a new line to the file=0D
cvsuser:md5password:cvsuser=0D
shall i copy and paste encrypted value of cvsuser /etc/shadow instead of
md5password=0D
Please tell me which password it will take system password or CVSROOT pas=
swd=0D
7.  Removed the # from /usr/local/cvs/CVSROOT/config file=0D
8. su cvs user (working)=0D
9. set env variable like, export CVSROOT=3D/usr/local/cvs=0D
10. cvs update (working)=0D
11. cvs commit (working)=0D
12. export CVSROOT=3D:pserver:cvsuser@192.168.100.238:/usr/local/cvs=0D
13. When i am trying to login with the command cvs login=0D
cvs login=0D
(logging in to cvsuser@192.168.100.238)=0D
CVS password: passwd (please specify which password should i have to put
here)=0D
cvs [login aborted]: unrecognized auth response from 192.168.100.238: usa=
ge:
cvs [cvs-options] command [command-options-and-arguments]=0D
I am getting this error=0D
Please tell me what should be the problem. I will be very thankfull to yo=
u.=0D
-- =0D
Thanks and Regards=0D
Viquar Ahmed=0D
Reality Information Systems Pvt. Ltd.=0D
Pune.=0D
http://www.realityinfo.com
--------------Boundary-00=_1WGZRN00000000000000
Content-Transfer-Encoding: quoted-printable
Content-Type: Text/HTML;
  charset="iso-8859-1"

<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885=
9-1"><html>
<head>
<meta name=3D"GENERATOR" content=3D"IncrediMail 1.0">=0D
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER>2.0</X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->
=0A</head>

<BODY background=3D"" bgColor=3D#ffffff style=3D"BACKGROUND-POSITION: 0px=
 0px; FONT-SIZE: 10pt; MARGIN: 1px; FONT-FAMILY: Arial" scroll=3Dyes ORGY=
POS=3D"0" X-FVER=3D"2.0">
<TABLE border=3D0 cellPadding=3D0 cellSpacing=3D0 id=3DINCREDIMAINTABLE w=
idth=3D"95%">
<TR>

<TD id=3DINCREDITEXTREGION width=3D"100%" style=3D"PADDING-RIGHT: 7px; PA=
DDING-LEFT: 7px; FONT-SIZE: 10pt; FONT-FAMILY: Arial"=20
   >
      <DIV>Hi,<BR>I am trying to configure CVS on Linux 8.0<BR>Steps whic=
h i=20
      have done<BR>My linux server's name is : LinuxCVS<BR>Ip Address is =
:=20
      192.168.100.238<BR>Port is : 2401<BR>1. copied cvs file in /usr/bin=
<BR>2.=20
      added a group called cvsgroup<BR>3. added a user called cvsuser<BR>=
4.=20
      given permissions<BR>5. Added a service in=20
      /etc/xined.d/cvspserver<BR>service cvspserver<BR>{<BR>disable =3D=20
      no<BR>socket_type =3D stream<BR>wait =3D no<BR>user =3D cvsuser<BR>=
group =3D=20
      cvsgroup<BR>log_type =3D FILE /var/log/cvspserver<BR>protocol =3D t=
cp<BR>env =3D=20
      '$CVSROOT=3D/usr/local/cvs'<BR>bind =3D 192.168.100.238<BR>port =3D=
=20
      2401<BR>server =3D /usr/bin/cvs<BR>server_args =3D -f=20
      --allow-root=3D/usr/local/cvs<BR>}<BR>6. Added passwd file in CVSRO=
OT<BR>vi=20
      passwd<BR>Added a new line to the=20
      file<BR>cvsuser:md5password:cvsuser<BR>shall i copy and paste encry=
pted=20
      value of cvsuser /etc/shadow instead of md5password<BR>Please tell =
me=20
      which password it will take system password or CVSROOT passwd<BR>7.=
&nbsp;=20
      Removed the # from /usr/local/cvs/CVSROOT/config file<BR>8. su cvs =
user=20
      (working)<BR>9. set env variable like, export=20
      CVSROOT=3D/usr/local/cvs<BR>10. cvs update (working)<BR>11. cvs com=
mit=20
      (working)<BR>12. export=20
      CVSROOT=3D:pserver:cvsuser@192.168.100.238:/usr/local/cvs<BR>13. Wh=
en i am=20
      trying to login with the command cvs login<BR>cvs login<BR>(logging=
 in to=20
      <A=20
      href=3D"mailto:cvsuser@192.168.100.238";>cvsuser@192.168.100.238</A>=
)<BR>CVS=20
      password: passwd (please specify which password should i have to pu=
t=20
      here)<BR>cvs [login aborted]: unrecognized auth response from=20
      192.168.100.238: usage: cvs [cvs-options] command=20
      [command-options-and-arguments]<BR>I am getting this error<BR>Pleas=
e tell=20
      me what should be the problem. I will be very thankfull to you.<BR>=
--=20
      <BR>Thanks and Regards<BR>Viquar Ahmed<BR>Reality Information Syste=
ms Pvt.=20
      Ltd.<BR>Pune.<BR><A=20
      href=3D"http://www.realityinfo.com";>http://www.realityinfo.com</A><=
/DIV></TD>
</TR>

<TR>
<TD id=3DINCREDIFOOTER width=3D"100%">

=09<TABLE cellPadding=3D0 cellSpacing=3D0 width=3D"100%">
=09<TR>
=09<TD width=3D"100%"></TD>
=09<TD align=3Dmiddle id=3DINCREDISOUND vAlign=3Dbottom></TD>
=09<TD align=3Dmiddle id=3DINCREDIANIM vAlign=3Dbottom></TD>
=09</TR>
=09</TABLE>

</TD>
</TR>

</TABLE><SPAN=20
id=3DIncrediStamp><SPAN dir=3Dltr><FONT face=3D"Arial, Helvetica, sans-se=
rif"=20
size=3D2>____________________________________________________<BR><FONT=20
face=3D"Comic Sans MS" size=3D2><A=20
href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&amp;lang=3D9";><I=
MG alt=3D""=20
hspace=3D0 src=3D"cid:DDF27FEE-0E9D-4245-8A13-40A8F11E7C05" align=3Dbasel=
ine=20
border=3D0></A>&nbsp; <I>IncrediMail</I> - <B>Email has finally evolved</=
B> -=20
</FONT><A href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&amp;la=
ng=3D9"><FONT=20
face=3D"Times New Roman" size=3D3><B><U>Click=20
Here</U></B></FONT></A></SPAN></SPAN></FONT>
</BODY>
</html>
--------------Boundary-00=_1WGZRN00000000000000--

--------------Boundary-00=_1WGZWCW0000000000000
Content-Transfer-Encoding: base64
Content-Type: image/gif
Content-ID: <DDF27FEE-0E9D-4245-8A13-40A8F11E7C05>

R0lGODlhFAAPALMIAP9gAM9gAM8vAM9gL/+QL5AvAGAvAP9gL////wAAAAAAAAAAAAAAAAAAAAAA
AAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAAIACwAAAAAFAAPAAAEVRDJSaudJuudrxlEKI6B
URlCUYyjKpgYAKSgOBSCDEuGDKgrAtC3Q/R+hkPJEDgYCjpKr5A8WK9OaPFZwHoPqm3366VKyeRt
E30tVVRscMHDqV/u+AgAIfkEBWQACAAsAAAAABQADwAABBIQyUmrvTjrzbv/YCiOZGmeaAQAIfkE
CRQACAAsAgABABAADQAABEoQIUOrpXIOwrsPxiQUheeRAgUA49YNhbCqK1kS9grQhXGAhsDBUJgZ
AL2Dcqkk7ogFpvRAokSn0p4PO6UIuUsQggSmFjKXdAgRAQAh+QQFCgAIACwAAAAAFAAPAAAEEhDJ
Sau9OOvNu/9gKI5kaZ5oBAAh+QQJFAAIACwCAAEAEAANAAAEShAhQ6ulcg7Cuw/GJBSF55ECBQDj
1g2FsKorWRL2CtCFcYCGwMFQmBkAvYNyqSTuiAWm9ECiRKfSng87pQi5SxCCBKYWMpd0CBEBACH5
BAVkAAgALAAAAAAUAA8AAAQSEMlJq7046827/2AojmRpnmgEADs=

--------------Boundary-00=_1WGZWCW0000000000000--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]