Linux MIPS Architecture development
 help / color / mirror / Atom feed
* git, rsync, and firewalls...
@ 2005-10-11 18:23 Don Hiatt
  2005-10-11 19:06 ` Ilya A. Volynets-Evenbakh
  0 siblings, 1 reply; 5+ messages in thread
From: Don Hiatt @ 2005-10-11 18:23 UTC (permalink / raw)
  To: 'linux-mips@linux-mips.org'

Any ideas on how you would go about doing the initial git clone if
rsync is blocked? Of course I could do it at home and then carry
it back but all those bits get awful heavy.. :) Is it possible to
use wget to grab the repository?

Cheers,

don

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git, rsync, and firewalls...
  2005-10-11 18:23 git, rsync, and firewalls Don Hiatt
@ 2005-10-11 19:06 ` Ilya A. Volynets-Evenbakh
  2005-10-11 20:49   ` D.J.Dimmich
  0 siblings, 1 reply; 5+ messages in thread
From: Ilya A. Volynets-Evenbakh @ 2005-10-11 19:06 UTC (permalink / raw)
  To: Don Hiatt; +Cc: 'linux-mips@linux-mips.org'

git clone http://www.linux-mips.org/pub/scm/linux.git



Don Hiatt wrote:

>Any ideas on how you would go about doing the initial git clone if
>rsync is blocked? Of course I could do it at home and then carry
>it back but all those bits get awful heavy.. :) Is it possible to
>use wget to grab the repository?
>
>Cheers,
>
>don
>
>  
>

-- 
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git, rsync, and firewalls...
  2005-10-11 19:06 ` Ilya A. Volynets-Evenbakh
@ 2005-10-11 20:49   ` D.J.Dimmich
  2005-10-11 22:34     ` Thiemo Seufer
  2005-10-12 13:29     ` Ralf Baechle
  0 siblings, 2 replies; 5+ messages in thread
From: D.J.Dimmich @ 2005-10-11 20:49 UTC (permalink / raw)
  To: Ilya A. Volynets-Evenbakh; +Cc: Don Hiatt, 'linux-mips@linux-mips.org'

Hmm,

This is no good:

cg-clone http://www.linux-mips.org/pub/scm/linux.git linux-mips.git
defaulting to local storage area
21:41:28 URL:http://www.linux-mips.org/pub/scm/linux.git/refs/heads/master
[41/41] -> "refs/heads/origin" [1]
progress: 2 objects, 1003 bytes
error: File 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
(http://www.linux-mips.org/pub/scm/linux.git/objects/65/8dc2bb726238c6eb05edf3eb2d35050c8beb1d)
corrupt

Cannot obtain needed blob 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
while processing commit 0000000000000000000000000000000000000000.
error: cannot map sha1 file 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
cg-pull: objects pull failed
cg-init: pull failed

cg (cogito) are wrapper scripts around git...  Something's no good...  the
rsync method bombs out at 97% - just hangs....

Any suggestions?

Thanks,
Damian

On Tue, 11 Oct 2005, Ilya A. Volynets-Evenbakh wrote:

> git clone http://www.linux-mips.org/pub/scm/linux.git
>
>
>
> Don Hiatt wrote:
>
> >Any ideas on how you would go about doing the initial git clone if
> >rsync is blocked? Of course I could do it at home and then carry
> >it back but all those bits get awful heavy.. :) Is it possible to
> >use wget to grab the repository?
> >
> >Cheers,
> >
> >don
> >
> >
> >
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git, rsync, and firewalls...
  2005-10-11 20:49   ` D.J.Dimmich
@ 2005-10-11 22:34     ` Thiemo Seufer
  2005-10-12 13:29     ` Ralf Baechle
  1 sibling, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2005-10-11 22:34 UTC (permalink / raw)
  To: D.J.Dimmich; +Cc: linux-mips

D.J.Dimmich wrote:
> Hmm,
> 
> This is no good:
> 
> cg-clone http://www.linux-mips.org/pub/scm/linux.git linux-mips.git
> defaulting to local storage area
> 21:41:28 URL:http://www.linux-mips.org/pub/scm/linux.git/refs/heads/master
> [41/41] -> "refs/heads/origin" [1]
> progress: 2 objects, 1003 bytes
> error: File 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
> (http://www.linux-mips.org/pub/scm/linux.git/objects/65/8dc2bb726238c6eb05edf3eb2d35050c8beb1d)
> corrupt
> 
> Cannot obtain needed blob 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
> while processing commit 0000000000000000000000000000000000000000.
> error: cannot map sha1 file 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
> cg-pull: objects pull failed
> cg-init: pull failed
> 
> cg (cogito) are wrapper scripts around git...  Something's no good...  the
> rsync method bombs out at 97% - just hangs....
> 
> Any suggestions?

Use a sufficiently new git, and raw git instead of cogito (as described
in the wiki page at www.linux-mips.org). At least this works for me.


Thiemo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: git, rsync, and firewalls...
  2005-10-11 20:49   ` D.J.Dimmich
  2005-10-11 22:34     ` Thiemo Seufer
@ 2005-10-12 13:29     ` Ralf Baechle
  1 sibling, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2005-10-12 13:29 UTC (permalink / raw)
  To: D.J.Dimmich
  Cc: Ilya A. Volynets-Evenbakh, Don Hiatt,
	'linux-mips@linux-mips.org'

On Tue, Oct 11, 2005 at 09:49:30PM +0100, D.J.Dimmich wrote:

> Cannot obtain needed blob 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
> while processing commit 0000000000000000000000000000000000000000.
> error: cannot map sha1 file 658dc2bb726238c6eb05edf3eb2d35050c8beb1d
> cg-pull: objects pull failed
> cg-init: pull failed
> 
> cg (cogito) are wrapper scripts around git...  Something's no good...  the
> rsync method bombs out at 97% - just hangs....

I've seen rsync hanging like this frequently when certain types of
firewall configurations were involved.  The #1 troublemaker have been
certain older Cisco PIX versions but there are others.

Anyway, cloning via http works fine, I've just verified that.

  Ralf

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-12 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-11 18:23 git, rsync, and firewalls Don Hiatt
2005-10-11 19:06 ` Ilya A. Volynets-Evenbakh
2005-10-11 20:49   ` D.J.Dimmich
2005-10-11 22:34     ` Thiemo Seufer
2005-10-12 13:29     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox