Re: how to get cvs pserver working with xinetd?

2005-05-27 Thread Andy Jones
xinetd is a server which starts other server processes, such as pserver, when it receives a request for them. So you might not see pserver all the time. I assume that you cannot connect using pserver from a remote machine? I think that if you post your xinetd script, and also tell us how you

Re: how to get cvs pserver working with xinetd?

2005-05-27 Thread manuel 'fmf' ferrero
pserver in inetd: Consulente1:/etc/apt# grep cvs /etc/inetd.conf # cvs pserver cvspserver stream tcp nowait root/usr/bin/cvs cvs --allow-root=/usr/local/cvspserver And it isn't listed in netstat: Consulente1:/etc/apt# netstat -lnp|grep cvs Consulente1:/etc/apt# But it works

how to get cvs pserver working with xinetd?

2005-05-26 Thread
I think i did all the needed to set up cvs pserver following the cvs howto in https://ccvs.cvshome.org/fom//cache/124.html, , but it does not work // I do make sure

Solaris 10 SMF and cvs pserver config ?

2005-03-13 Thread Rachel Burns
Solaris 10 has a new service management facility (smf) as a replacement for inetd.conf. Does anyone have a ready-to-go smf configuration that can be used to run cvs pserver w/o using inetd.conf on Solaris 10 ? ___ Info-cvs mailing list Info-cvs@gnu.org

Re: Solaris 10 SMF and cvs pserver config ?

2005-03-13 Thread Rachel Burns
Never mind, inetconv came to the rescue. Just converted the inetd.conf entries to SMF xml file and all is well. Rachel Burns wrote: Solaris 10 has a new service management facility (smf) as a replacement for inetd.conf. Does anyone have a ready-to-go smf configuration that can be used to run cvs

Re: problem setting cvs pserver

2005-02-18 Thread Baurzhan Ismagulov
On Thu, Feb 17, 2005 at 02:44:38PM -0800, alex wrote: I would say this looks like a TCP wrapper (/etc/hosts.allow, /etc/hosts.deny, hosts_access(5), hosts_options(5)). Maybe but where does that comes from and how can I change it. My hosts file are not used ( I am using xinetd not inetd )

Re: problem setting cvs pserver

2005-02-17 Thread Larry Jones
alex writes: telnet localhost 2401 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. Connection closed by foreign host. That looks like some kind of firewall software rejecting the connection. -Larry Jones OK, there IS a middle ground, but it's

Re: problem setting cvs pserver

2005-02-17 Thread Todd Denniston
alex wrote: server_args = -f --allow-root=/usr/local/cvsroot server should be server_args = -f --allow-root=/usr/local/cvsroot pserver You need pserver not server I made a typo. server_args is: server_args = -f --allow-root=/usr/local/cvsroot pserver the result is the same.

Re: problem setting cvs pserver

2005-02-17 Thread Baurzhan Ismagulov
On Thu, Feb 17, 2005 at 10:02:33AM -0500, Larry Jones wrote: telnet localhost 2401 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. Connection closed by foreign host. That looks like some kind of firewall software rejecting the connection.

Re: problem setting cvs pserver

2005-02-17 Thread alex
You may have to put the line 'disable = no'[1] in /etc/xinetd.d/cvspserver. have you issued `service xinetd restart`, since setting up /etc/xinetd.d/cvspserver? I tried but with no change: [EMAIL PROTECTED] ~]# cat /etc/xinetd.d/cvspserver service cvspserver { disable = no socket_type = stream

Re: problem setting cvs pserver

2005-02-17 Thread alex
That looks like some kind of firewall software rejecting the connection. I would say this looks like a TCP wrapper (/etc/hosts.allow, /etc/hosts.deny, hosts_access(5), hosts_options(5)). Maybe but where does that comes from and how can I change it. My hosts file are not used ( I am using

Re: problem setting cvs pserver

2005-02-17 Thread Mike Klinke
. I don't have it running but could FC3's SELinux be tripping you up if you have it running in strict mode? # telnet localhost 2401 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. cvs [pserver aborted]: bad auth protocol start: Connection closed

problem setting cvs pserver

2005-02-16 Thread alex
Hi all, I am using fedora core 3, Concurrent Versions System (CVS) 1.11.17 (client/server) xinetd Version 2.3.13 libwrap loadavg and I am trying to set up a CVS pserver on my machine ( without any security in mind at the moment): my cvspserver file

Re: problem setting cvs pserver

2005-02-16 Thread Rahul
The line in cvspserver service definition: server_args = -f --allow-root=/usr/local/cvsroot server should be server_args = -f --allow-root=/usr/local/cvsroot pserver You need pserver not server Regards, Rahul Bhargava CTO, WANdisco http://www.wandisco.com/cvs

Re: problem setting cvs pserver

2005-02-16 Thread alex
server_args = -f --allow-root=/usr/local/cvsroot server should be server_args = -f --allow-root=/usr/local/cvsroot pserver You need pserver not server I made a typo. server_args is: server_args = -f --allow-root=/usr/local/cvsroot pserver the result is the same. telnet localhost 2401

cvs pserver problem and xinetd. connection refused

2005-01-18 Thread matthias
the repository with init 3. added following line to the /etc/xinetd.conf file so xinetd listens to port 2401 and knows to run command cvs pserver when it receives a connection: { port= 2401 socket_type = stream protocol= tcp

RE: cvs pserver problem and xinetd. connection refused

2005-01-18 Thread Guus Leeuw jr.
-Original Message- From: [EMAIL PROTECTED] [mailto:info-cvs- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: mardi 18 janvier 2005 23:19 [snip] 3. added following line to the /etc/xinetd.conf file so xinetd listens to port 2401 and knows to run command cvs pserver when

Re: CVS pserver login problem

2004-11-26 Thread milkfilk
I banged my head on the wall on this connection refused problem. The default gentoo emerge throws an xinet.d/cvspserver config that just needs: only_from = 192.168.1.0 Which represents my local subnet. Without that, I could only telnet to localhost on 2401. It was strange and

cvs pserver access log?

2004-10-17 Thread Alex Valentine
I'm trying to get some data on who has been accessing a pserver cvs repository. Is there any default log file that contains this information or at least an option I can set in inetd? Also, are there any web scripts that can publish thing information? Thanks in advance. --

cvs pserver and ssh access stats

2004-10-05 Thread Alex Valentine
cvs pserver access statistics on a website? Thanks in advance. -- / Alex Valentine [EMAIL PROTECTED] aim: asv108vv jabber: [EMAIL PROTECTED] / signature.asc Description: This is a digitally signed message part

[cvs pserver] unrecognized auth response

2004-07-14 Thread Hon Seng Phuah
Hi all, My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service cvspserver { # disable = no port = 2401 socket_type = stream protocol = tcp wait = no user = root passenv = PATH server = /usr/bin/cvs server_args

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hon Seng Phuah [EMAIL PROTECTED] writes: My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service cvspserver { # disable = no port = 2401 socket_type = stream protocol

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Hon Seng Phuah
Mark D. Baushke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hon Seng Phuah [EMAIL PROTECTED] writes: My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Mark D. Baushke
will have to check with my system administrator. If the root has the file permission, what can the possible causes? If root has the ability to read that file, then the error message from cvs: cvs [login aborted]: unrecognized auth response from pglc8004: cvs pserver: cannot open /pgfs3/asic3/users

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Larry Jones
Mark D. Baushke writes: If the directory is NFS mounted, it is possible that root does not have permissions to one or more of the intermediate directories leading to the config file. It's also asking for trouble -- essentially every reported instance of repository corruption as been caused

cvs pserver not listening on port 2401

2004-07-08 Thread Karl Lehnberger
Following the recommendations on http://mia.ece.uic.edu/~papers/volans/setUpCVS.html I set up a cvs environment on a RedHat9 Linux box (cvs-1.11.2-10). But starting the cvs server either with cvs -f --allow-root=/space/cvs pserver or over xinetd and then trying to connect from a client via

Re: cvs pserver not listening on port 2401

2004-07-08 Thread JGentilin
the recommendations on http://mia.ece.uic.edu/~papers/volans/setUpCVS.html I set up a cvs environment on a RedHat9 Linux box (cvs-1.11.2-10). But starting the cvs server either with cvs -f --allow-root=/space/cvs pserver or over xinetd and then trying to connect from a client via

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Larry Jones
Karl Lehnberger writes: But starting the cvs server either with cvs -f --allow-root=/space/cvs pserver You can't do that -- CVS doesn't run as a stand-alone server, it *must* run under a superserver like inetd or xinetd. or over xinetd Then your xinetd configuration likely wasn't

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Mark D. Baushke
--allow-root=/space/cvs pserver This will not work as cvs does not itself bind to a particular port, but assumes that stdin, stdout and stderr will be connected to the appropriate place. or over xinetd This should work and should cause xinetd to be listening for connections to port 2401. When

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Tom Copeland
On Thu, 2004-07-08 at 10:53, Mark D. Baushke wrote: The cvs executable itself is not intended to be a long-running daemon. That's something I've wondered about... since cvs is run under xinetd, the 500 KB binary gets loaded into memory each time a command comes in. Has anyone given a shot at

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Copeland [EMAIL PROTECTED] writes: On Thu, 2004-07-08 at 10:53, Mark D. Baushke wrote: The cvs executable itself is not intended to be a long-running daemon. That's something I've wondered about... since cvs is run under xinetd, the 500 KB

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Larry Jones
Tom Copeland writes: That's something I've wondered about... since cvs is run under xinetd, the 500 KB binary gets loaded into memory each time a command comes in. Most modern systems keep the text in virtual memory until something else needs the memory, but if you're concerned, you can

Re: cvs pserver not listening on port 2401

2004-07-08 Thread Tom Copeland
On Thu, 2004-07-08 at 13:48, Larry Jones wrote: Has anyone given a shot at writing some front-end code to let cvs stay in memory and serve up requests? That could be a challenge Yup, sounds like it :-). That's cool, just wondered about it... Thanks, Tom

Cruisecontrol and cvs pserver 1.12.9

2004-07-02 Thread Mark O
It seems the formating changes in CVS has affected cruise control's operation. Has anyone tickered with the source of the lastest cruise control and willing to share the diffs? -- ==// Mark O. email2mark at gmail dot com ___ Info-cvs mailing list

cvs (pserver) and LDAP ?

2004-03-30 Thread Dorin Ciobanu
Hi ! Does anyone knows how to configure a pserver CVS repository and to use pam_ldap for athentication ? Maybe a tutorial available ? Thx ! ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: cvs (pserver) and LDAP ?

2004-03-30 Thread Peter Connolly
] On Behalf Of Dorin Ciobanu Sent: Tuesday, March 30, 2004 4:29 AM To: [EMAIL PROTECTED] Subject: cvs (pserver) and LDAP ? Hi ! Does anyone knows how to configure a pserver CVS repository and to use pam_ldap for athentication ? Maybe a tutorial available ? Thx

Re: CVS pserver login problem

2004-02-01 Thread Adam Vainder
(EST) Subject: Re: CVS pserver login problem Adam Vainder writes: and tried the telnet into port 2401 debug that they suggested. Unfortunately (well for this case), I got the bad auth protocol message, indicating that CVS is working correctly. Did you telnet from the remote machine

Re: CVS pserver login problem

2004-01-31 Thread Larry Jones
Adam Vainder writes: and tried the telnet into port 2401 debug that they suggested. Unfortunately (well for this case), I got the bad auth protocol message, indicating that CVS is working correctly. Did you telnet from the remote machine you're having problems with? The problem is almost

CVS pserver login problem

2004-01-30 Thread Adam Vainder
Hi, I hope this is the right place to send this. If not, please let me know where to send/post it. I've been trying to figure this out on my own for about a month, and just cant take it anymore. Hopefully one of you has seen this before and knows the answer. I set up a pserver on a Red Hat

RE: CVS pserver login problem

2004-01-30 Thread Peter Connolly
Check this out: http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_21.html#SEC184 -- Original Message -- Date: Fri, 30 Jan 2004 16:05:03 -0500 From: Adam Vainder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: CVS pserver login problem Hi, I hope this is the right place to send

RE: CVS pserver login problem

2004-01-30 Thread Adam Vainder
nd *shrug*. Any other ideas in the meantime? Sorry to bug you guys with this, Ive been trying to figure it out solo for quite some time. Thanks again, Adam-Original Message-From: "Peter Connolly" [EMAIL PROTECTED]To: "Adam Vainder" [EMAIL PROTECTED], [EMAIL PROTECTED]Da

RE: CVS Pserver with multiple repositories?

2003-12-23 Thread Gurpreet Singh (SCM)
AMTo: 'Diego Ribeiro de Andrade'; 'INFO CVS'Subject: RE: CVS Pserver with multiple repositories? Hi! What you require is to define the server args string as: server_args = -f --allow-root=/cvs/rep/casnav --allow-root=/cvs/repo/proj2 --allow-root=/cvs/repo/proj2 pserver

RE: CVS Pserver with multiple repositories?

2003-12-23 Thread Diego.andrade
PROTECTED], 'INFO CVS' [EMAIL PROTECTED] Assunto: RE: CVS Pserver with multiple repositories? Data: 23/12/03 08:01 Message Hi nbsp; Will this work fine on the same port 2401. or CVS needs to choose different port numbers for the other (mutilple)nbsp;repositories ... nbsp

RE: CVS Pserver with multiple repositories?

2003-12-23 Thread Gagneet Singh
'; 'INFO CVS'Subject: RE: CVS Pserver with multiple repositories? Hi Will this work fine on the same port 2401. or CVS needs to choose different port numbers for the other (mutilple)repositories ... Regards Gurpreet S -Original Message-From: Gagneet Singh

CVS Pserver with multiple repositories?

2003-12-22 Thread Diego Ribeiro de Andrade
I have implemented a CVS Pserver in a Red Hat Machine to serve to 3 projects. I installed CVS 1.12.5 on a RED HAT 9 Machine. To make the service RUNI edited cvspserver arquive in /etc/xinetd.d... It looks like this... service cvspserver { port = 2401 disable = no socket_type = stream

RE: CVS Pserver with multiple repositories?

2003-12-22 Thread Gagneet Singh
this helps. Gagneet PS: Your English is good so don't worry about it.. :-)) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diego Ribeiro de AndradeSent: Monday, 22 December, 2003 21:08 PMTo: INFO CVSSubject: CVS Pserver with multiple

hrm... cvs pserver debugging ctd.

2003-06-03 Thread Peschko, Edward
to 'cvs pserver' to do this? I notice when you type: cvs ---help pserver you get: Usage: cvs pserver Normally invoked by a cvs client on a remote machine. ie: its not being that helpful... Ed ___ Info-cvs mailing list [EMAIL PROTECTED] http

Example of invoking cvs pserver from shell script

2002-12-23 Thread Kyle Adams
From the Cederqvist, section 2.9.3.1 Setting up the server for password authentication: Unfortunately, many versions of inetd have very small limits on the number of arguments and/or the total length of the command. The usual solution to this problem is to have inetd run a shell script which then

Re: Example of invoking cvs pserver from shell script

2002-12-23 Thread Baris Sahin
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 23, 2002 5:07 PM Subject: Example of invoking cvs pserver from shell script From the Cederqvist, section 2.9.3.1 Setting up the server for password authentication: Unfortunately, many versions of inetd have very small limits on the number

RE: i could not connect the cvs pserver from cvs client on win32

2002-12-17 Thread Shishir Singhai
-Original Message- From: Shishir Singhai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 2:03 AM To: [EMAIL PROTECTED] Subject: RE: i could not connect the cvs pserver from cvs client on win32 Hi Have u setup password file and on which OS u run pserver. regards Shishir

Re: i could not connect the cvs pserver from cvs client on win32

2002-12-17 Thread Larry Jones
think my cvs pserver is mistake.how could i do? Thanks. http://www.cvshome.org/docs/manual/cvs_21.html#SEC184 -Larry Jones This game lends itself to certain abuses. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org

i could not connect the cvs pserver from cvs client on win32

2002-12-16 Thread
i have setup a cvs server,then i try connect the server from a win32 machine.but failed.the error message is [login aborted]:reading from server:connection reset by peer or [login aborted]:end of file from server,consult above message if any. i think my cvs pserver is mistake.how could i do

Can't set-up passwd file on RedHat 8.0 cvs pserver

2002-10-22 Thread Neil Aggarwal
Hello: Did something change in the way the shadow passwords are set-up under RedHat 8.0 from RedHat 7.3? I am trying to create a password file for my repository on a new server running RedHat 8.0. When I vi the /etc/shadow file, my password looks like it has some non-printing characters in it.

Re: CVS pserver problems

2002-08-13 Thread Derek Robert Price
Norberto Meijome wrote: Hi Irfan, can you tell us some more information? What is the error that you receive? is inetd really listening on that port? have you restarted/kill -1 inetd after changing the conf file? Beto irfan ali wrote: Hello, I am trying to connect to my remote CVS

CVS pserver problems

2002-08-12 Thread irfan ali
Hello, I am trying to connect to my remote CVS Repository on my linux machine under /home/cvs/repository using winCVS which is setup on my windows machine. I have taken care of /etc/services and /etc/inetd.conf files. I have also created passwd file under /home/cvs/repository/CVSROOT folder.

Re: CVS pserver problems

2002-08-12 Thread Norberto Meijome
Hi Irfan, can you tell us some more information? What is the error that you receive? is inetd really listening on that port? have you restarted/kill -1 inetd after changing the conf file? Beto irfan ali wrote: Hello, I am trying to connect to my remote CVS Repository on my linux machine

Re: cvs pserver login problem

2002-05-27 Thread lectrix
no. i'm afraid i had a typo (in my email). cvs -d :pserver:www.symbion.at:2401/home login or cvs -d :pserver:www.symbion.at:/home login should be the right syntax. anyway, in the first case - with port - there must not be a second :, otherwise i get lectrix@symbion home $ cvs

RE: cvs pserver login problem

2002-05-26 Thread lectrix
: lectrix To: [EMAIL PROTECTED] Sent: 5/25/2002 3:40 AM Subject: cvs pserver login problem hi! i am reposting this since i forgot to fill in the subject field last time, sorry! keep hoping someone can give me a hint on this: i am experiencing a problem with setting up cvs pserver. i followed

cvs pserver login problem

2002-05-25 Thread lectrix
hi! i am reposting this since i forgot to fill in the subject field last time, sorry! keep hoping someone can give me a hint on this: i am experiencing a problem with setting up cvs pserver. i followed the instruction in the manual and configured xinetd so that it starts cvs pserver on port

cvs pserver installation

2002-05-25 Thread stefan radulian
hi! i am experiencing a problem with setting up cvs pserver. i followed the instruction in the manual and configured xinetd so that it starts cvs pserver on port 2401 successfully ( i tested with telnet). but when i am trying to connect, syslog says: www xinetd[26206]: START: cvspserver pid

Problems setting up a CVS pserver

2002-02-07 Thread Gek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I set up my little pserver in a chroot environment (accoring to http://www.unixtools.org/cvs/server-how-to.html) and added a code repository and imported a module. But for some reasons I can't check it out lateron. I have almost no experience with

Unable to log in to cvs pserver

2002-01-28 Thread menuka
Hi All, I have tried to set up cvs pserver. In my repository , in the cvsroot directory I have created a passwd file to which i have added the following line menuka: def I am getting the following error message when i try to login to cvs server. cvs login :authorization failed: server

Re: Unable to log in to cvs pserver

2002-01-28 Thread Larry Jones
menuka writes: In my repository , in the cvsroot directory I have created a passwd file to which i have added the following line menuka: def I don't know what you think you're doing, but that is not correct syntax. You should have the CVS user name, a colon, then that user's encrypted

Re: CVS pserver on RedHat 7.1 lets me login, but when I do import, it fails

2002-01-27 Thread Larry Jones
Neil Aggarwal writes: vi /etc/xinetd.d/cvs and added these lines: service cvs That should probably be cvspserver rather than cvs. { port = 2401 If cvspserver is defined as port 2401 in /etc/services, which it should be, you don't need that line (although it doesn't hurt).

CVS pserver on RedHat 7.1 lets me login, but when I do import, it fails

2002-01-26 Thread Neil Aggarwal
I am trying to set-up a CVS pserver on my RedHat 7.1 development machine. I tried reading the CVS book at http://cvsbook.red-bean.com, but it does not cover xinetd, so I tried to adapt it myself. Here is what I did as root: cvs -d /usr/local/cvsroot init /usr/sbin/useradd cvs cd /usr/local

Re: CVS pserver on RedHat 7.1 lets me login, but when I do import, it fails

2002-01-26 Thread Olav Lindkjølen
Something to do with cvs server running as root, inheriting the HOME environment variable. Create a user named cvs and run the server under that user. Or try this as root: unset HOME /etc/rc.d/init.d/inet restart Regards from Olav! Neil Aggarwal wrote: I am trying to set-up a CVS pserver

CVS pserver on RH 7.2 - any password is authenticated!

2002-01-11 Thread Satheesh Babu
Hello, I usually use Mandrake 8 and pserver works peacefully there. At work, I need to install RH 7.2 for this and it is driving me nuts. - stock CVS rpm - pserver running from xinetd When you login it actually gives an error if you give wrong userids... But, if the userid is valid, you can

cvs pserver authorization failed

2001-11-20 Thread James Garrison
I've seen a number of threads about pserver authentication failure for no obvious reason, and I'm getting the same errors. [jhg@janus jhg]$ cvs -d :pserver:jhg@localhost:/home/cvs/repository login Logging in to :pserver:jhg@localhost:2401/home/cvs/repository CVS password: cvs login:

Re: cvs pserver authorization failed

2001-11-20 Thread Larry Jones
James Garrison writes: Here are some example lines from /var/log/secure (SYSLOG/AUTHPRIV) for previously failed login attempts. [...] The string after the / which I assume is supposed to be the obfuscated password, doesn't match what's in the protocol stream: It's supposed to be the

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 thanks!

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 that

RE: Problems running cvs pserver

2001-06-05 Thread Sven Dowideit
: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 works. ./configure --without-gssapi still leaves gssapi libs

RE: Problems running cvs pserver

2001-06-05 Thread Sven Dowideit
: [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, i have had another stab at it, and I still

RE: Problems running cvs pserver

2001-06-03 Thread Sven Dowideit
]]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 cvs 1.11p1 (that i am using as a comparison) I

CVS Pserver installation

2001-05-14 Thread Amit Bakhru
Sir, I am using RedHat Linux 7.0 , and i want to configure pserver, so that users can access repository remotely. I have made a file in directory /etc/xinetd.d in the name cvspserver, for entering details of server, but i am still not able to connect the server. Can you just guide me what should

Re: CVS Pserver installation

2001-05-14 Thread Larry Jones
Amit Bakhru writes: I have made a file in directory /etc/xinetd.d in the name cvspserver, for entering details of server, but i am still not able to connect the server. Can you just guide me what should be the contents of this file cvspserver.OR Where can i get documentation for

Re: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
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 CVSROOT environment variable. Connection closed by foreign host. That indicates that the CVS you're trying to use as a server

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 an

RE: Problems running cvs pserver

2001-05-08 Thread Sven Dowideit
: 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 What version of CVS? The Kerberos stuff is a mess, but it's getting better and better as time

Re: Problems running cvs pserver

2001-05-07 Thread dreade
' CVSClient.READLine: 'cvs pserver: No CVSROOT specified! Please use the `-d' option' AUTHENTICATE: REPLY: 'cvs pserver: No CVSROOT specified! Please use the `-d' option' I get the same response if I telnet to the port i.e. The connection terminates immediately with the Connected to localhost. Escape

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 CVSROOT

Re: Problems running cvs pserver

2001-05-03 Thread Larry Jones
. Using truss we can see that the process is just reading the input characters and then sleeping. Does that include a newline? If you telnet to the port and hit return, you should get: cvs [pserver aborted]: bad auth protocol start: If you don't, there's something wrong with your CVS

CVS pserver

2001-04-09 Thread Flatbush, Steve
I can't find pserver anywhere, where can I get a copy of pserver? Thanks, Steve Flatbush ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: CVS pserver

2001-04-09 Thread Stephen Rasku
Steve Flatbush wrote: I can't find pserver anywhere, where can I get a copy of pserver? pserver is not a separate program. It is simply a command specified on the cvs command line (actually in inetd.conf but why split hairs?). -- Stephen Rasku E-mail: [EMAIL PROTECTED]

cvs pserver and knowing who did what

2001-04-02 Thread Chris Niekel
Hi, At work I've installed cvs and we now have a cvs repository which all developers access through the pserver. All accounts are mapped to the same userid (so the CVSROOT/passwd file is user:passwd:cvsaccount for every user). When I use the loginfo method to automatically send mail about the

Re: cvs pserver and knowing who did what

2001-04-02 Thread Rob Helmer
Hello, Do the developers also have UNIX accounts? Then don't use the CVSROOT/passwd file, I don't think there's any really good reason to use it. It's easier to set up a phony shell that doesn't allow logins and use the UNIX user account system if you don't want people logging into the box.

Re: How to specify port with `cvs pserver'?

2001-04-02 Thread Rob Helmer
ectly, so I use port forwarding via ssh. So if I want to access two `cvs pserver' repositories, I have to set up port forwarding with two different local ports, right? I guess that means I need to specify the port on the remote host when doing cvs -d :pserver:user@host:/path/to/repository co

CVS pserver

2001-04-02 Thread Charles
I'm new to this and am attempting to set up a pserver on a linux box which will service multiple windows machines running wincvs. I have thus far installed cvs and created a repository. I'm not sure how to actually get pserver listening on the port I'm using. Any help on what command line

Re: cvs pserver and knowing who did what

2001-04-02 Thread Larry Jones
Chris Niekel writes: When I use the loginfo method to automatically send mail about the commits, the "Author" is always set to 'cvsaccount'. Is there any way to make this the 'user' entry? I'm just using an example log.pl script, but I printed the environment settings, and that also

How to specify port with `cvs pserver'?

2001-04-01 Thread Kai Großjohann
I can't access the outside directly, so I use port forwarding via ssh. So if I want to access two `cvs pserver' repositories, I have to set up port forwarding with two different local ports, right? I guess that means I need to specify the port on the remote host when doing cvs -d :pserver:user

RE: RH 7.0, cvs pserver not working

2001-03-26 Thread Joshua Davis
-Original Message- From: Larry Jones [mailto:[EMAIL PROTECTED]] Joshua Davis writes: I tried *not* setting HOME, but it didn't work on RH 7.0. The HOME setting seems to fix this problem (with RH 7.0 xinetd). Unless this behavior of RH 7.0 has been fixed. If that's the

Re: RH 7.0, cvs pserver not working

2001-03-24 Thread Larry Jones
Ginger Ellsworth writes: $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: connect to 192.168.1.134:2401 failed: Connection refused "Connection refused" means that the server machine isn't listening for connections on the

RE: RH 7.0, cvs pserver not working

2001-03-24 Thread Joshua Davis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Larry Jones Ginger Ellsworth writes: $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: connect to 192.168.1.134:2401 failed:

Re: RH 7.0, cvs pserver not working

2001-03-24 Thread Larry Jones
Joshua Davis writes: I tried *not* setting HOME, but it didn't work on RH 7.0. The HOME setting seems to fix this problem (with RH 7.0 xinetd). Unless this behavior of RH 7.0 has been fixed. If that's the case, then 'nevermind'. :) What do you mean by "didn't work"? It may well be that

RH 7.0, cvs pserver not working

2001-03-23 Thread Ginger Ellsworth
= cvsusers env = HOME=/cvs passenv = server = /usr/bin/cvs server_args = -f --allow-root=/cvs pserver log_on_success += DURATION USERID log_on_failure += USERID } and I have rebooted the machine to re

Re: Standalone CVS pserver

2001-03-05 Thread Robert Schiele
On Thu, Mar 01, 2001 at 04:22:26PM -, Darren Young wrote: I read a thread from last year that mentioned the same type of issue I am looking to resolve, although I did not find any appropriate answers. I am looking to set up a cvs pserver, however it will be located on my hosting

RE: Standalone CVS pserver

2001-03-02 Thread John Scott - Outlook
to allow you to specify the port number on the command line. Something like setting CVSROOT env var to :pserver:user@host(port):/path_to_cvs_repos Also I didn't think that pserver listened on a port for you. It was designed so that inetd would listen on the port and spawn the cvs pserver command when

Re: Standalone CVS pserver

2001-03-02 Thread Derek R. Price
The current dev version does this. The syntax is :pserver:[user@]host[:port]/path_to_cvs_repos Also I didn't think that pserver listened on a port for you. It was designed so that inetd would listen on the port and spawn the cvs pserver command when a connection was made, after tying the socket

Re: Standalone CVS pserver

2001-03-01 Thread Eric Siegerman
On Thu, Mar 01, 2001 at 04:22:26PM -, Darren Young wrote: Now, what I would like to do is something like this: $HOME/bin/cvs --allow-root=$HOME/cvsroot -T$HOME/tmp -f pserver It seems to start fine, although if I touch my keyboard it stops. In a second shell session, netstat -na

Re: cvs pserver performance

2001-01-26 Thread HMahaffey
In a message dated 1/26/01 3:52:56 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I have, but I think these occur when the client doesn't close down the connection to the server properly. Sometimes I have pserver process that hangs around for a couple of days, and I (or someone else)

  1   2   >