git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* debugging git clone  via git-daemon     "cannot handle daemon internally"
@ 2011-01-04 16:50 John Griessen
  2011-01-07 23:42 ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: John Griessen @ 2011-01-04 16:50 UTC (permalink / raw)
  To: git

I have a server running debian  git-core, gitosis,  git version 1.7.2.3 and local git version 1.7.2.3.

I've uninstalled git-daemon-run from the server for testing simplicity.

The server is running this:
sudo /usr/lib/git-core/git-daemon --verbose --strict-paths --user=git --group=gitosis /srv/gitosis/repositories  &>git-daemon-err.log

when I try  cloning from my local machine I get these results:

john@toolbench:~/EEProjects/test$ git clone git://mail.cibolo.us/gitosis-admin.git
Cloning into gitosis-admin...
fatal: protocol error: bad line length character: fata



john@toolbench:~/EEProjects/test$ telnet mail.cibolo.us 9418
Trying 76.191.252.85...
Connected to mail.cibolo.us.
Escape character is '^]'.
fatal: cannot handle daemon internally
Connection closed by foreign host.


What does "cannot handle daemon internally" signify to you all?
The part where telnet connects is saying the firewall is open at 9418, so that's good.

What do you think about debian's package of gitosis?  It is working to push,
and clone with this command:
git clone gitosis@mail.cibolo.us:gitosis-admin.git
but not these:

john@toolbench:~/EEProjects/test$ git clone git://mail.cibolo.us/gitosis-admin.git
Cloning into gitosis-admin...
fatal: protocol error: bad line length character: fata
john@toolbench:~/EEProjects/test$ git clone git://mail.cibolo.us/srv/gitosis/repositories/gitosis-admin.git
Cloning into gitosis-admin...
fatal: protocol error: bad line length character: fata

it creates a gitosis user.
Should I install gitosis from source and have a git user only?

What can I simplify to debug this?

gitweb skips this by not using port 9418, so I will be setting that up in the meantime.

thanks,

John

-- 
Ecosensory   Austin TX

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-08  2:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 16:50 debugging git clone via git-daemon "cannot handle daemon internally" John Griessen
2011-01-07 23:42 ` Jonathan Nieder
2011-01-08  2:37   ` John Griessen

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).