Problems running cvs pserver

2001-05-03 Thread dreade
Hi, Here is the current status of my problem. platform: solaris 7 cvs version : GNUcvs.1.10 Concurrent Versions System (CVS) 1.10 `Halibut' (client/server) Installed using package downloads from Ibiblio UNC. cvs is installed and will run correctly in local mode. However we nee

Re: Problems running cvs pserver

2001-05-03 Thread Larry Jones
[EMAIL PROTECTED] writes: > > We can telnet to the port and we can see that the cvs process is spawed > successfully > > ps -ef | grep cvs > root 21066 1022 0 16:07:10 ?0:00 cvs -f > --allow-root=/usr/local/cvsroot pserver > > However when we send any characters they are read and then

Re: Problems running cvs pserver

2001-05-07 Thread dreade
hi, after some configuration changes here is the output from the jCVS client connection test CVSClient.SENDLine: 'BEGIN AUTH REQUEST' CVSClient.SENDLine: '/imiwebdb/dynamodata/cvsroot' CVSClient.SENDLine: 'dynamo' CVSClient.SENDLine: 'Aea=ed<1"o' CVSClient.SENDLine: 'END AUTH REQUEST' CVSClient.

Re: Problems running cvs pserver

2001-05-07 Thread Larry Jones
[EMAIL PROTECTED] writes: > > I get the same response if I telnet to the port i.e. The connection > terminates immediately with the > > Connected to localhost. > Escape character is '^]'. > cvs pserver: No CVSROOT specified! Please use the `-d' option > cvs [pserver aborted]: or set the CVSROO

Re: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
mmm I also get this problem, and i am trying to build cvs without kerberos support. the problem is that server.c wants to include krb5.h and the Makefile always seems to want to link in the kerberos libraries - that i don;t have installed, and i don't want to install. i run ./configure --disable-

Re: Problems running cvs pserver

2001-05-08 Thread Larry Jones
Sven Dowideit writes: > > i run > ./configure --disable-encryption --prefix=/opt/cvs --with-gssapi=no > and then server.c failes to build because it tries to include krb5.h What version of CVS? The Kerberos stuff is a mess, but it's getting better and better as time goes on. > this results in

RE: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
eit > Cc: [EMAIL PROTECTED] > Subject: Re: Problems running cvs pserver > > > Sven Dowideit writes: > > > > i run > > ./configure --disable-encryption --prefix=/opt/cvs --with-gssapi=no > > and then server.c failes to build because it tries to include krb5.h >

RE: Problems running cvs pserver

2001-06-03 Thread Sven Dowideit
[EMAIL PROTECTED]]On Behalf Of > Sven Dowideit > Sent: Wednesday, May 09, 2001 1:11 PM > To: Larry Jones > Cc: [EMAIL PROTECTED] > Subject: RE: Problems running cvs pserver > > > I have this problem with cvs-1.10 (the one we are currently using in local > mode only) and with

Re: Problems running cvs pserver

2001-06-05 Thread Derek R. Price
Sven Dowideit wrote: > Heya Larry, > i have had another stab at it, and I still cannot build a pserver cvs that > works. > > ./configure --without-gssapi still leaves gssapi libs in the Makefile > and when i hack the configure script to leave off all of the gssapi stuff, I > get an exe t

RE: Problems running cvs pserver

2001-06-05 Thread Sven Dowideit
une 05, 2001 11:48 PM > To: Sven Dowideit > Cc: Larry Jones; [EMAIL PROTECTED] > Subject: Re: Problems running cvs pserver > > > Sven Dowideit wrote: > > > Heya Larry, > > i have had another stab at it, and I still cannot build > a pserver cvs that > &

RE: Problems running cvs pserver

2001-06-05 Thread Sven Dowideit
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Derek R. Price > Sent: Tuesday, June 05, 2001 11:48 PM > To: Sven Dowideit > Cc: Larry Jones; [EMAIL PROTECTED] > Subject: Re: Problems running cvs pserver > > > Sven Dowideit wrote: > > > Heya Larry,

Re: Problems running cvs pserver

2001-06-06 Thread Derek R. Price
Sven Dowideit wrote: > on solaris when i do a login with 1.11p1 it failes with the error failed to > read /home/sven/.cvspass > > when i create that file everything works fine. > > (i kinda expect to be told that its fixed in the dev version :) Yeah. Larry fixed that about a month ago, but than