Hi guys,
I've done plenty of searching and RTFM'ing and I'm getting nowhere in setting up a CVS server.
I followed a guide on Kryptonians.net (damn no URL feature!) to get the server set up initially (after using many other guides that weren't particularly useful), and it _seems_ to work, however I can't login.
Here's what I use to log in:
Code:
export CVSROOT=:pserver:pda_std@localhost:/var/cvs/
cvs login
Where "pda_std" is a username specified in my passwd file. After I enter the password and hit enter, I get one of the following:
Code:
cvs [login aborted]: reading from server: Connection reset by peer
or
Code:
cvs [login aborted]: end of file from server (consult above messages if any)
My /var/log/cvsd.log reads as follows (from tail /var/log/cvsd/)
Code:
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 1
cvsd: connection from 127.0.0.1 41530
cvsd: debug: fork() succeeded (child pid=22338)
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 1
cvsd: connection from 127.0.0.1 41532
cvsd: debug: fork() succeeded (child pid=22342)
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 1
The server is running Debian Woody.
I'm a bit of a

when it comes to CVS. Any ideas?