When I configure the CVS server today, I suddenly discovered a problem, and there was an error in the CVS server configuration process in this forum essence! ! Actually no one discovered? ! Recover the configuration process of the CVS server:
Check / etc / services First Type VI / ETC / Services and type / cvspserver if there is no # in front of the found row, so you don't have to modify it, otherwise you go to the list # in the /etc/xinetd.d directory, create a file, Just name, such as cvs vi /etc/xinetd.d/cvs added therein
Quote: Service cvspserver {socket_type = stream wait = noser = root env = home = server = / usr / bin / cvs # The following configuration option is wrong, wrong with red marker # server-tags = - allowow-root = / Home / CVSROOT PSERVER Server_Args = - Allow-root = / home / cvsroot pserver} After saving, create a group called CVS and a user GroupAdd CVS UserAdd -g cvs -s / sbin / nologin cvsroot then Vi / etc / profile added export cvsroot = / home / cvsroot restart xinetd: /etc/init.d/xinetd Restart initialization CVS warehouse CVS -D / home / cvsRoot init like this CVS can be used if you do not modify the above error It will appear when CVS login appears: cvs [login aborted]: unrecognized auth response from localhost: usage: cvs [cvs-options] Command [command-options-arguments] This error prompt.
Use suggestions: