unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs project on Savannah
@ 2003-12-23 10:45 Eli Zaretskii
  2003-12-24  2:19 ` Kenichi Handa
  2003-12-25  2:26 ` Miles Bader
  0 siblings, 2 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-12-23 10:45 UTC (permalink / raw)


Following Savannah coming up on line, I've reviewed all the privileges
of the Emacs developers and updated the database.  Please tell me if
you have any trouble with Emacs CVS.

Note that I myself did not yet succeed in establishing SSHv2 access to
savannah, so if you have the same problem, it might be something wrong
with savannah setup per se, not with your access rights (if you do
succeed in gaining write access to CVS, please tell me how you did
that).

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

* Re: Emacs project on Savannah
  2003-12-23 10:45 Emacs project on Savannah Eli Zaretskii
@ 2003-12-24  2:19 ` Kenichi Handa
  2003-12-24  8:25   ` Jason Rumney
  2003-12-24 12:44   ` Werner LEMBERG
  2003-12-25  2:26 ` Miles Bader
  1 sibling, 2 replies; 13+ messages in thread
From: Kenichi Handa @ 2003-12-24  2:19 UTC (permalink / raw)
  Cc: emacs-devel

In article <uhdzrx162.fsf@elta.co.il>, Eli Zaretskii <eliz@elta.co.il> writes:
> Following Savannah coming up on line, I've reviewed all the privileges
> of the Emacs developers and updated the database.  Please tell me if
> you have any trouble with Emacs CVS.

> Note that I myself did not yet succeed in establishing SSHv2 access to
> savannah, so if you have the same problem, it might be something wrong
> with savannah setup per se, not with your access rights (if you do
> succeed in gaining write access to CVS, please tell me how you did
> that).

I've just recovered the write access to CVS.  I did the
followings.

(1) Visit http://savannhah.gnu.org
(2) Click "Login via SSL".
(3) Click "[Lost your password?]
(4) Enter my login name "handa" and click "Send Lost PW Hash".
(5) Receive a mail from savannah-hackers@gnu.org.  Visit the
    URL specified in the mail.
(6) Type my new password.
(7) Visit http://savannhah.gnu.org
(8) Click "Login via SSL".
(9) Enter login name and password and click "Login".
(10) Click "My Account Conf"
(11) Click "Enter the 1 SSH Public key(s) Registered.
(12) Enter the contents of my ~/.ssh/id_rsa.pub in the box, and
     click "Update".

After a few minutes, I got a write access to CVS, and I
commited changes in lisp/mule-cmds.el and
lisp/ucs-tables.el.

---
Ken'ichi HANDA
handa@m17n.org

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

* Re: Emacs project on Savannah
  2003-12-24  2:19 ` Kenichi Handa
@ 2003-12-24  8:25   ` Jason Rumney
  2003-12-24 12:01     ` Kenichi Handa
  2003-12-24 12:44   ` Werner LEMBERG
  1 sibling, 1 reply; 13+ messages in thread
From: Jason Rumney @ 2003-12-24  8:25 UTC (permalink / raw)
  Cc: eliz, emacs-devel

Kenichi Handa <handa@m17n.org> writes:

> I've just recovered the write access to CVS.  I did the
> followings.
> 
> (1) Visit http://savannhah.gnu.org
> (2) Click "Login via SSL".
> (3) Click "[Lost your password?]
> (4) Enter my login name "handa" and click "Send Lost PW Hash".
> (5) Receive a mail from savannah-hackers@gnu.org.  Visit the
>     URL specified in the mail.
> (6) Type my new password.
> (7) Visit http://savannhah.gnu.org
> (8) Click "Login via SSL".
> (9) Enter login name and password and click "Login".
> (10) Click "My Account Conf"
> (11) Click "Enter the 1 SSH Public key(s) Registered.
> (12) Enter the contents of my ~/.ssh/id_rsa.pub in the box, and
>      click "Update".
> 
> After a few minutes, I got a write access to CVS, and I
> commited changes in lisp/mule-cmds.el and
> lisp/ucs-tables.el.

I had to do an extra step, otherwise CVS choked on the SSH output:

(13) "ssh cvs.gnu.org" and answer yes to the server fingerprint
     question.

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

* Re: Emacs project on Savannah
  2003-12-24  8:25   ` Jason Rumney
@ 2003-12-24 12:01     ` Kenichi Handa
  2003-12-24 17:18       ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Kenichi Handa @ 2003-12-24 12:01 UTC (permalink / raw)
  Cc: eliz, emacs-devel

In article <uoety1v27.fsf@jasonrumney.net>, Jason Rumney <jasonr@gnu.org> writes:
>>  After a few minutes, I got a write access to CVS, and I
>>  commited changes in lisp/mule-cmds.el and
>>  lisp/ucs-tables.el.

> I had to do an extra step, otherwise CVS choked on the SSH output:

> (13) "ssh cvs.gnu.org" and answer yes to the server fingerprint
>      question.

Ah, yes.  I actually deleted an entry for savannah in my
~/.ssh/known_hosts and did this in my working directory:
% cvs status -v ChangeLog
and answered yes.

---
Ken'ichi HANDA
handa@m17n.org

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

* Re: Emacs project on Savannah
  2003-12-24  2:19 ` Kenichi Handa
  2003-12-24  8:25   ` Jason Rumney
@ 2003-12-24 12:44   ` Werner LEMBERG
  2003-12-24 12:53     ` David Kastrup
  2003-12-24 17:55     ` Eli Zaretskii
  1 sibling, 2 replies; 13+ messages in thread
From: Werner LEMBERG @ 2003-12-24 12:44 UTC (permalink / raw)
  Cc: eliz, emacs-devel

> I've just recovered the write access to CVS.  I did the
> followings.
> 
> (1) Visit http://savannhah.gnu.org
> (2) Click "Login via SSL".
> (3) Click "[Lost your password?]
> (4) Enter my login name "handa" and click "Send Lost PW Hash".
> (5) Receive a mail from savannah-hackers@gnu.org.  Visit the
>     URL specified in the mail.
> (6) Type my new password.
> (7) Visit http://savannhah.gnu.org
> (8) Click "Login via SSL".
> (9) Enter login name and password and click "Login".
> (10) Click "My Account Conf"
> (11) Click "Enter the 1 SSH Public key(s) Registered.
> (12) Enter the contents of my ~/.ssh/id_rsa.pub in the box, and
>      click "Update".
> 
> After a few minutes, I got a write access to CVS, and I
> commited changes in lisp/mule-cmds.el and
> lisp/ucs-tables.el.

I did the same, but I still can't access the CVS (the same is true for
the other projects).  Some notes:

  . I haven't registered a SSH Public Key before, so it was the first
    time.  Does this matter?

  . Something strange is happening on 

      https://savannah.gnu.org/project/memberlist.php?group=emacs

    I'm the only account (wl) which has `--' instead of `Watch Him'.

  . Which password shall I use while doing e.g. `cvs update'?  The
    password specified during the call to ssh-keygen?


   Werner

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

* Re: Emacs project on Savannah
  2003-12-24 12:44   ` Werner LEMBERG
@ 2003-12-24 12:53     ` David Kastrup
  2003-12-24 13:42       ` Werner LEMBERG
  2003-12-24 17:55     ` Eli Zaretskii
  1 sibling, 1 reply; 13+ messages in thread
From: David Kastrup @ 2003-12-24 12:53 UTC (permalink / raw)
  Cc: eliz, emacs-devel, handa

Werner LEMBERG <wl@gnu.org> writes:

> > I've just recovered the write access to CVS.  I did the
> > followings.
> > 
> > (1) Visit http://savannhah.gnu.org
> > (2) Click "Login via SSL".
> > (3) Click "[Lost your password?]
> > (4) Enter my login name "handa" and click "Send Lost PW Hash".
> > (5) Receive a mail from savannah-hackers@gnu.org.  Visit the
> >     URL specified in the mail.
> > (6) Type my new password.
> > (7) Visit http://savannhah.gnu.org
> > (8) Click "Login via SSL".
> > (9) Enter login name and password and click "Login".
> > (10) Click "My Account Conf"
> > (11) Click "Enter the 1 SSH Public key(s) Registered.
> > (12) Enter the contents of my ~/.ssh/id_rsa.pub in the box, and
> >      click "Update".
> > 
> > After a few minutes, I got a write access to CVS, and I
> > commited changes in lisp/mule-cmds.el and
> > lisp/ucs-tables.el.
> 
> I did the same, but I still can't access the CVS (the same is true for
> the other projects).  Some notes:
> 
>   . I haven't registered a SSH Public Key before, so it was the first
>     time.  Does this matter?

How were you able to use CVS before?  You need a version of OpenSSH
that supports protocol 2 (note that ssh2 has a _different_
protocol).  You also have to use protocol 2 by default, so if you
have a manual protocol 1 override in your .ssh/config file as was
needed previously, you have to remove it.

>   . Which password shall I use while doing e.g. `cvs update'?  The
>     password specified during the call to ssh-keygen?

You must not use any password at all (that is a fallback attempt if
the public key authentication fails, and the fallback will surely fail
since Savannah allows only public key).  If your key was generated
with a passphrase (mainly mandatory when your secret key is stored on
a machine for which you have not sole access), then you'll want to use
the ssh-agent for password entry.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: Emacs project on Savannah
  2003-12-24 12:53     ` David Kastrup
@ 2003-12-24 13:42       ` Werner LEMBERG
  0 siblings, 0 replies; 13+ messages in thread
From: Werner LEMBERG @ 2003-12-24 13:42 UTC (permalink / raw)
  Cc: eliz, emacs-devel, handa

> >   . I haven't registered a SSH Public Key before, so it was the first
> >     time.  Does this matter?
> 
> How were you able to use CVS before?

Kerberos.  Anyway, I've found my error.  Thanks for the help.  It
works now.


    Werner

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

* Re: Emacs project on Savannah
  2003-12-24 12:01     ` Kenichi Handa
@ 2003-12-24 17:18       ` Eli Zaretskii
  0 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-12-24 17:18 UTC (permalink / raw)
  Cc: emacs-devel, jasonr

> Date: Wed, 24 Dec 2003 21:01:34 +0900 (JST)
> From: Kenichi Handa <handa@m17n.org>
> 
> In article <uoety1v27.fsf@jasonrumney.net>, Jason Rumney <jasonr@gnu.org> writes:
> >>  After a few minutes, I got a write access to CVS, and I
> >>  commited changes in lisp/mule-cmds.el and
> >>  lisp/ucs-tables.el.
> 
> > I had to do an extra step, otherwise CVS choked on the SSH output:
> 
> > (13) "ssh cvs.gnu.org" and answer yes to the server fingerprint
> >      question.
> 
> Ah, yes.  I actually deleted an entry for savannah in my
> ~/.ssh/known_hosts and did this in my working directory:
> % cvs status -v ChangeLog
> and answered yes.

Thanks for the info.  It seems like my troubles were due to some
problem in savannah's setup, which is fixed now.

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

* Re: Emacs project on Savannah
  2003-12-24 12:44   ` Werner LEMBERG
  2003-12-24 12:53     ` David Kastrup
@ 2003-12-24 17:55     ` Eli Zaretskii
  1 sibling, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-12-24 17:55 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Wed, 24 Dec 2003 13:44:21 +0100 (CET)
> From: Werner LEMBERG <wl@gnu.org>
> 
>   . Something strange is happening on 
> 
>       https://savannah.gnu.org/project/memberlist.php?group=emacs
> 
>     I'm the only account (wl) which has `--' instead of `Watch Him'.

Nothing strange here: every member of the developers' group, when
he/she logs in to Savannah, sees his/her own entry as `---' instead of
`Watch Him', since (obviously) you cannot ``watch'' (i.e. be a backup
maintainer) for yourself.  See the explanations of what `watching'
means on that page.

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

* Re: Emacs project on Savannah
  2003-12-23 10:45 Emacs project on Savannah Eli Zaretskii
  2003-12-24  2:19 ` Kenichi Handa
@ 2003-12-25  2:26 ` Miles Bader
  2003-12-25  5:41   ` Eli Zaretskii
  1 sibling, 1 reply; 13+ messages in thread
From: Miles Bader @ 2003-12-25  2:26 UTC (permalink / raw)
  Cc: emacs-devel

Eli Zaretskii <eliz@elta.co.il> writes:
> Following Savannah coming up on line, I've reviewed all the privileges
> of the Emacs developers and updated the database.  Please tell me if
> you have any trouble with Emacs CVS.

It works fine for me, but my changes show up (in cvs log) as being from
`uid65618', not `miles' as before.

-Miles
-- 
Next to fried food, the South has suffered most from oratory.
  			-- Walter Hines Page

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

* Re: Emacs project on Savannah
  2003-12-25  2:26 ` Miles Bader
@ 2003-12-25  5:41   ` Eli Zaretskii
  2003-12-25  8:50     ` [Savannah-hackers] " Rudy Gevaert
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2003-12-25  5:41 UTC (permalink / raw)
  Cc: savannah-hackers, emacs-devel

> From: Miles Bader <miles@gnu.org>
> Date: 25 Dec 2003 11:26:03 +0900
> 
> It works fine for me, but my changes show up (in cvs log) as being from
> `uid65618', not `miles' as before.

Yes, that seems to be the problem with everyone.  savannah-hackers
were CC'd on the first message that reported this; I'm waiting for
them to investigate.

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

* Re: [Savannah-hackers] Re: Emacs project on Savannah
  2003-12-25  5:41   ` Eli Zaretskii
@ 2003-12-25  8:50     ` Rudy Gevaert
  2003-12-25 11:06       ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Rudy Gevaert @ 2003-12-25  8:50 UTC (permalink / raw)
  Cc: savannah-hackers, emacs-devel, Miles Bader

On Thu, Dec 25, 2003 at 07:41:05AM +0200, Eli Zaretskii wrote:
> > From: Miles Bader <miles@gnu.org>
> > Date: 25 Dec 2003 11:26:03 +0900
> > 
> > It works fine for me, but my changes show up (in cvs log) as being from
> > `uid65618', not `miles' as before.
> 
> Yes, that seems to be the problem with everyone.  savannah-hackers
> were CC'd on the first message that reported this; I'm waiting for
> them to investigate.

The FSF sysadmins will have to handle this as they put up the chroot
environment.


-- 
Rudy Gevaert                rudy@gnu.org		
Web page                    http://www.webworm.org
GNU/Linux for schools       http://www.nongnu.org/glms
Savannah hacker             http://savannah.gnu.org
		                        

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

* Re: [Savannah-hackers] Re: Emacs project on Savannah
  2003-12-25  8:50     ` [Savannah-hackers] " Rudy Gevaert
@ 2003-12-25 11:06       ` Eli Zaretskii
  0 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-12-25 11:06 UTC (permalink / raw)
  Cc: savannah-hackers, emacs-devel, miles

> Date: Thu, 25 Dec 2003 03:50:55 -0500
> From: Rudy Gevaert <rudy@gnu.org>
> 
> The FSF sysadmins will have to handle this as they put up the chroot
> environment.

Thanks.

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

end of thread, other threads:[~2003-12-25 11:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-23 10:45 Emacs project on Savannah Eli Zaretskii
2003-12-24  2:19 ` Kenichi Handa
2003-12-24  8:25   ` Jason Rumney
2003-12-24 12:01     ` Kenichi Handa
2003-12-24 17:18       ` Eli Zaretskii
2003-12-24 12:44   ` Werner LEMBERG
2003-12-24 12:53     ` David Kastrup
2003-12-24 13:42       ` Werner LEMBERG
2003-12-24 17:55     ` Eli Zaretskii
2003-12-25  2:26 ` Miles Bader
2003-12-25  5:41   ` Eli Zaretskii
2003-12-25  8:50     ` [Savannah-hackers] " Rudy Gevaert
2003-12-25 11:06       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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