Re: CVS Config problem - Need a help.....

2002-08-26 Thread Gordon Messmer
On Mon, 2002-08-26 at 19:31, Sajeewa Chandrasekera wrote: > Yes. It says xinetd was successfully started. > > Is this a problem with xinetd package? If there was an error loading the service, xinetd will say so in the messages file. Look around for the complete list of messages from xinetd. Fo

Re: CVS Config problem - Need a help.....

2002-08-26 Thread Sajeewa Chandrasekera
cc: Sent by: Subject: Re: CVS Config problem - Need a help. redhat-list

Re: CVS Config problem - Need a help.....

2002-08-26 Thread Sajeewa Chandrasekera
cc: Sent by: Subject: Re: CVS Config problem - Need a help. redhat-list

Re: CVS Config problem - Need a help.....

2002-08-26 Thread Gordon Messmer
On Mon, 2002-08-26 at 02:27, Sajeewa Chandrasekera wrote: > > Thanks for opinions. I followed every step you gave (I restarted from the > beginning), but still "netstat -l" doesn't show the port 2401. > it seems cvs server is not started. Did you look at /var/log/messages after restarting xinetd

Re: CVS Config problem - Need a help.....

2002-08-26 Thread Sajeewa Chandrasekera
Sent by: Subject: Re: CVS Config problem - Need a help. redhat-list-admin

Re: CVS Config problem - Need a help.....

2002-08-25 Thread Gordon Messmer
On Sun, 2002-08-25 at 19:47, Sajeewa Chandrasekera wrote: > > Yes Gordon, /usr/local/bin/cvs is there ! (I think I have copied it there) > > And also I tried putting /usr/bin/cvs (this is also there), but it still > doesn't work. Use /usr/bin/cvs since it's there. > I tried to config cvs under

Re: CVS Config problem - "Gordon Messmer sorry for delay"

2002-08-25 Thread Sajeewa Chandrasekera
AIL PROTECTED] m> cc: Sent by: Subject: Re: CV

Re: CVS Config problem

2002-08-21 Thread Gordon Messmer
On Wed, 2002-08-21 at 02:30, Sajeewa Chandrasekera wrote: > > 4. under "/etc/xinitd.d" I created a file called "cvspserver" and put these > lines > service cvspserver > { >disable = no >port= 2401 >socket_type = stream >protocol= tcp >wait= no >user

CVS Config problem

2002-08-21 Thread Sajeewa Chandrasekera
I tried to config cvs under Redhat 7.1, but failed. Following the steps I followed. 1. In /etc/profile I put CVSROOT=/usr/local/cvsroot export CVSROOT 2. source /etc/profile 3. cvs init 4. under "/etc/xinitd.d" I created a file called "cvspserver" and put these lines service cvspserver {