public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Update SSH key request
@ 2003-08-07 20:43 Jason Eckhardt
  2003-08-07 21:02 ` Christopher Faylor
  2003-08-22  4:59 ` law
  0 siblings, 2 replies; 7+ messages in thread
From: Jason Eckhardt @ 2003-08-07 20:43 UTC (permalink / raw)
  To: overseers


I currently have write access to the gcc repository, but I would
like to update my SSH key.  I'd prefer to use the same key that
is already active for my sources.redhat.com account.

Thank you, Jason Eckhardt.


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

* Re: Update SSH key request
  2003-08-07 20:43 Update SSH key request Jason Eckhardt
@ 2003-08-07 21:02 ` Christopher Faylor
  2003-08-07 22:53   ` Jason Eckhardt
  2003-08-22  4:59 ` law
  1 sibling, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2003-08-07 21:02 UTC (permalink / raw)
  To: Jason Eckhardt; +Cc: overseers

On Thu, Aug 07, 2003 at 03:43:24PM -0500, Jason Eckhardt wrote:
>I currently have write access to the gcc repository, but I would
>like to update my SSH key.  I'd prefer to use the same key that
>is already active for my sources.redhat.com account.

gcc.gnu.org is the same system as sources.redhat.com.  If you are using
a key for sources.redhat.com, it will work for gcc.gnu.org, assuming that
you have write permissions to the repository.

cgf

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

* Re: Update SSH key request
  2003-08-07 21:02 ` Christopher Faylor
@ 2003-08-07 22:53   ` Jason Eckhardt
  2003-08-22  5:08     ` law
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Eckhardt @ 2003-08-07 22:53 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: overseers



On Thu, 7 Aug 2003, Christopher Faylor wrote:

> On Thu, Aug 07, 2003 at 03:43:24PM -0500, Jason Eckhardt wrote:
> >I currently have write access to the gcc repository, but I would
> >like to update my SSH key.  I'd prefer to use the same key that
> >is already active for my sources.redhat.com account.
>
> gcc.gnu.org is the same system as sources.redhat.com.  If you are using
> a key for sources.redhat.com, it will work for gcc.gnu.org, assuming that
> you have write permissions to the repository.A

  I haven't used the gcc repository for 2 years or so, and today
  it doesn't work (using same password as sources).:
jle% cvs co gcc
Enter passphrase for RSA key 'jle@sathanas':
cvs server: Updating gcc
cvs server: failed to create lock directory for `/cvs/gcc/gcc' (/cvs/gcc/gcc/#cvs.lock): Permission denied
i
  Could my write permission have been inadvertently (or not) removed?
  Do you know whom I should contact?

  Thanks, Jason.


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

* Re: Update SSH key request
  2003-08-07 20:43 Update SSH key request Jason Eckhardt
  2003-08-07 21:02 ` Christopher Faylor
@ 2003-08-22  4:59 ` law
  1 sibling, 0 replies; 7+ messages in thread
From: law @ 2003-08-22  4:59 UTC (permalink / raw)
  To: Jason Eckhardt; +Cc: overseers

In message <Pine.GSO.4.33.0308071541050.28254-100000@forest.owlnet.rice.edu>, J
ason Eckhardt writes:
 >
 >I currently have write access to the gcc repository, but I would
 >like to update my SSH key.  I'd prefer to use the same key that
 >is already active for my sources.redhat.com account.
Well, gcc.gnu.org and sources.redhat.com, have the external appearance
of being distinct machines.  However, in reality they are one and the
same.  Thus the key you use for sources.redhat.com is the same key you
should use for gcc.gnu.org -- nothing special needs to happen for that
(in fact, we would have to go to great lengths to make the keys only
work for one of the two virtual machines and not the other).

Jeff

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

* Re: Update SSH key request
  2003-08-07 22:53   ` Jason Eckhardt
@ 2003-08-22  5:08     ` law
  2003-08-22 15:12       ` Jason Eckhardt
  2003-08-22 15:32       ` Christopher Faylor
  0 siblings, 2 replies; 7+ messages in thread
From: law @ 2003-08-22  5:08 UTC (permalink / raw)
  To: Jason Eckhardt; +Cc: Christopher Faylor, overseers

In message <Pine.GSO.4.33.0308071749010.21804-100000@ural.owlnet.rice.edu>, Jas
on Eckhardt writes:
 >  I haven't used the gcc repository for 2 years or so, and today
 >  it doesn't work (using same password as sources).:
 >jle% cvs co gcc
 >Enter passphrase for RSA key 'jle@sathanas':
 >cvs server: Updating gcc
 >cvs server: failed to create lock directory for `/cvs/gcc/gcc' (/cvs/gcc/gcc/
 >#cvs.lock): Permission denied
 >i
 >  Could my write permission have been inadvertently (or not) removed?
 >  Do you know whom I should contact?
I don't see how it could be failing.  Did someone perhaps already fix
this?
[root@sourceware gcc]# groups jle
jle : binutils gcc src
[root@sourceware gcc]# ls -la /cvs/gcc/gcc | more
total 11224
drwxrwsr-x   30 anoncvs  gcc          4096 Aug 22 05:04 .
drwxrwsr-x    9 anoncvs  gcc          4096 Aug 21 22:06 ..
-r--rw-r--    1 gccadmin gcc         23015 Aug 18 16:41 .cvsignore,v
-r--r--r--    1 dnovillo gcc         42464 Aug 18 06:04 ABOUT-NLS,v
drwxrwsr-x    3 law      gcc          4096 Aug 13 21:18 Attic
-r--rw-r--    1 gccadmin gcc         38612 Aug 18 16:41 COPYING,v
[ ... ]

ie, you're in the "gcc" group, which should be all you need to be able to
do things to the GCC repository.

jeff

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

* Re: Update SSH key request
  2003-08-22  5:08     ` law
@ 2003-08-22 15:12       ` Jason Eckhardt
  2003-08-22 15:32       ` Christopher Faylor
  1 sibling, 0 replies; 7+ messages in thread
From: Jason Eckhardt @ 2003-08-22 15:12 UTC (permalink / raw)
  To: law; +Cc: Christopher Faylor, overseers



On Thu, 21 Aug 2003 law@redhat.com wrote:

> I don't see how it could be failing.  Did someone perhaps already fix
> this?

  Yes, Gerald took care of it.  Sorry I forgot to copy others
  on this.
  jason.


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

* Re: Update SSH key request
  2003-08-22  5:08     ` law
  2003-08-22 15:12       ` Jason Eckhardt
@ 2003-08-22 15:32       ` Christopher Faylor
  1 sibling, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2003-08-22 15:32 UTC (permalink / raw)
  To: law; +Cc: Jason Eckhardt, overseers

On Thu, Aug 21, 2003 at 11:08:06PM -0600, law@redhat.com wrote:
>In message <Pine.GSO.4.33.0308071749010.21804-100000@ural.owlnet.rice.edu>, Jas
>on Eckhardt writes:
> >  I haven't used the gcc repository for 2 years or so, and today
> >  it doesn't work (using same password as sources).:
> >jle% cvs co gcc
> >Enter passphrase for RSA key 'jle@sathanas':
> >cvs server: Updating gcc
> >cvs server: failed to create lock directory for `/cvs/gcc/gcc' (/cvs/gcc/gcc/
> >#cvs.lock): Permission denied
> >i
> >  Could my write permission have been inadvertently (or not) removed?
> >  Do you know whom I should contact?
>I don't see how it could be failing.  Did someone perhaps already fix
>this?
>[root@sourceware gcc]# groups jle
>jle : binutils gcc src
>[root@sourceware gcc]# ls -la /cvs/gcc/gcc | more
>total 11224
>drwxrwsr-x   30 anoncvs  gcc          4096 Aug 22 05:04 .
>drwxrwsr-x    9 anoncvs  gcc          4096 Aug 21 22:06 ..
>-r--rw-r--    1 gccadmin gcc         23015 Aug 18 16:41 .cvsignore,v
>-r--r--r--    1 dnovillo gcc         42464 Aug 18 06:04 ABOUT-NLS,v
>drwxrwsr-x    3 law      gcc          4096 Aug 13 21:18 Attic
>-r--rw-r--    1 gccadmin gcc         38612 Aug 18 16:41 COPYING,v
>[ ... ]
>
>ie, you're in the "gcc" group, which should be all you need to be able to
>do things to the GCC repository.

Gerald fixed him up on 2003-08-11.

cgf

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

end of thread, other threads:[~2003-08-22 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07 20:43 Update SSH key request Jason Eckhardt
2003-08-07 21:02 ` Christopher Faylor
2003-08-07 22:53   ` Jason Eckhardt
2003-08-22  5:08     ` law
2003-08-22 15:12       ` Jason Eckhardt
2003-08-22 15:32       ` Christopher Faylor
2003-08-22  4:59 ` law

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).