* git-cvsservr questions
@ 2006-06-08 4:33 Jon Loeliger
2006-06-08 5:23 ` Martin Langhoff
0 siblings, 1 reply; 3+ messages in thread
From: Jon Loeliger @ 2006-06-08 4:33 UTC (permalink / raw)
To: git
Mart{i,y}n et al,
I'm having a bit of a problem setting up my git-cvsserver.
I think I have followed the man page, but this is the
only real response I get:
$ setenv CVSROOT :pserver:anonymous@jdl.com:/pub/..../foo.git
$ cvs co master cvs [checkout aborted]: unrecognized auth response
from jdl.com: Unknown command BEGIN AUTH REQUEST at
/usr/bin/git-cvsserver line 132, <STDIN> line 1.
I've installed DBD:SQLite, but I don't know if it is working
or not. Not sure what file it would create in my repo if it
was working properly. I've made the bare repo directory be
mode 777 just to be sure it is writable by "nobody."
My client is 1.12.9.
I have enabled it the config file, and set a log file, but
I get no output. Do I need to enable the output somehow?
Other debug enabling bits to turn on for more help here?
Have I missed some obvious step? You know, intuit my problem
from my sparse description! :-) Well, or tell me what else
you need to know...
Thanks,
jdl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-cvsservr questions
2006-06-08 4:33 git-cvsservr questions Jon Loeliger
@ 2006-06-08 5:23 ` Martin Langhoff
0 siblings, 0 replies; 3+ messages in thread
From: Martin Langhoff @ 2006-06-08 5:23 UTC (permalink / raw)
To: Jon Loeliger; +Cc: git
On 6/8/06, Jon Loeliger <jdl@jdl.com> wrote:
> Mart{i,y}n et al,
>
> I'm having a bit of a problem setting up my git-cvsserver.
> I think I have followed the man page, but this is the
> only real response I get:
>
> $ setenv CVSROOT :pserver:anonymous@jdl.com:/pub/..../foo.git
> $ cvs co master cvs [checkout aborted]: unrecognized auth response
> from jdl.com: Unknown command BEGIN AUTH REQUEST at
> /usr/bin/git-cvsserver line 132, <STDIN> line 1.
...
> I have enabled it the config file, and set a log file
Very strange. The calling line to git-cvsserver should have the
'pserver' option. Perhaps the inetd configuration is missing the
doubled-up pserver?
cheers,
martin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-cvsservr questions
@ 2006-06-08 13:03 Jon Loeliger
0 siblings, 0 replies; 3+ messages in thread
From: Jon Loeliger @ 2006-06-08 13:03 UTC (permalink / raw)
To: git
> Very strange. The calling line to git-cvsserver should have the
> 'pserver' option. Perhaps the inetd configuration is missing the
> doubled-up pserver?
Oh wow.
I thought I had tried that step already. So I went back and looked.
I _had_ tried that step -- but it was when I didn't have a full path
to the git-cvsserver executable on my inetd.conf line...
In summary, I had to:
use a full path to the excutable,
double the pserver command line arg,
fix the owner of my logfile to be "nobody".
Worked like a charm!
Thanks!
jdl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-06-08 13:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-08 4:33 git-cvsservr questions Jon Loeliger
2006-06-08 5:23 ` Martin Langhoff
-- strict thread matches above, loose matches on Subject: below --
2006-06-08 13:03 Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).