[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: cvs connection problems
- From: Aaron Konstam <akonstam sbcglobal net>
- To: For users of Fedora <fedora-list redhat com>
- Subject: Re: cvs connection problems
- Date: Tue, 20 Mar 2007 10:16:36 -0500
On Tue, 2007-03-20 at 19:22 +0700, lists dwsasia com wrote:
> Hi,
>
> I am trying to setup my fedora box with cvs server to be able to
> connect it via pserver. This is what I am getting as error trying to
> perform any cvs
>
> cvs ["whatevercommand" aborted]: connect to [xxx.xxx.xxx.xxx]:2401
> failed: Connection refused
>
> In the /etc/xinetd.d/ folder I have a file called cvs:
>
> service cvspserver
> {
> disable = no
> port = 2401
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> passenv = PATH
> server = /usr/bin/cvs
> env = HOME=/var/cvs
> server_args = -f --allow-root=/var/cvs pserver
> # bind = 127.0.0.1
> }
>
> And in the /etc/hosts.allow I added the line:
>
> cvs: ALL:ALLOW
The above seems wrong. The ALLOW has no purpose in an hosts.allow file.
cvs: All
seems the correct form.
>
> And using the system-config-security-tui tool I allow:
>
> SSH
> WWW (HTTP)
> Secure WWW (HTTPS)
> and otherports: cvspserver:tcp (same as 2401)
>
> Anything else I need to be able to connect to the the cvs using
> pserver from a remote computer. From that computer I can setup a
> regular ssh connection without problem. I have tried to restart all
> services and rebooted the machine as well :(
>
> Anything I am missing out here?
>
> Best regards,
> Peter Lauri
>
>
--
=======================================================================
"If you'll excuse me a minute, I'm going to have a cup of coffee." -
broadcast from Apollo 11's LEM, "Eagle", to Johnson Space Center,
Houston July 20, 1969, 7:27 P.M.
=======================================================================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam sbcglobal net
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]