[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian cvs server setup -- howto?



On Thu, Jun 07, 2001 at 10:29:45PM -0700, Leonard Leblanc wrote:
> Did you add it to your /etc/inetd.conf?
> 
> Leonard Leblanc
> Webmaster / Intranet Administrator
> www.emergeknowledge.com

no. but i added it to xined.conf, tho. :)

	#2401 stream tcp nowait root /usr/sbin/run-cvs run-cvs

	service cvspserver
	{
		socket_type     = stream
		protocol        = tcp
		wait            = no
		user            = root
		server          = /usr/local/sbin/run-cvs
	#	server_args     = run-cvs
		bind            = 192.168.1.1
	}

and then, of course, did /etc/init.d/xinetd reload, and the logs
in /var/log reflect that it loaded fine -- also reflected
properly by nmap.

so instead of connection refused (as when no listening is on port
cvspserver at all), now i get 

	$ cvs -d:pserver:will@serensoft.com:/cvsroot login
	(Logging in to will@serensoft.com)
	CVS password: 
	cvs [login aborted]: recv() from server serensoft.com: Connection reset by peer

	$ cvs -d:pserver:will@serensoft.com:/cvsroot login
	(Logging in to will@serensoft.com)
	CVS password: 
	cvs [login aborted]: received broken pipe signal

i don't know enough to ask the right question-- :(

is there a debian-esque package "cvs-secure-server" or some such?
maybe "cvsupd" is what i'm looking for (probably not)?

> ----- Original Message -----
> From: "will trillich" <will@serensoft.com>
> To: <debian-user@lists.debian.org>
> Sent: Thursday, June 07, 2001 7:56 PM
> Subject: debian cvs server setup -- howto?
> 
> > okay, i've got cvs working client-side just fine. now i'd like
> > to try setting up a server for a small in-house project, mostly
> > to see if it can be done...
> >
> > i've seen
> >
> > http://www.unixtools.org/cvs/server-how-to.html
> > http://www.prima.eu.org/tobez/cvs-howto.html
> >
> > which presume a few utilities/applications that i can't find via
> > apt-get install... and some which i downloaded and compiled (ver
> > non-debianish, don't tell anybody) aren't sufficient to get this
> > going.
> >
> > the standard documents
> >
> > http://linuxdoc.org/HOWTO/CVS-RCS-HOWTO.html
> > http://cvshome.org/docs/manual/cvs.html
> >
> > show how to use cvs as a client, but not how to set it up as a
> > server.  is there a debian-friendly intro to setting up a secure
> > cvs server? thanks--

-- 
DEBIAN NEWBIE TIP #29 from Will Trillich <will@serensoft.com> 
:
Console GIBBERISH? Suddenly you're seeing Russian or Korean or
box-like text on your console or xterm (or rxvt) -- probably
after viewing a binary file, right? :) Enter "reset" at the
command line, or try embedding a control-O (letter oh) into
your command-line prompt string:
	export PS1='^V^O\u@\h: \w$ '

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: