Re: [racket-dev] Grr... why can't I pull?

2010-10-19 Thread Eli Barzilay
Four hours ago, John Clements wrote:
> Okay, this just sounds stupid: my 'git fetch' is failing on the PLT tree.  I 
> can ssh to the pltgit machine just fine:
> 
> john-clementss-macbook-pro:~/git-clements clements$ ssh git
> PTY allocation request failed on channel 0
> hello clements, the gitolite version here is v1.4-14-g36317c4
> the gitolite config gives you the following access:
>  CCREATER/.*
>R Wiplt
>R Wplay
>R Wplt
>@ @testing
> Connection to git.racket-lang.org closed.
> 
> ... but git pull just hangs. I get no useful info, even with a git fetch -v.

I forgot to say that the first thing is small enough that you get
everything happenning withing a negligible delta of the ssh handshake
step.  But a pull is where it starts talking, and that would be much
more sensitive to timouts etc.

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Grr... why can't I pull?

2010-10-19 Thread Eli Barzilay
Four hours ago, John Clements wrote:
> 
> On Oct 19, 2010, at 2:34 PM, Sam Tobin-Hochstadt wrote:
> 
> > On Tue, Oct 19, 2010 at 2:28 PM, John Clements
> >  wrote:
> >> Am I doing something stupid, here?
> > 
> > I'm having the same problem, and I'm at the same conference as John,
> > so I suspect that's the issue.  I can pull fine from my machine at
> > Northeastern.
> 
> Hey! It got fixed.  
> 
> Thanks to... whoever...

I didn't do anything.  But git is really just running two processes on
the two ends that talk to each other via their stdio.  So it sounds
like you both had some connectivity issues, perhaps an overloaded
line.  (Ssh can take a while to really give up.)

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Grr... why can't I pull?

2010-10-19 Thread John Clements

On Oct 19, 2010, at 2:34 PM, Sam Tobin-Hochstadt wrote:

> On Tue, Oct 19, 2010 at 2:28 PM, John Clements
>  wrote:
>> Am I doing something stupid, here?
> 
> I'm having the same problem, and I'm at the same conference as John,
> so I suspect that's the issue.  I can pull fine from my machine at
> Northeastern.

Hey! It got fixed.  

Thanks to... whoever...

John




smime.p7s
Description: S/MIME cryptographic signature
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Grr... why can't I pull?

2010-10-19 Thread Sam Tobin-Hochstadt
On Tue, Oct 19, 2010 at 2:28 PM, John Clements
 wrote:
> Am I doing something stupid, here?

I'm having the same problem, and I'm at the same conference as John,
so I suspect that's the issue.  I can pull fine from my machine at
Northeastern.
-- 
sam th
sa...@ccs.neu.edu
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


[racket-dev] Grr... why can't I pull?

2010-10-19 Thread John Clements
Okay, this just sounds stupid: my 'git fetch' is failing on the PLT tree.  I 
can ssh to the pltgit machine just fine:

john-clementss-macbook-pro:~/git-clements clements$ ssh git
PTY allocation request failed on channel 0
hello clements, the gitolite version here is v1.4-14-g36317c4
the gitolite config gives you the following access:
 C  CREATER/.*
   R W  iplt
   R W  play
   R W  plt
   @ @  testing
Connection to git.racket-lang.org closed.

... but git pull just hangs. I get no useful info, even with a git fetch -v.

Actually, I just tried it from a remote linode (li21-127.members.linode.com), 
and it seems to be hanging there, as well.

Am I doing something stupid, here?

John



smime.p7s
Description: S/MIME cryptographic signature
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev