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 localh

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

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 r

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 c

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 = strea

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 usin

Re: problem setting cvs pserver

2005-02-17 Thread Mike Klinke
On Thursday 17 February 2005 16:10, alex wrote: > > I read it before but couldn't find an answer. thanks for your > help. Alex Well, for what it's worth I also run FC3, took your cvspserver file, popped it into my xinetd.d directory and restarted xinetd. No problems here as you can see below

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 ine