public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* cvs access
  2000-12-30  6:08 cvs access Eric Christopher
@ 2000-10-31 15:58 ` Eric Christopher
  2000-12-30  6:08 ` Jason Molenda
  1 sibling, 0 replies; 15+ messages in thread
From: Eric Christopher @ 2000-10-31 15:58 UTC (permalink / raw)
  To: overseers

For some reason I have to type my ssh key twice when updating sources to
things in the /cvs/src directory.  Anyone else experiencing this?

-eric

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

* Re: cvs access
  2000-12-30  6:08 ` Jason Molenda
@ 2000-10-31 16:03   ` Jason Molenda
  2000-12-30  6:08   ` Tom Tromey
  2000-12-30  6:08   ` Eric Christopher
  2 siblings, 0 replies; 15+ messages in thread
From: Jason Molenda @ 2000-10-31 16:03 UTC (permalink / raw)
  To: Eric Christopher; +Cc: overseers

On Tue, Oct 31, 2000 at 04:09:16PM -0800, Eric Christopher wrote:
> For some reason I have to type my ssh key twice when updating sources to
> things in the /cvs/src directory.  Anyone else experiencing this?


How many times are you prompted to do

  ssh sourceware echo hi

?  Look over your $CVS_RSH, $CVSROOT and $HOME/.ssh/config for this sort
of thing.  If the ssh echo hi cmd also prompts twice, do ssh -v ... and 
carefully look over all the output.

J

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

* Re: cvs access
  2000-12-30  6:08   ` Eric Christopher
@ 2000-10-31 16:14     ` Eric Christopher
  2000-12-30  6:08     ` Jason Molenda
  1 sibling, 0 replies; 15+ messages in thread
From: Eric Christopher @ 2000-10-31 16:14 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

Jason Molenda wrote:
> 
> On Tue, Oct 31, 2000 at 04:09:16PM -0800, Eric Christopher wrote:
> > For some reason I have to type my ssh key twice when updating sources to
> > things in the /cvs/src directory.  Anyone else experiencing this?
> 
> How many times are you prompted to do
> 
>   ssh sourceware echo hi
> 

Just once.

> ?  Look over your $CVS_RSH, $CVSROOT and $HOME/.ssh/config for this sort
> of thing.  If the ssh echo hi cmd also prompts twice, do ssh -v ... and
> carefully look over all the output.
>

I've been checking out the branch once using the -d option and then
updating without resetting my cvsroot.  Should this matter?

-eric

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

* Re: cvs access
  2000-12-30  6:08     ` Jason Molenda
@ 2000-10-31 16:59       ` Jason Molenda
  2000-12-30  6:08       ` Eric Christopher
  1 sibling, 0 replies; 15+ messages in thread
From: Jason Molenda @ 2000-10-31 16:59 UTC (permalink / raw)
  To: Eric Christopher; +Cc: overseers

On Tue, Oct 31, 2000 at 04:25:29PM -0800, Eric Christopher wrote:

> 
> I've been checking out the branch once using the -d option and then
> updating without resetting my cvsroot.  Should this matter?
> 

What about your CVS/Root file, does it have anything suspicious looking?
What does 'cvs -t ...' give you for some command, anything suspicious?
(I think -t didn't work with older cvs's in client/server mode)

Between the env vars I mentioned and these, it should be enough to
spot something suspicious in your environment.  When you get down
to it, cvs just does

   ssh sourceware cvs server

So you need to figure out why it isn't doing that correctly.

J

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

* Re: cvs access
  2000-12-30  6:08   ` Tom Tromey
@ 2000-11-01  8:31     ` Tom Tromey
  0 siblings, 0 replies; 15+ messages in thread
From: Tom Tromey @ 2000-11-01  8:31 UTC (permalink / raw)
  To: Jason Molenda; +Cc: Eric Christopher, overseers

>> For some reason I have to type my ssh key twice when updating sources to
>> things in the /cvs/src directory.  Anyone else experiencing this?

In some situations cvs likes to contact the server twice.
I don't remember what they are.

I suggest either doing some cvs debugging, or just use ssh-agent and
then never typing your key.

Tom

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

* Re: cvs access
  2000-12-30  6:08       ` Eric Christopher
@ 2000-11-05 22:36         ` Eric Christopher
  0 siblings, 0 replies; 15+ messages in thread
From: Eric Christopher @ 2000-11-05 22:36 UTC (permalink / raw)
  To: Jason Molenda; +Cc: Eric Christopher, overseers

Jason Molenda wrote:
> 
> On Tue, Oct 31, 2000 at 04:25:29PM -0800, Eric Christopher wrote:
> 
> >
> > I've been checking out the branch once using the -d option and then
> > updating without resetting my cvsroot.  Should this matter?
> >
> 
> What about your CVS/Root file, does it have anything suspicious looking?
> What does 'cvs -t ...' give you for some command, anything suspicious?
> (I think -t didn't work with older cvs's in client/server mode)

Figgered it out.  I have two different entries in the Root files across
the checkout.  Some say gcc.gnu.org and other say sources.redhat.com :)

-eric

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

* Re: cvs access
  2000-12-30  6:08 ` Jason Molenda
  2000-10-31 16:03   ` Jason Molenda
@ 2000-12-30  6:08   ` Tom Tromey
  2000-11-01  8:31     ` Tom Tromey
  2000-12-30  6:08   ` Eric Christopher
  2 siblings, 1 reply; 15+ messages in thread
From: Tom Tromey @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Jason Molenda; +Cc: Eric Christopher, overseers

>> For some reason I have to type my ssh key twice when updating sources to
>> things in the /cvs/src directory.  Anyone else experiencing this?

In some situations cvs likes to contact the server twice.
I don't remember what they are.

I suggest either doing some cvs debugging, or just use ssh-agent and
then never typing your key.

Tom

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

* Re: cvs access
  2000-12-30  6:08 cvs access Eric Christopher
  2000-10-31 15:58 ` Eric Christopher
@ 2000-12-30  6:08 ` Jason Molenda
  2000-10-31 16:03   ` Jason Molenda
                     ` (2 more replies)
  1 sibling, 3 replies; 15+ messages in thread
From: Jason Molenda @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Eric Christopher; +Cc: overseers

On Tue, Oct 31, 2000 at 04:09:16PM -0800, Eric Christopher wrote:
> For some reason I have to type my ssh key twice when updating sources to
> things in the /cvs/src directory.  Anyone else experiencing this?


How many times are you prompted to do

  ssh sourceware echo hi

?  Look over your $CVS_RSH, $CVSROOT and $HOME/.ssh/config for this sort
of thing.  If the ssh echo hi cmd also prompts twice, do ssh -v ... and 
carefully look over all the output.

J

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

* Re: cvs access
  2000-12-30  6:08     ` Jason Molenda
  2000-10-31 16:59       ` Jason Molenda
@ 2000-12-30  6:08       ` Eric Christopher
  2000-11-05 22:36         ` Eric Christopher
  1 sibling, 1 reply; 15+ messages in thread
From: Eric Christopher @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Jason Molenda; +Cc: Eric Christopher, overseers

Jason Molenda wrote:
> 
> On Tue, Oct 31, 2000 at 04:25:29PM -0800, Eric Christopher wrote:
> 
> >
> > I've been checking out the branch once using the -d option and then
> > updating without resetting my cvsroot.  Should this matter?
> >
> 
> What about your CVS/Root file, does it have anything suspicious looking?
> What does 'cvs -t ...' give you for some command, anything suspicious?
> (I think -t didn't work with older cvs's in client/server mode)

Figgered it out.  I have two different entries in the Root files across
the checkout.  Some say gcc.gnu.org and other say sources.redhat.com :)

-eric

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

* Re: cvs access
  2000-12-30  6:08   ` Eric Christopher
  2000-10-31 16:14     ` Eric Christopher
@ 2000-12-30  6:08     ` Jason Molenda
  2000-10-31 16:59       ` Jason Molenda
  2000-12-30  6:08       ` Eric Christopher
  1 sibling, 2 replies; 15+ messages in thread
From: Jason Molenda @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Eric Christopher; +Cc: overseers

On Tue, Oct 31, 2000 at 04:25:29PM -0800, Eric Christopher wrote:

> 
> I've been checking out the branch once using the -d option and then
> updating without resetting my cvsroot.  Should this matter?
> 

What about your CVS/Root file, does it have anything suspicious looking?
What does 'cvs -t ...' give you for some command, anything suspicious?
(I think -t didn't work with older cvs's in client/server mode)

Between the env vars I mentioned and these, it should be enough to
spot something suspicious in your environment.  When you get down
to it, cvs just does

   ssh sourceware cvs server

So you need to figure out why it isn't doing that correctly.

J

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

* cvs access
@ 2000-12-30  6:08 Eric Christopher
  2000-10-31 15:58 ` Eric Christopher
  2000-12-30  6:08 ` Jason Molenda
  0 siblings, 2 replies; 15+ messages in thread
From: Eric Christopher @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

For some reason I have to type my ssh key twice when updating sources to
things in the /cvs/src directory.  Anyone else experiencing this?

-eric

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

* Re: cvs access
  2000-12-30  6:08 ` Jason Molenda
  2000-10-31 16:03   ` Jason Molenda
  2000-12-30  6:08   ` Tom Tromey
@ 2000-12-30  6:08   ` Eric Christopher
  2000-10-31 16:14     ` Eric Christopher
  2000-12-30  6:08     ` Jason Molenda
  2 siblings, 2 replies; 15+ messages in thread
From: Eric Christopher @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Jason Molenda; +Cc: overseers

Jason Molenda wrote:
> 
> On Tue, Oct 31, 2000 at 04:09:16PM -0800, Eric Christopher wrote:
> > For some reason I have to type my ssh key twice when updating sources to
> > things in the /cvs/src directory.  Anyone else experiencing this?
> 
> How many times are you prompted to do
> 
>   ssh sourceware echo hi
> 

Just once.

> ?  Look over your $CVS_RSH, $CVSROOT and $HOME/.ssh/config for this sort
> of thing.  If the ssh echo hi cmd also prompts twice, do ssh -v ... and
> carefully look over all the output.
>

I've been checking out the branch once using the -d option and then
updating without resetting my cvsroot.  Should this matter?

-eric

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

* Re: cvs access
  2003-05-27 19:17 ` Christopher Faylor
@ 2003-05-27 19:26   ` Benjamin Kosnik
  0 siblings, 0 replies; 15+ messages in thread
From: Benjamin Kosnik @ 2003-05-27 19:26 UTC (permalink / raw)
  To: overseers


>You already had this key on sourceware but you needed to be in the libstdc++
>group.  I've added you.

Thanks!

-benjamin

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

* Re: cvs access
  2003-05-27 16:12 Brendan Kehoe
@ 2003-05-27 19:17 ` Christopher Faylor
  2003-05-27 19:26   ` Benjamin Kosnik
  0 siblings, 1 reply; 15+ messages in thread
From: Christopher Faylor @ 2003-05-27 19:17 UTC (permalink / raw)
  To: Brendan Kehoe; +Cc: overseers

On Tue, May 27, 2003 at 12:12:15PM -0400, Brendan Kehoe wrote:
>Hi!  Benjamin suggested that I write you guys to get set up for CVS write 
>access to be able to do checkins to libstdc++.
>
>This is my public key:

You already had this key on sourceware but you needed to be in the libstdc++
group.  I've added you.

cgf

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

* cvs access
@ 2003-05-27 16:12 Brendan Kehoe
  2003-05-27 19:17 ` Christopher Faylor
  0 siblings, 1 reply; 15+ messages in thread
From: Brendan Kehoe @ 2003-05-27 16:12 UTC (permalink / raw)
  To: overseers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!  Benjamin suggested that I write you guys to get set up for CVS write 
access to be able to do checkins to libstdc++.

This is my public key:

1024 35 
129827975462833498779151962939119814906156657100268071283919317007825047249595446033730097413535550951884673757206861056562634091995353413034048046683473706863868702567025303243102195809587477410206527346428573771324847808542920609562562981990444460185083054922691878985621573019026310649301741743315520625179 
brendan@zen.org

Thanks!
B

- -- 
Brendan Kehoe                                               brendan@zen.org

http://www.zen.org/~brendan/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+045sReWQaPkbt58RAgaOAJoDfFuqITB8a4O1qpViru6b1vhL6ACgtC6h
q2YQe0V+V62uOzQZ8mdfyV0=
=/osK
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2003-05-27 19:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  6:08 cvs access Eric Christopher
2000-10-31 15:58 ` Eric Christopher
2000-12-30  6:08 ` Jason Molenda
2000-10-31 16:03   ` Jason Molenda
2000-12-30  6:08   ` Tom Tromey
2000-11-01  8:31     ` Tom Tromey
2000-12-30  6:08   ` Eric Christopher
2000-10-31 16:14     ` Eric Christopher
2000-12-30  6:08     ` Jason Molenda
2000-10-31 16:59       ` Jason Molenda
2000-12-30  6:08       ` Eric Christopher
2000-11-05 22:36         ` Eric Christopher
2003-05-27 16:12 Brendan Kehoe
2003-05-27 19:17 ` Christopher Faylor
2003-05-27 19:26   ` Benjamin Kosnik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).