|
When I'm trying to fetch the source for the Staging Origen nightly build it always fails on one package when doing repo sync. It's usually package 124/243 but it can differ between the tries. But always in the range of package 118-127. The two of the most common errors I get is:
and
Usually I only get one of those errors and the next time I try the other error may occur instead. I have tried several times to do a repo sync and it's always at least one error that occur. The command I use are:
|
|
I filed a sysadmin support ticket about this: https://rt.linaro.org//Ticket/Display.html?id=312 (for those in Linaro who can access the system). I will keep you posted when I get more news. Michael. |
|
Hi, I can reproduce this too:
I will report it to Linaro sysadmins. Thanks for reporting this! Michael. |
|
This error:
Gives a clue that the problem is on your (or ISP's) side. Essentially, your host couldn't reach your ISP's DNS to resolve the domain name (or your ISP's DNS couldn't contact its upstream). The suggestion is just keep trying - repo sunc is incremental, so with repeating attempts you would fetch everything in the end. If you find it being stuck on specific repository (there're truely enormous repositories with binaries inside in AOSP which we inherit), then suggestion is to try another Internet connection. Please note the replies from other folks are a bit flawed - they run their commands against git.linaro.org which is not correct, it should be android.git.linaro.org . One more suggestion: you can try to use http:// protocol instead of git://
(15 Feb, 10:04)
pfalcon
Hi pfalcon, Thank you for pointing it out. But, even when I tried it against - android.git.linaro.org, I was getting same 'fatal' error. Thank You.
(17 Feb, 03:26)
Ashwini Singh
|
|
There seem to be two problems here -- the DNS problem, and hangups from the server. For those of you seeing "name or service unknown" errors, it would be super helpful if you could run this command straight afterwards (I've left my output in there so you can see what to expect)...
For those of you seeing the "fatal: The remote end hung up unexpectedly." it would be helpful to know the time that this happened from. If you're willing the IP address you're using would also help identify the event in the logs. You can find out what IP we'd see by going to http://www.whatismyip.com. Thanks heaps, Mikal Canonical System Admin Hi. Here is the output from dig. ; <<>> DiG 9.7.3 <<>> android.git.linaro.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39034 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;android.git.linaro.org. IN A ;; ANSWER SECTION: android.git.linaro.org. 294 IN A 91.189.95.33 ;; Query time: 2 msec ;; SERVER: 193.15.96.74#53(193.15.96.74) ;; WHEN: Thu Feb 16 09:00:50 2012 ;; MSG SIZE rcvd: 56
(16 Feb, 03:06)
christoffer
Hi Michael, Thank You for your response. I'm getting this 'fatal: The remote end hung up unexpectedly.' problem from last two days.
(16 Feb, 03:41)
Ashwini Singh
christoffer -- that response seems correct to me. Are you getting the "Unable to look up android.git.linaro.org" error? Ashwini -- if you're willing to, could you email your IP address to us at rt@linaro.org? That will help us track this down in the logs. You can get your externally visible IP at http://www.whatismyip.com. Thanks, Mikal
(16 Feb, 04:50)
Michael Still
Thanks for the help Michael. But I'm still getting Fetching projects: 51% (125/244) fatal: Unable to look up android.git.linaro.org (port 9418) (Name or service not known) I been able to repo sync before, but not completely without troubles. But after a few tries it always worked. But now I been trying several times and not succeeded.
(20 Feb, 03:33)
christoffer
|
Hi,
I must confirm that I'm facing the same problem:
--> fatal: The remote end hung up unexpectedly.
Thank You.
Regards, Ashwini Singh