The same F10 server is failing when doing a push locally from Linux :-
[root@*** hello-world]# git push git://git.***/hello-world
Counting objects: 4, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 535 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
error: unpack failed: unpacker exited with error code
To git://git.cybercomms.org/hello-world
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'git://git.***/hello-world'
messages :-
Apr 19 15:10:43 *** xinetd[29002]: START: git pid=30384
from=::ffff:192.168.0.1
Apr 19 15:10:43 *** git-daemon: [30384] Connection from 192.168.0.1:40205
Apr 19 15:10:43 *** git-daemon: [30384] Extended attributes (25 bytes) exist
<host=git.***>
Apr 19 15:10:44 *** git-daemon: [30384] Request receive-pack for
'/hello-world'
Apr 19 15:10:44 *** xinetd[29002]: EXIT: git status=0 pid=30384
duration=1(sec)
a 'git push /pub/git/hello-world' works fine though.
Aaron
On Sat, Apr 18, 2009 at 7:07 PM, Aaron Gray
<aaronngray.lists@xxxxxxxxxxxxxx> wrote:
I am trying to get git to do a remote push, but it is intermittent, hanging
sometimes, and not working others :-
Aaron Gray@AMD2500-PC /usr/src/test/gittest/hello-world
$ git push git://git.***/hello-world
Counting objects: 4, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 557 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
fatal: read error (Software caused connection abort)
Server: F10
git is version 1.6.0.6
git-daemon 1.6.0.6-3.fc10.i386
Client: Cygwin
git is version 1.6.1.2
/var/log/messages :-
Apr 18 18:18:28 *** xinetd[29002]: START: git pid=3083
from=::ffff:212.19.110.144
Apr 18 18:18:28 *** git-daemon: [3083] Connection from 212.159.110.144:6008
Apr 18 18:18:28 *** git-daemon: [3083] Extended attributes (25 bytes) exist
<host=git.***.org>
Apr 18 18:18:29 *** git-daemon: [3083] Request receive-pack for
'/hello-world'
Apr 18 18:18:29 *** xinetd[29002]: EXIT: git status=0 pid=3083
duration=1(sec)
Aaron
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html