Closed
Bug 585554
Opened 16 years ago
Closed 15 years ago
cloning of comm-central fails with 'abort: premature EOF reading chunk (got X bytes, expected Y)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aryx, Assigned: aravind)
Details
(Whiteboard: [debugging][ams])
Cloning of comm-central fails with 'abort: premature EOF reading chunk (got X bytes, expected Y).
Operating System: Windows XP SP3 using MozillaBuild 1.5
According to http://mercurial.selenic.com/bts/issue1797 , this could be caused by my slow internet connection (1 Mbit/s).
| Assignee | ||
Comment 1•16 years ago
|
||
Seems to wfm from within the colo. Not sure what we can do about external factors. Where are you located? How good/bad is your network connection?
[aravind@boris tmp]$ hg clone http://hg.mozilla.org/comm-central
destination directory: comm-central
requesting all changes
adding changesets
adding manifests
adding file changes
added 6116 changesets with 27027 changes to 8771 files (+18 heads)
updating working directory
6350 files updated, 0 files merged, 0 files removed, 0 files unresolved
[aravind@boris tmp]$
| Reporter | ||
Comment 2•16 years ago
|
||
Location: Germany
Connection: 1 Mbit/s via wireless LAN (I don't see problems like disconnects while cloning).
| Assignee | ||
Comment 3•16 years ago
|
||
I had gozer verify that this worked for him as well.. I bumped up the timeouts on the server. Can you please try this clone again?
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → aravind
| Reporter | ||
Comment 4•16 years ago
|
||
Tried three times, it is still not working.
Updated•16 years ago
|
Whiteboard: [debugging]
Updated•15 years ago
|
Whiteboard: [debugging] → [debugging][ams]
| Assignee | ||
Comment 5•15 years ago
|
||
I am not sure how to reproduce/debug this problem. I just tried to clone this from a machine in Amsterdam and it worked just fine. I was using mercurial 1.5.4. Can you try this from some other network (thank the one giving you the problem) and re-open if you think its still an issue?
[root@ams-zlb01 ~]# hg clone http://hg.mozilla.org/comm-central
destination directory: comm-central
requesting all changes
adding changesets
adding manifests
adding file changes
added 6214 changesets with 27291 changes to 8794 files (+19 heads)
updating to branch default
6363 files updated, 0 files merged, 0 files removed, 0 files unresolved
[root@ams-zlb01 ~]#
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 6•15 years ago
|
||
Tried it on another network and cloned without problems. Still not able to clone on the problematic network.
Using MozilaBuild 1.5 with Mercurial 1.5.4
-> Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Assignee | ||
Comment 7•15 years ago
|
||
What ip address are you coming from? Copying one of our network guys on the bug.
| Reporter | ||
Comment 8•15 years ago
|
||
Tried a few minutes ago from 86.56.88.23
| Assignee | ||
Comment 9•15 years ago
|
||
We recently switched colos in Amsterdam and I tried this clone from the new ISP, and it completed just fine. At this point there is not much else we can do about this from our side. I suspect problems with your ISP.
# hg clone http://hg.mozilla.org/comm-central
destination directory: comm-central
requesting all changes
adding changesets
adding manifests
adding file changes
added 6390 changesets with 27950 changes to 8832 files (+19 heads)
updating to branch default
6399 files updated, 0 files merged, 0 files removed, 0 files unresolved
#
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•