* Re: Welcome to sourceware.org [not found] <20100803203035.19633.qmail@sourceware.org> @ 2010-08-05 23:10 ` Quentin Neill 2010-08-06 8:30 ` Hans-Peter Nilsson 2010-11-09 21:59 ` Quentin Neill 1 sibling, 1 reply; 21+ messages in thread From: Quentin Neill @ 2010-08-05 23:10 UTC (permalink / raw) To: overseers On Tue, Aug 3, 2010 at 3:30 PM, <zroot@sourceware.org> wrote: > Your account is now active, the login name is qneill@sourceware.org. > Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. > This forwarding is a convenience so that people who reply directly to CVS > commit mail notes will not get a bounce--publicize it at your own risk. > If your involvement with the project ends at some point, the mail address > will become invalid and I will laugh evilly as people try in vain to > reach you. > > You should now have write access to the src repository with > SSH+CVS. Here are lots of details about how to do things. > > [ snip ] Hi, Thanks for the recent CVS write access to binutils, I'm eager to contribute. I'm having problems using CVS+SSH on my first try. Where can I get some help with that? -------------Details----------- I'm using the DSA key I sent in to the original form (in ~/.ssh/id_dsa). I have a .ssh/config that has: Host sourceware.org Protocol 1 ForwardX11 no ForwardAgent no I try 'cvs -z9 -d:ext:qneill@sourceware.org:/cvs/src co binutils' and get "Permission denied." I try 'ssh -v qneill@sourceware.org appendkey <~/.ssh/id_dsa.pub' and get ... debug1: RSA authentication using agent refused. Permission denied. Any help? Is it because I'm using a DSA key? -- Quentin Neill ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-08-05 23:10 ` Welcome to sourceware.org Quentin Neill @ 2010-08-06 8:30 ` Hans-Peter Nilsson 2010-08-06 13:28 ` Christopher Faylor 0 siblings, 1 reply; 21+ messages in thread From: Hans-Peter Nilsson @ 2010-08-06 8:30 UTC (permalink / raw) To: Quentin Neill; +Cc: overseers On Thu, 5 Aug 2010, Quentin Neill wrote: > Thanks for the recent CVS write access to binutils, I'm eager to contribute. ^^^^^^ > I'm having problems using CVS+SSH on my first try. > > Where can I get some help with that? Here. > I'm using the DSA key I sent in to the original form (in > ~/.ssh/id_dsa). I have a .ssh/config that has: ^^^^^^ > Host sourceware.org > Protocol 1 ^^^^^^^^^^ Sounds like you should remove that "Protocol 1" line. Does the welcome-mail suggest it? If so, it needs updating. brgds, H-P ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-08-06 8:30 ` Hans-Peter Nilsson @ 2010-08-06 13:28 ` Christopher Faylor 2010-08-06 16:46 ` Quentin Neill 0 siblings, 1 reply; 21+ messages in thread From: Christopher Faylor @ 2010-08-06 13:28 UTC (permalink / raw) To: overseers, Quentin Neill, Hans-Peter Nilsson On Fri, Aug 06, 2010 at 04:30:26AM -0400, Hans-Peter Nilsson wrote: >On Thu, 5 Aug 2010, Quentin Neill wrote: >> Thanks for the recent CVS write access to binutils, I'm eager to contribute. > ^^^^^^ >> I'm having problems using CVS+SSH on my first try. >> >> Where can I get some help with that? > >Here. > >> I'm using the DSA key I sent in to the original form (in >> ~/.ssh/id_dsa). I have a .ssh/config that has: > ^^^^^^ >> Host sourceware.org >> Protocol 1 > ^^^^^^^^^^ > >Sounds like you should remove that "Protocol 1" line. >Does the welcome-mail suggest it? Nope. cgf ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-08-06 13:28 ` Christopher Faylor @ 2010-08-06 16:46 ` Quentin Neill 2010-08-06 17:22 ` Christopher Faylor 0 siblings, 1 reply; 21+ messages in thread From: Quentin Neill @ 2010-08-06 16:46 UTC (permalink / raw) To: overseers, Quentin Neill, Hans-Peter Nilsson On Fri, Aug 6, 2010 at 8:28 AM, Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org> wrote: > On Fri, Aug 06, 2010 at 04:30:26AM -0400, Hans-Peter Nilsson wrote: >>On Thu, 5 Aug 2010, Quentin Neill wrote: >>> Thanks for the recent CVS write access to binutils, I'm eager to contribute. >> ^^^^^^ >>> I'm having problems using CVS+SSH on my first try. >>> >>> Where can I get some help with that? >> >>Here. >> >>> I'm using the DSA key I sent in to the original form (in >>> ~/.ssh/id_dsa). I have a .ssh/config that has: >> ^^^^^^ >>> Host sourceware.org >>> Protocol 1 >> ^^^^^^^^^^ >> >>Sounds like you should remove that "Protocol 1" line. >>Does the welcome-mail suggest it? > > Nope. > cgf Thanks for the help. I got that from an earlier CVS setup (anonymous), thought it was benign. I will try this when I get a chance. -- Quentin ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-08-06 16:46 ` Quentin Neill @ 2010-08-06 17:22 ` Christopher Faylor 2010-08-06 18:22 ` Quentin Neill 0 siblings, 1 reply; 21+ messages in thread From: Christopher Faylor @ 2010-08-06 17:22 UTC (permalink / raw) To: overseers, Quentin Neill, Hans-Peter Nilsson On Fri, Aug 06, 2010 at 11:45:52AM -0500, Quentin Neill wrote: >On Fri, Aug 6, 2010 at 8:28 AM, Christopher Faylor ><cgf-use-the-mailinglist-please@sourceware.org> wrote: >> On Fri, Aug 06, 2010 at 04:30:26AM -0400, Hans-Peter Nilsson wrote: >>>On Thu, 5 Aug 2010, Quentin Neill wrote: >>>> Thanks for the recent CVS write access to binutils, I'm eager to contribute. >>> ? ? ? ? ? ? ? ? ^^^^^^ >>>> I'm having problems using CVS+SSH on my first try. >>>> >>>> Where can I get some help with that? >>> >>>Here. >>> >>>> I'm using the DSA key I sent in to the original form (in >>>> ~/.ssh/id_dsa). ?I have a .ssh/config that has: >>> ? ? ? ? ^^^^^^ >>>> ? ? Host sourceware.org >>>> ? ? ? ? Protocol 1 >>> ? ? ? ? ?^^^^^^^^^^ >>> >>>Sounds like you should remove that "Protocol 1" line. >>>Does the welcome-mail suggest it? >> >> Nope. >> cgf > >Thanks for the help. >I got that from an earlier CVS setup (anonymous), thought it was benign. Earlier in this case would mean more than a year ago. cgf ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-08-06 17:22 ` Christopher Faylor @ 2010-08-06 18:22 ` Quentin Neill 0 siblings, 0 replies; 21+ messages in thread From: Quentin Neill @ 2010-08-06 18:22 UTC (permalink / raw) To: overseers, Quentin Neill, Hans-Peter Nilsson On Fri, Aug 6, 2010 at 12:22 PM, Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org> wrote: > On Fri, Aug 06, 2010 at 11:45:52AM -0500, Quentin Neill wrote: >> >>Thanks for the help. >>I got that from an earlier CVS setup (anonymous), thought it was benign. > > Earlier in this case would mean more than a year ago. Yep, that sounds about right. -- Quentin ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org [not found] <20100803203035.19633.qmail@sourceware.org> 2010-08-05 23:10 ` Welcome to sourceware.org Quentin Neill @ 2010-11-09 21:59 ` Quentin Neill 2010-11-16 21:02 ` Quentin Neill 2010-11-17 0:18 ` Quentin Neill 1 sibling, 2 replies; 21+ messages in thread From: Quentin Neill @ 2010-11-09 21:59 UTC (permalink / raw) To: overseers; +Cc: qneill, spop On Tue, Aug 3, 2010 at 3:30 PM, <zroot@sourceware.org> wrote: > Your account is now active, the login name is qneill@sourceware.org. > Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. Hi, I am sending this email to request for access to the GCC repository according to http://gcc.gnu.org/svnwrite.html#authenticated I have a sourceware account, the ID is qneill as shown above. Sebastian Pop will be sponsering my access. -- Quentin Neill quentin.neill.gnu@ ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-09 21:59 ` Quentin Neill @ 2010-11-16 21:02 ` Quentin Neill 2010-11-17 6:54 ` Ian Lance Taylor 2010-11-17 0:18 ` Quentin Neill 1 sibling, 1 reply; 21+ messages in thread From: Quentin Neill @ 2010-11-16 21:02 UTC (permalink / raw) To: overseers; +Cc: qneill, spop Hi, I have a patch reviewed and okay'd and ready to commit. Following instructions on GitMirror: http://gcc.gnu.org/wiki/GitMirror#Commit_upstream_.28git-svn.29 I get the following: qneill@gold2-simba:~/wk/gcc$ git svn dcommit Committing to svn+ssh://gcc.gnu.org/svn/gcc/trunk ... M gcc/ChangeLog M gcc/config/i386/bmiintrin.h Permission denied: Can't open file '/svn/gcc/db/txn-current-lock': Permission denied at /usr/lib/git-core/git-svn line 570 Am I missing something? Do I need to add myself to the MAINTAINERS file? -- Quentin ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-16 21:02 ` Quentin Neill @ 2010-11-17 6:54 ` Ian Lance Taylor 2010-11-17 15:05 ` Sebastian Pop 0 siblings, 1 reply; 21+ messages in thread From: Ian Lance Taylor @ 2010-11-17 6:54 UTC (permalink / raw) To: Quentin Neill; +Cc: overseers, qneill, spop Quentin Neill <quentin.neill.gnu@gmail.com> writes: > I have a patch reviewed and okay'd and ready to commit. Following > instructions on GitMirror: > http://gcc.gnu.org/wiki/GitMirror#Commit_upstream_.28git-svn.29 > I get the following: > > qneill@gold2-simba:~/wk/gcc$ git svn dcommit > Committing to svn+ssh://gcc.gnu.org/svn/gcc/trunk ... > M gcc/ChangeLog > M gcc/config/i386/bmiintrin.h > Permission denied: Can't open file '/svn/gcc/db/txn-current-lock': > Permission denied at /usr/lib/git-core/git-svn line 570 > > Am I missing something? Do I need to add myself to the MAINTAINERS file? You have write access to the binutils repository, but you do not have write access to the gcc repository. They are on the same machine but they are managed differently by different people. In order to get write access to the gcc repository, you need to follow the guidelines at http://gcc.gnu.org/svnwrite.html. Specifically, you need to start with If you already have an account on sourceware.org, please send email to overseers(at)gcc.gnu.org with a request for access to the GCC repository. Include the name of an existing maintainer who is sponsoring your access and CC: your sponsor. Sebastian, are you sponsoring Quentin for gcc write access? Quentin, if Sebastian approves you for write access, please follow the subsequent instructions on http://gcc.gnu.org/svnwrite.html : add yourself to MAINTAINERS and send a note to gcc-patches. Ian ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-17 6:54 ` Ian Lance Taylor @ 2010-11-17 15:05 ` Sebastian Pop 2010-11-18 4:58 ` Ian Lance Taylor 0 siblings, 1 reply; 21+ messages in thread From: Sebastian Pop @ 2010-11-17 15:05 UTC (permalink / raw) To: Ian Lance Taylor; +Cc: Quentin Neill, overseers, qneill On Wed, Nov 17, 2010 at 00:54, Ian Lance Taylor <ian@airs.com> wrote: > Quentin Neill <quentin.neill.gnu@gmail.com> writes: > >> I have a patch reviewed and okay'd and ready to commit. Following >> instructions on GitMirror: >> http://gcc.gnu.org/wiki/GitMirror#Commit_upstream_.28git-svn.29 >> I get the following: >> >> qneill@gold2-simba:~/wk/gcc$ git svn dcommit >> Committing to svn+ssh://gcc.gnu.org/svn/gcc/trunk ... >> M gcc/ChangeLog >> M gcc/config/i386/bmiintrin.h >> Permission denied: Can't open file '/svn/gcc/db/txn-current-lock': >> Permission denied at /usr/lib/git-core/git-svn line 570 >> >> Am I missing something? Do I need to add myself to the MAINTAINERS file? > > > You have write access to the binutils repository, but you do not have > write access to the gcc repository. They are on the same machine but > they are managed differently by different people. In order to get write > access to the gcc repository, you need to follow the guidelines at > http://gcc.gnu.org/svnwrite.html. Specifically, you need to start with > > If you already have an account on sourceware.org, please send email > to overseers(at)gcc.gnu.org with a request for access to the GCC > repository. Include the name of an existing maintainer who is > sponsoring your access and CC: your sponsor. Quentin has already sent such an email 7 days ago, but I have not seen a response from overseers yet. > > Sebastian, are you sponsoring Quentin for gcc write access? Yes, I am sponsoring Quentin for GCC write access. Sebastian ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-17 15:05 ` Sebastian Pop @ 2010-11-18 4:58 ` Ian Lance Taylor 2010-11-18 21:01 ` Quentin Neill 0 siblings, 1 reply; 21+ messages in thread From: Ian Lance Taylor @ 2010-11-18 4:58 UTC (permalink / raw) To: Sebastian Pop; +Cc: Quentin Neill, overseers, qneill Sebastian Pop <sebpop@gmail.com> writes: > Quentin has already sent such an email 7 days ago, > but I have not seen a response from overseers yet. > >> >> Sebastian, are you sponsoring Quentin for gcc write access? > > Yes, I am sponsoring Quentin for GCC write access. Sorry, I did not notice the earlier e-mail somehow. I have added Quentin to the gcc group. Quentin, you should now have access to the gcc repository. Please add yourself to the MAINTAINERS file. Ian ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-18 4:58 ` Ian Lance Taylor @ 2010-11-18 21:01 ` Quentin Neill 0 siblings, 0 replies; 21+ messages in thread From: Quentin Neill @ 2010-11-18 21:01 UTC (permalink / raw) To: Ian Lance Taylor; +Cc: Sebastian Pop, overseers, qneill On Wed, Nov 17, 2010 at 8:58 PM, Ian Lance Taylor <ian@airs.com> wrote: > Sebastian Pop <sebpop@gmail.com> writes: > >> Quentin has already sent such an email 7 days ago, >> but I have not seen a response from overseers yet. >> >>> >>> Sebastian, are you sponsoring Quentin for gcc write access? >> >> Yes, I am sponsoring Quentin for GCC write access. > > Sorry, I did not notice the earlier e-mail somehow. > > I have added Quentin to the gcc group. Quentin, you should now have > access to the gcc repository. Thanks Ian. > Please add yourself to the MAINTAINERS file. > > Ian Done. -- Quentin ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2010-11-09 21:59 ` Quentin Neill 2010-11-16 21:02 ` Quentin Neill @ 2010-11-17 0:18 ` Quentin Neill 1 sibling, 0 replies; 21+ messages in thread From: Quentin Neill @ 2010-11-17 0:18 UTC (permalink / raw) To: overseers; +Cc: qneill, spop On Tue, Nov 9, 2010 at 1:58 PM, Quentin Neill <quentin.neill.gnu@gmail.com> wrote: > On Tue, Aug 3, 2010 at 3:30 PM, <zroot@sourceware.org> wrote: >> Your account is now active, the login name is qneill@sourceware.org. >> Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. > Hi, > > I am sending this email to request for access to the GCC repository > according to http://gcc.gnu.org/svnwrite.html#authenticated > > I have a sourceware account, the ID is qneill as shown above. > > Sebastian Pop will be sponsoring my access. > -- > Quentin Neill > quentin.neill.gnu@gmail.com Ping? Kindly revisit this request for GCC repository write access. I just tried committing a change to the MAINTAINERS file and got: svn: Can't open file '/svn/gcc/db/txn-current-lock': Permission denied Perhaps I'm in the wrong unix group? -- Quentin I've been trying to sort out the history (between bugzilla account creation and confusion with sourceware.org vs. gcc.gnu.org), but I've concluded that I still don't have GCC svn repository access. BTW, should I get an email like this but for qneill@gcc.gnu.org and SVN? On Tue, Aug 3, 2010 at 1:30 PM, <zroot@sourceware.org> wrote: > Your account is now active, the login name is qneill@sourceware.org. > Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. > This forwarding is a convenience so that people who reply directly to CVS > commit mail notes will not get a bounce--publicize it at your own risk. > If your involvement with the project ends at some point, the mail address > will become invalid and I will laugh evilly as people try in vain to > reach you. > > You should now have write access to the src repository with > SSH+CVS. Here are lots of details about how to do things. Kindly revisit this request "Your account is now active, the login name is qneill@sourceware.org. Mail sent to that address is forwarded to quentin.neill.gnu@gmail.com. This forwarding is a convenience so that people who reply directly to CVS commit mail notes will not get a bounce--publicize it at your own risk. If your involvement with the project ends at some point, the mail address will become invalid and I will laugh evilly as people try in vain to reach you." I'm able to I sent this email, and thought I received a reply. But now ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <20200402160227.0991B388A01F@sourceware.org>]
* RE: Welcome to sourceware.org [not found] <20200402160227.0991B388A01F@sourceware.org> @ 2020-04-03 6:40 ` Cui, Lili 2020-04-03 11:16 ` Frank Ch. Eigler 0 siblings, 1 reply; 21+ messages in thread From: Cui, Lili @ 2020-04-03 6:40 UTC (permalink / raw) To: overseers Hi overseers, I got the mail that I have account on sourceware.org, but I "git clone git+ssh://cuilili@sourceware.org/git/binutils-gdb.git binutils/" failed. Like : lilicui@shgcc10:~/project/update_binutils_gitlab$ git clone git+ssh://cuilili@sourceware.org/git/binutils-gdb.git binutils Cloning into 'binutils'... cuilili@sourceware.org: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I wonder if I mis copy my publickey, this is my public key. Thank you so much. ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMPPn/Y6WUuZ+oNxo+n44yvrgZ7ejsuNmcetQtWWnVxwsABZcVy5N4cC751ki4MKOFSM71SRdioiPtvyfqZkqnLfg1bZ8Q8rR3R0Uk7RC5o+5GtJ4jrG/Db7QCVaOSavyd5KgCiBBP5wzwf1FP6zbLYO9PIv6lbB7N/vY4EWaN7bhMPjuv/nlV3/AK89v0x3EoS+Ng7xBrgvD4PY9kIoTci7ihwnRE5Wxv6cgIgux/lm9sPCdUcw+GgL5ZDMUzP//9VrkjH/8DkV/cUjm1BssAjjMZ3pb1cxLfJ6ryG2o9eKJDzmye9I+j8LnzCKLOJDRGOIxwwdj6x+w71W8pRctf lilicui@shgcc10 Lili. > -----Original Message----- > From: root <root@sourceware.org> > Sent: Friday, April 3, 2020 12:02 AM > To: cuilili@sourceware.org > Cc: Lu, Hongjiu <hongjiu.lu@intel.com> > Subject: Welcome to sourceware.org > > Your account on sourceware.org is now active. The login name is "cuilili". > Mail sent to that address is forwarded to lili.cui@intel.com. This forwarding > is a convenience so that people who reply directly to source control commit > mail notes will not get a bounce. This is not intended as a general mail > account. Please do not advertise it. > > If your involvement with the project ends at some point, the mail address > will become invalid and I will laugh evilly as people try in vain to reach you. > We do track these things. > > You should now have write access to the source control repository for your > project. Presumably you know where things are and how to access them. If > not, check with your project web page and with the person who sponsored > you. > > You have restricted (not login!) ssh access to the system so if at some point > you wish to update your ssh key, you can do so with the following > command: > > ssh sourceware.org appendkey < publickeyfile > > This will append 'publickeyfile' (usually ~/.ssh/id_dsa.pub or > ~/.ssh/id_rsa.pub) to your existing allowed ssh keys. If you have entirely lost > your old ssh key, then grovel to overseers@sourceware.org and someone > may take pity on you. If you suspect your key has been compromised, let > the overseers know as soon as possible. > > You can also update your email forwarding with the command: > > ssh sourceware.org email your@newmail.com > > If you have questions, please do not reply to this email. Ask your project > mailing list. ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2020-04-03 6:40 ` Cui, Lili @ 2020-04-03 11:16 ` Frank Ch. Eigler 0 siblings, 0 replies; 21+ messages in thread From: Frank Ch. Eigler @ 2020-04-03 11:16 UTC (permalink / raw) To: Overseers mailing list; +Cc: Cui, Lili Hi - > I wonder if I mis copy my publickey, this is my public key. Thank you so much. There was an extra : before. Try now. - FChE ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <20110723180027.5293.qmail@sourceware.org>]
* Re: Welcome to sourceware.org [not found] <20110723180027.5293.qmail@sourceware.org> @ 2011-07-28 0:19 ` Philippe Waroquiers 2011-07-28 0:23 ` Frank Ch. Eigler 0 siblings, 1 reply; 21+ messages in thread From: Philippe Waroquiers @ 2011-07-28 0:19 UTC (permalink / raw) To: overseers Hello, With the sourceware account, I have been able to succesfully commit my first 2 changes in the CVS repository of gdb. However, I could not login on the gdb GNATS ( http://sourceware.org/bugzilla/ ) using the below information. > Your account is now active, the login name is philippe@sourceware.org. > Mail sent to that address is forwarded to philippe.waroquiers@skynet.be. ... > > You have been assigned edit rights to the gdb GNATS bug reporting > database. Your password is "philippe". Please change it as soon as possible. I tried this password with both of the two philippe@... + just plain philippe user. Nothing worked. Trying to reset password give unknown user for all 3 tried users. Can you give me some light on what I am doing wrong ? Thanks Philippe ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2011-07-28 0:19 ` Philippe Waroquiers @ 2011-07-28 0:23 ` Frank Ch. Eigler 0 siblings, 0 replies; 21+ messages in thread From: Frank Ch. Eigler @ 2011-07-28 0:23 UTC (permalink / raw) To: Philippe Waroquiers; +Cc: overseers Hi, Philippe - > With the sourceware account, I have been able to succesfully commit my > first 2 changes in the CVS repository of gdb. Welcome! > However, I could not login on the gdb GNATS > (http://sourceware.org/bugzilla/ ) using the below information. > [...] Create your own new bugzilla account, I think. (If the sourceware account system really works with GNATS per se, it should stop, as nearly nothing is using GNATS - an separate ancient bug tracker system.) - FChE ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <20080322164357.32125.qmail@sourceware.org>]
* Re: Welcome to sourceware.org [not found] <20080322164357.32125.qmail@sourceware.org> @ 2008-03-22 19:17 ` Chris Demetriou 2008-03-22 20:05 ` Daniel Jacobowitz 2008-03-22 21:57 ` Christopher Faylor 0 siblings, 2 replies; 21+ messages in thread From: Chris Demetriou @ 2008-03-22 19:17 UTC (permalink / raw) To: overseers; +Cc: drow On 22 Mar 2008 16:43:57 -0000, <root@sourceware.org> wrote: > You have been assigned edit rights to the gdb GNATS bug reporting > database. Your password is "cgd". Please change it as soon as possible. AFAICT, (a) there's no way to change my password, and (b) the password isn't actually checked. Am I missing something? Is this a test? 8-) chris ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2008-03-22 19:17 ` Chris Demetriou @ 2008-03-22 20:05 ` Daniel Jacobowitz 2008-03-22 21:57 ` Christopher Faylor 1 sibling, 0 replies; 21+ messages in thread From: Daniel Jacobowitz @ 2008-03-22 20:05 UTC (permalink / raw) To: Chris Demetriou; +Cc: overseers On Sat, Mar 22, 2008 at 11:05:04AM -0700, Chris Demetriou wrote: > On 22 Mar 2008 16:43:57 -0000, <root@sourceware.org> wrote: > > You have been assigned edit rights to the gdb GNATS bug reporting > > database. Your password is "cgd". Please change it as soon as possible. > > AFAICT, (a) there's no way to change my password, and (b) the password > isn't actually checked. > > Am I missing something? Is this a test? 8-) There isn't any way I know of to change the password. It is checked, but you don't get any useful notification if it's wrong. If you see an edit button on the front page, you're logged in. -- Daniel Jacobowitz CodeSourcery ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2008-03-22 19:17 ` Chris Demetriou 2008-03-22 20:05 ` Daniel Jacobowitz @ 2008-03-22 21:57 ` Christopher Faylor 2008-03-24 16:38 ` Chris Demetriou 1 sibling, 1 reply; 21+ messages in thread From: Christopher Faylor @ 2008-03-22 21:57 UTC (permalink / raw) To: overseers, drow, Chris Demetriou On Sat, Mar 22, 2008 at 11:05:04AM -0700, Chris Demetriou wrote: >On 22 Mar 2008 16:43:57 -0000, <root@sourceware.org> wrote: >> You have been assigned edit rights to the gdb GNATS bug reporting >> database. Your password is "cgd". Please change it as soon as possible. > >AFAICT, (a) there's no way to change my password, and (b) the password >isn't actually checked. > >Am I missing something? Is this a test? 8-) I guess sending your password to a publicly archived mailing list might be sort of a test but maybe not the one you had in mind. cgf ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Welcome to sourceware.org 2008-03-22 21:57 ` Christopher Faylor @ 2008-03-24 16:38 ` Chris Demetriou 0 siblings, 0 replies; 21+ messages in thread From: Chris Demetriou @ 2008-03-24 16:38 UTC (permalink / raw) To: overseers, drow, Chris Demetriou On Sat, Mar 22, 2008 at 1:04 PM, Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org> wrote: > I guess sending your password to a publicly archived mailing list might > be sort of a test but maybe not the one you had in mind. *chuckle* Well, there were some discussions of this stuff on ... gdb@ a few days ago anyway, but maybe not so explicit. *sigh* chris ^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2020-04-03 11:16 UTC | newest] Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20100803203035.19633.qmail@sourceware.org> 2010-08-05 23:10 ` Welcome to sourceware.org Quentin Neill 2010-08-06 8:30 ` Hans-Peter Nilsson 2010-08-06 13:28 ` Christopher Faylor 2010-08-06 16:46 ` Quentin Neill 2010-08-06 17:22 ` Christopher Faylor 2010-08-06 18:22 ` Quentin Neill 2010-11-09 21:59 ` Quentin Neill 2010-11-16 21:02 ` Quentin Neill 2010-11-17 6:54 ` Ian Lance Taylor 2010-11-17 15:05 ` Sebastian Pop 2010-11-18 4:58 ` Ian Lance Taylor 2010-11-18 21:01 ` Quentin Neill 2010-11-17 0:18 ` Quentin Neill [not found] <20200402160227.0991B388A01F@sourceware.org> 2020-04-03 6:40 ` Cui, Lili 2020-04-03 11:16 ` Frank Ch. Eigler [not found] <20110723180027.5293.qmail@sourceware.org> 2011-07-28 0:19 ` Philippe Waroquiers 2011-07-28 0:23 ` Frank Ch. Eigler [not found] <20080322164357.32125.qmail@sourceware.org> 2008-03-22 19:17 ` Chris Demetriou 2008-03-22 20:05 ` Daniel Jacobowitz 2008-03-22 21:57 ` Christopher Faylor 2008-03-24 16:38 ` Chris Demetriou
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).