check for whitespaces in that file carefully there should not be any...check in /etc/services that cvspserver is not commented....
cvs -d /path/to/repository init would initiate your repository in that path...you would be able to see CVSROOT under that... restart xinetd and its all done Hopefully this should resolve your problem... -----Original Message----- From: anshul makkar [mailto:[EMAIL PROTECTED] Sent: Saturday, April 24, 2004 7:54 PM To: [EMAIL PROTECTED]; The Linux-Delhi mailing list Subject: RE: [ilugd] Re: CVS As per your instruction i have changed my file . but still the port is not opening . telnet to port 2401 is displaying connection refused . --- Dhruv Soi <[EMAIL PROTECTED]> wrote: > Create /etc/xinetd.d/cvspserver and paste below text > after changing path > > service cvspserver > { > disable = no > port = 2401 > socket_type = stream > protocol = tcp > wait = no > user = root > passenv = path > server = /usr/bin/cvs > server_args > = -f --allow-root=/path/to/cvs/repository1 > --allow-root=/path/to/cvs/reposit > ory2 pserver > } > > > and then /etc/rc.d/init.d/xinetd restart to enable > cvs > > Run #nmap localhost > to get this output for confirmation > > 2401/tcp open cvspserver > > If any problem do let me know. > > Thanks > -Dhruv > > -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Abhijit Menon-Sen > Sent: Friday, April 23, 2004 8:01 PM > To: [EMAIL PROTECTED] > Subject: [ilugd] Re: CVS > > > At 2004-04-23 07:22:49 -0700, > [EMAIL PROTECTED] wrote: > > > > can any one please tell me how to configure cvs > server and enable its > > access from remote client. > > Did you ask Google about CVS documentation? > > -- ams > > _______________________________________________ > ilugd mailinglist -- [EMAIL PROTECTED] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: > http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > _______________________________________________ > ilugd mailinglist -- [EMAIL PROTECTED] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: > http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/ __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25" http://photos.yahoo.com/ph/print_splash _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
