Bill Lear <rael@zopyra.com> writes:Just a hunch. Does the bash start-up sequence for the user emit something to stdout? The attached patch on the local side (i.e. the one that pushes) dumps "garbage" you are getting on the line from the remote side, to help diagnosing the problem. diff --git a/pkt-line.c b/pkt-line.c index b4cb7e2..9bb1c90 100644 --- a/pkt-line.c +++ b/pkt-line.c @@ -101,6 +101,16 @@ int packet_read_line(int fd, char *buffer, unsigned size) len += c - 'A' + 10; continue; } + error("protocol error: bad line length character"); + fprintf(stderr, "<<<<<\n%.*s", 4, linelen); + while (1) { + char buf[1024]; + int cnt = xread(fd, buf, sizeof(buf)); + if (cnt <= 0) + break; + fprintf(stderr, "%.*s", cnt, buf); + } + fprintf(stderr, "\n>>>>>\n"); die("protocol error: bad line length character"); } if (!len) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| David Miller | [GIT]: Networking |
| Fred . | Please add ZFS support (from GPL sources) |
| Krzysztof Halasa | [PATCH 0/3] Intel IXP4xx network drivers |
| Jon Ivar Rykkelid | sata_nv issues with MCP51 SATA controller |
git: | |
| Thomas Glanzmann | GIT Packages for Debian Etch |
| Paolo Ciarrocchi | UI and git-completion.sh |
| Shawn Pearce | Error writing loose object on Cygwin |
| Nicolas Pitre | Re: If you would write git from scratch now, what would you change? |
| Marco Peereboom | Re: Real men don't attack straw men |
| Brandon Lee | DELL PERC 5iR slow performance |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Marco Peereboom | Re: how to undelete? |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Doug Evans | Re: Stabilizing Linux |
| Desmond A. Kirkpatrick | ATI GUP bug with Linux 'tickler' |
| H.J. Lu | Re: ksh has no 'up arrow' command recall |
