Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-14 Thread Detlev Zundel
Hi Ken, This problem has been repeatable for nearly the past 2 hours. I did a clone of the same git repository without any problems earlier today, except it wouldn't build properly. Any suggestions about what is wrong with the clone attempt and what can be done to fix it? The problem was

[U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Ken.Fuchs
$ strace git clone http://git.denx.de/u-boot-at91.git Here is strace output of one iteration of the infinite loop. 90 3571246 [main] git-http-fetch 2780 cygwin_select: 6, 0x22C550, 0x22C530, 0x22C510, 0x22C5B0 42 3571288 [main] git-http-fetch 2780 dtable::select_write: fd 5 20 3571308

Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 16:20:00 -0500 [EMAIL PROTECTED] wrote: I did a clone of the same git repository without any problems earlier today, except it wouldn't build properly. Any suggestions about what is wrong with the clone attempt and what can be done to fix it? I'd have said use the git:

Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I'd have said use the git: protocol, but that doesn't seem to help either: It worked fine for me... Initialized empty Git repository in /home/kim/git/hmm.git/.git/ git.denx.de[0: 0.0.0.1]: errno=Success fatal: unable to connect a socket (Success)

Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 23:40:37 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: ... or simply work, at least with git protocol. ok, it works when I s/git.denx.de/www.denx.de/, using the git protocol. This might have something to do with our firewall though. Kim