Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Setting up cvs server on RedHat 7.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adrian Barrett  
View profile  
 More options May 24 2001, 11:45 am
Newsgroups: comp.software.config-mgmt
From: Adrian Barrett <a.r.w.barr...@ic.ac.uk>
Date: Thu, 24 May 2001 16:35:52 +0100
Local: Thurs, May 24 2001 11:35 am
Subject: Setting up cvs server on RedHat 7.1
Hi there,

I've just installed RedHat 7.1 and I'm trying to set it up as a CVS
server for remote access.  The problem is that the CVS manual talks
about making changes to the /etc/inted.conf file to allow direct
connection with password authentication.  However, /etc/inetd.conf
doesn't exist on RedHat 7.1; all the configuration stuff seems to have
moved into separate files in a directory called /etc/xinetd.d which have
similar entries to inetd.comf but not exactly the same.  Has anyone had
any experience of setting up a cvs server on RedHat 7.1?

Thanks in advance for any help.

Adrian Barrett


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Z. Joe Wang  
View profile  
 More options May 24 2001, 11:51 am
Newsgroups: comp.software.config-mgmt
From: w...@tesla.stereotaxis.com (Z. Joe Wang)
Date: 24 May 2001 10:51:01 -0500
Local: Thurs, May 24 2001 11:51 am
Subject: Re: Setting up cvs server on RedHat 7.1
Here is the cvs file I have in my /etc/xinetd.d directory -

-- begin --------------------------------------------------------------------
# Converted by inetdconvert
service cvspserver
{
     socket_type  = stream
     protocol  = tcp
     wait  = no
     user  = root
     server  = /usr/bin/cvs
     server_args  = -f --allow-root=/wd1/common/cvs_server -T /wd1/common/cvs_tmp pserver
     disable  = no

}

-- end ----------------------------------------------------------------------

-joe

--
Z. Joe Wang - <~{MuVw~}>                       Phone: (314) 615-6340 (O)
Stereotaxis Inc, St. Louis, MO               Mailto:w...@stereotaxis.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
XIP  
View profile  
 More options May 26 2001, 3:18 am
Newsgroups: comp.software.config-mgmt
From: "XIP" <simon...@netvigator.com>
Date: Sat, 26 May 2001 15:14:15 +0800
Local: Sat, May 26 2001 3:14 am
Subject: Re: Setting up cvs server on RedHat 7.1
Hi,

Can anybody please explain the arguments in the line below?  Thanks

     server_args  = -f --allow-root=/wd1/common/cvs_server -T
/wd1/common/cvs_tmp pserver

I saw that in /etc/services, there are 2 CVS services, TCP and UDP, is it
true that
the UDP part can be removed?

Simon

"Z. Joe Wang" <w...@tesla.stereotaxis.com> ¼¶¼g©ó¶l¥ó
news:9ejal5$7hh$1@tesla.stereotaxis.com...

> Here is the cvs file I have in my /etc/xinetd.d directory -

> --

begin --------------------------------------------------------------------
> # Converted by inetdconvert
> service cvspserver
> {
>      socket_type  = stream
>      protocol  = tcp
>      wait  = no
>      user  = root
>      server  = /usr/bin/cvs
>      server_args  = -f --allow-root=/wd1/common/cvs_server -T

/wd1/common/cvs_tmp pserver
>      disable  = no
> }
> --

end ----------------------------------------------------------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »