public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
@ 2006-11-30  0:44 Dr. Volker Zell
  2006-11-30  8:48 ` Corinna Vinschen
  0 siblings, 1 reply; 14+ messages in thread
From: Dr. Volker Zell @ 2006-11-30  0:44 UTC (permalink / raw)
  To: cygwin-apps

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags

cd xemacs
wget http://de.geocities.com/vzell1/cygwin/setup.hint.zip
wget http://de.geocities.com/vzell1/cygwin/xemacs-21.4.19-2-src-aa.zip
wget http://de.geocities.com/vzell1/cygwin/xemacs-21.4.19-2-src-ab.zip
mv setup.hint.zip                            setup.hint
cat xemacs-21.4.19-2-src-aa.zip xemacs-21.4.19-2-src-ab.zip > xemacs-21.4.19-2-src.tar.bz2
rm  xemacs-21.4.19-2-src-aa.zip xemacs-21.4.19-2-src-ab.zip

wget http://de.geocities.com/alinameczynska/cygwin/xemacs-21.4.19-2-aa.zip
wget http://de.geocities.com/alinameczynska/cygwin/xemacs-21.4.19-2-ab.zip
cat xemacs-21.4.19-2-aa.zip xemacs-21.4.19-2-ab.zip > xemacs-21.4.19-2.tar.bz2
rm  xemacs-21.4.19-2-aa.zip xemacs-21.4.19-2-ab.zip

cd xemacs-tags
wget http://de.geocities.com/vzell1/cygwin/xemacs-tags/setup.hint.zip
wget http://de.geocities.com/vzell1/cygwin/xemacs-tags/xemacs-tags-21.4.19-2.tar.bz2.zip
mv setup.hint.zip                            setup.hint
xemacs-tags-21.4.19-2.tar.bz2.zip            xemacs-tags-21.4.19-2.tar.bz2

cd ../xemacs-emacs-common
wget http://de.geocities.com/vzell1/cygwin/xemacs-emacs-common/setup.hint.zip
wget http://de.geocities.com/vzell1/cygwin/xemacs-emacs-common/xemacs-emacs-common-21.4.19-2.tar.bz2.zip
mv setup.hint.zip                            setup.hint
mv xemacs-emacs-common-21.4.19-2.tar.bz2.zip xemacs-emacs-common-21.4.19-2.tar.bz2
-------------------------------- cut here ------------------------------------

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30  0:44 Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2 Dr. Volker Zell
@ 2006-11-30  8:48 ` Corinna Vinschen
  2006-11-30 10:19   ` Dr. Volker Zell
  0 siblings, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2006-11-30  8:48 UTC (permalink / raw)
  To: cygwin-apps

On Nov 30 01:44, Dr. Volker Zell wrote:
> -------------------------------- cut here ------------------------------------
> #!/bin/bash
> 
> mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags
> 
> cd xemacs
> [...]

No luck.  I'm getting

HTTP request sent, awaiting response... 503 Service Temporarily Unavailable

all the time.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30  8:48 ` Corinna Vinschen
@ 2006-11-30 10:19   ` Dr. Volker Zell
  2006-11-30 10:51     ` Corinna Vinschen
  2006-11-30 15:51     ` Corinna Vinschen
  0 siblings, 2 replies; 14+ messages in thread
From: Dr. Volker Zell @ 2006-11-30 10:19 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Corinna Vinschen writes:

    > On Nov 30 01:44, Dr. Volker Zell wrote:
    >> -------------------------------- cut here ------------------------------------
    >> #!/bin/bash
    >> 
    >> mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags
    >> 
    >> cd xemacs
    >> [...]

    > No luck.  I'm getting

    > HTTP request sent, awaiting response... 503 Service Temporarily Unavailable

    > all the time.

Don't give up, I just managed to download them one by one. Sometimes you
get the reported 503, just try again later. Sorry for the inconvinience,
but I do not have any other upload area.

But remember after downloading to call the mv, cat and rm commands from
the script.

    > Corinna

Ciao
  Volker

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30 10:19   ` Dr. Volker Zell
@ 2006-11-30 10:51     ` Corinna Vinschen
  2006-11-30 11:14       ` Dr. Volker Zell
  2006-11-30 15:51     ` Corinna Vinschen
  1 sibling, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2006-11-30 10:51 UTC (permalink / raw)
  To: cygwin-apps

On Nov 30 11:19, Dr. Volker Zell wrote:
> >>>>> Corinna Vinschen writes:
> 
>     > On Nov 30 01:44, Dr. Volker Zell wrote:
>     >> -------------------------------- cut here ------------------------------------
>     >> #!/bin/bash
>     >> 
>     >> mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags
>     >> 
>     >> cd xemacs
>     >> [...]
> 
>     > No luck.  I'm getting
> 
>     > HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
> 
>     > all the time.
> 
> Don't give up, I just managed to download them one by one. Sometimes you
> get the reported 503, just try again later. Sorry for the inconvinience,
> but I do not have any other upload area.

I'm trying for 20 minutes to download just one setup.hint file using a
script which tries every second.  Still no luck.  Sorry, but I give up.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30 10:51     ` Corinna Vinschen
@ 2006-11-30 11:14       ` Dr. Volker Zell
  2006-11-30 12:10         ` Corinna Vinschen
  0 siblings, 1 reply; 14+ messages in thread
From: Dr. Volker Zell @ 2006-11-30 11:14 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Corinna Vinschen writes:

    > On Nov 30 11:19, Dr. Volker Zell wrote:
    >> >>>>> Corinna Vinschen writes:
    >> 
    >> > On Nov 30 01:44, Dr. Volker Zell wrote:
    >> >> -------------------------------- cut here ------------------------------------
    >> >> #!/bin/bash
    >> >> 
    >> >> mkdir -p xemacs/xemacs-emacs-common xemacs/xemacs-tags
    >> >> 
    >> >> cd xemacs
    >> >> [...]
    >> 
    >> > No luck.  I'm getting
    >> 
    >> > HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
    >> 
    >> > all the time.
    >> 
    >> Don't give up, I just managed to download them one by one. Sometimes you
    >> get the reported 503, just try again later. Sorry for the inconvinience,
    >> but I do not have any other upload area.

    > I'm trying for 20 minutes to download just one setup.hint file using a
    > script which tries every second.  Still no luck.  Sorry, but I give up.

Hmmmmmmmm. I just tried with Firefox one by one, it works perfect for
me.

http://de.geocities.com/vzell1/cygwin/
http://de.geocities.com/alinameczynska/cygwin/
Right click-Save on each file.

    > Corinna

Ciao
  Volker

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30 11:14       ` Dr. Volker Zell
@ 2006-11-30 12:10         ` Corinna Vinschen
  0 siblings, 0 replies; 14+ messages in thread
From: Corinna Vinschen @ 2006-11-30 12:10 UTC (permalink / raw)
  To: cygwin-apps

On Nov 30 12:14, Dr. Volker Zell wrote:
>     > I'm trying for 20 minutes to download just one setup.hint file using a
>     > script which tries every second.  Still no luck.  Sorry, but I give up.
> 
> Hmmmmmmmm. I just tried with Firefox one by one, it works perfect for
> me.
> 
> http://de.geocities.com/vzell1/cygwin/
> http://de.geocities.com/alinameczynska/cygwin/
> Right click-Save on each file.

Firefox isn't an option when ssh'ing into cygwin.com.  Nevertheless,
finally wget went all the way.  Uploaded.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30 10:19   ` Dr. Volker Zell
  2006-11-30 10:51     ` Corinna Vinschen
@ 2006-11-30 15:51     ` Corinna Vinschen
  2006-12-03 17:40       ` Dr. Volker Zell
  1 sibling, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2006-11-30 15:51 UTC (permalink / raw)
  To: cygwin-apps

Volker,

On Nov 30 11:19, Dr. Volker Zell wrote:
>  Sorry for the inconvinience,
> but I do not have any other upload area.

just fill out the form at http://sourceware.org/cgi-bin/pdw/ps_form.cgi
and you'll get upload privileges to sourceware.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-11-30 15:51     ` Corinna Vinschen
@ 2006-12-03 17:40       ` Dr. Volker Zell
  2006-12-04  9:13         ` Corinna Vinschen
  0 siblings, 1 reply; 14+ messages in thread
From: Dr. Volker Zell @ 2006-12-03 17:40 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Corinna Vinschen writes:

    > Volker,
    > On Nov 30 11:19, Dr. Volker Zell wrote:
    >> Sorry for the inconvinience,
    >> but I do not have any other upload area.

    > just fill out the form at http://sourceware.org/cgi-bin/pdw/ps_form.cgi
    > and you'll get upload privileges to sourceware.

01:11 PM [572]> ssh -v vzell@sourceware.org
OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to sourceware.org [209.132.176.174] port 22.
debug1: Connection established.
debug1: identity file /home/vzell/.ssh/identity type 0
debug1: identity file /home/vzell/.ssh/id_rsa type 1
debug1: identity file /home/vzell/.ssh/id_dsa type 2
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'sourceware.org' is known and matches the RSA host key.
debug1: Found key in /home/vzell/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic
debug1: Next authentication method: publickey
debug1: Offering public key: /home/vzell/.ssh/id_rsa
debug1: Authentications that can continue: publickey,gssapi-with-mic
debug1: Offering public key: /home/vzell/.ssh/id_dsa
debug1: Authentications that can continue: publickey,gssapi-with-mic
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-with-mic).

Anything wrong here ?

    > Corinna

Ciao
  Volker

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-03 17:40       ` Dr. Volker Zell
@ 2006-12-04  9:13         ` Corinna Vinschen
  2006-12-04 15:10           ` Charles Wilson
  0 siblings, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2006-12-04  9:13 UTC (permalink / raw)
  To: cygwin-apps

On Dec  3 18:40, Dr. Volker Zell wrote:
> debug1: Authentications that can continue: publickey,gssapi-with-mic
> debug1: Next authentication method: publickey
> debug1: Offering public key: /home/vzell/.ssh/id_rsa
> debug1: Authentications that can continue: publickey,gssapi-with-mic
> debug1: Offering public key: /home/vzell/.ssh/id_dsa
> debug1: Authentications that can continue: publickey,gssapi-with-mic
> debug1: No more authentication methods to try.
> Permission denied (publickey,gssapi-with-mic).
> 
> Anything wrong here ?

Is .ssh/id_dsa actually the correct private key for the pubkey you sent
to overseers?  I can't see anything wrong on sourceware.  I'm not that
fluent with the sourceware installation.  Cgf can tell more.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-04  9:13         ` Corinna Vinschen
@ 2006-12-04 15:10           ` Charles Wilson
  2006-12-04 15:30             ` Corinna Vinschen
  2006-12-04 16:33             ` Dr. Volker Zell
  0 siblings, 2 replies; 14+ messages in thread
From: Charles Wilson @ 2006-12-04 15:10 UTC (permalink / raw)
  To: CygWin-Apps

Corinna Vinschen wrote:
> On Dec  3 18:40, Dr. Volker Zell wrote:
>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>> debug1: Next authentication method: publickey
>> debug1: Offering public key: /home/vzell/.ssh/id_rsa
>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>> debug1: Offering public key: /home/vzell/.ssh/id_dsa
>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>> debug1: No more authentication methods to try.
>> Permission denied (publickey,gssapi-with-mic).
>>
>> Anything wrong here ?
> 
> Is .ssh/id_dsa actually the correct private key for the pubkey you sent
> to overseers?  I can't see anything wrong on sourceware.  I'm not that
> fluent with the sourceware installation.  Cgf can tell more.

AFAIK, sourceware supports only ssh1 protocol (identity[.pub]), which is 
why my ~/.ssh/config file has this:

Host sources.redhat.com
    Protocol 1

--
Chuck

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-04 15:10           ` Charles Wilson
@ 2006-12-04 15:30             ` Corinna Vinschen
  2006-12-04 16:43               ` Dr. Volker Zell
  2006-12-04 16:33             ` Dr. Volker Zell
  1 sibling, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2006-12-04 15:30 UTC (permalink / raw)
  To: CygWin-Apps

On Dec  4 10:07, Charles Wilson wrote:
> Corinna Vinschen wrote:
> >On Dec  3 18:40, Dr. Volker Zell wrote:
> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
> >>debug1: Next authentication method: publickey
> >>debug1: Offering public key: /home/vzell/.ssh/id_rsa
> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
> >>debug1: Offering public key: /home/vzell/.ssh/id_dsa
> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
> >>debug1: No more authentication methods to try.
> >>Permission denied (publickey,gssapi-with-mic).
> >>
> >>Anything wrong here ?
> >
> >Is .ssh/id_dsa actually the correct private key for the pubkey you sent
> >to overseers?  I can't see anything wrong on sourceware.  I'm not that
> >fluent with the sourceware installation.  Cgf can tell more.
> 
> AFAIK, sourceware supports only ssh1 protocol (identity[.pub]), which is 

Sorry, no, it supports ssh2.  I'm using an ssh2 RSA key for a long
time now.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-04 15:10           ` Charles Wilson
  2006-12-04 15:30             ` Corinna Vinschen
@ 2006-12-04 16:33             ` Dr. Volker Zell
  2006-12-05  2:12               ` Christopher Faylor
  1 sibling, 1 reply; 14+ messages in thread
From: Dr. Volker Zell @ 2006-12-04 16:33 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Charles Wilson writes:

    > Corinna Vinschen wrote:
    >> On Dec  3 18:40, Dr. Volker Zell wrote:
    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
    >>> debug1: Next authentication method: publickey
    >>> debug1: Offering public key: /home/vzell/.ssh/id_rsa
    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
    >>> debug1: Offering public key: /home/vzell/.ssh/id_dsa
    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
    >>> debug1: No more authentication methods to try.
    >>> Permission denied (publickey,gssapi-with-mic).
    >>> 
    >>> Anything wrong here ?
    >> Is .ssh/id_dsa actually the correct private key for the pubkey you
    >> sent
    >> to overseers?  I can't see anything wrong on sourceware.  I'm not that
    >> fluent with the sourceware installation.  Cgf can tell more.

    > AFAIK, sourceware supports only ssh1 protocol (identity[.pub]), which
    > is why my ~/.ssh/config file has this:

    > Host sources.redhat.com
    >     Protocol 1

Maybe that's the problem. But Chris explicitly asked me for version 2
key. Chris ??

    > Chuck

Ciao
  Volker

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-04 15:30             ` Corinna Vinschen
@ 2006-12-04 16:43               ` Dr. Volker Zell
  0 siblings, 0 replies; 14+ messages in thread
From: Dr. Volker Zell @ 2006-12-04 16:43 UTC (permalink / raw)
  To: CygWin-Apps

>>>>> Corinna Vinschen writes:

    > On Dec  4 10:07, Charles Wilson wrote:
    >> Corinna Vinschen wrote:
    >> >On Dec  3 18:40, Dr. Volker Zell wrote:
    >> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
    >> >>debug1: Next authentication method: publickey
    >> >>debug1: Offering public key: /home/vzell/.ssh/id_rsa
    >> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
    >> >>debug1: Offering public key: /home/vzell/.ssh/id_dsa
    >> >>debug1: Authentications that can continue: publickey,gssapi-with-mic
    >> >>debug1: No more authentication methods to try.
    >> >>Permission denied (publickey,gssapi-with-mic).
    >> >>
    >> >>Anything wrong here ?
    >> >
    >> >Is .ssh/id_dsa actually the correct private key for the pubkey you sent
    >> >to overseers?  I can't see anything wrong on sourceware.  I'm not that
    >> >fluent with the sourceware installation.  Cgf can tell more.
    >> 
    >> AFAIK, sourceware supports only ssh1 protocol (identity[.pub]), which is 

    > Sorry, no, it supports ssh2.  I'm using an ssh2 RSA key for a long
    > time now.

What I send was an ssh2 DSA key. Could this be the problem ?

    > Corinna

Ciao
 Volker

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

* Re: Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2
  2006-12-04 16:33             ` Dr. Volker Zell
@ 2006-12-05  2:12               ` Christopher Faylor
  0 siblings, 0 replies; 14+ messages in thread
From: Christopher Faylor @ 2006-12-05  2:12 UTC (permalink / raw)
  To: cygwin-apps

On Mon, Dec 04, 2006 at 05:32:35PM +0100, Dr. Volker Zell wrote:
>>>>>> Charles Wilson writes:
>
>    > Corinna Vinschen wrote:
>    >> On Dec  3 18:40, Dr. Volker Zell wrote:
>    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>    >>> debug1: Next authentication method: publickey
>    >>> debug1: Offering public key: /home/vzell/.ssh/id_rsa
>    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>    >>> debug1: Offering public key: /home/vzell/.ssh/id_dsa
>    >>> debug1: Authentications that can continue: publickey,gssapi-with-mic
>    >>> debug1: No more authentication methods to try.
>    >>> Permission denied (publickey,gssapi-with-mic).
>    >>> 
>    >>> Anything wrong here ?
>    >> Is .ssh/id_dsa actually the correct private key for the pubkey you
>    >> sent
>    >> to overseers?  I can't see anything wrong on sourceware.  I'm not that
>    >> fluent with the sourceware installation.  Cgf can tell more.
>
>    > AFAIK, sourceware supports only ssh1 protocol (identity[.pub]), which
>    > is why my ~/.ssh/config file has this:
>
>    > Host sources.redhat.com
>    >     Protocol 1
>
>Maybe that's the problem. But Chris explicitly asked me for version 2
>key. Chris ??

No.  We haven't required version 1 keys for some time and are actually
actively trying to move away from them.

I really don't know why you can't login unless you are having another
problem with your key.  As you recall, you sent me another key after
filling out the form for the second time.

cgf

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

end of thread, other threads:[~2006-12-05  2:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-30  0:44 Please upload: xemacs-21.4.19-2/xemacs-tags-21.4.19-2/xemacs-emacs-common-21.4.19-2 Dr. Volker Zell
2006-11-30  8:48 ` Corinna Vinschen
2006-11-30 10:19   ` Dr. Volker Zell
2006-11-30 10:51     ` Corinna Vinschen
2006-11-30 11:14       ` Dr. Volker Zell
2006-11-30 12:10         ` Corinna Vinschen
2006-11-30 15:51     ` Corinna Vinschen
2006-12-03 17:40       ` Dr. Volker Zell
2006-12-04  9:13         ` Corinna Vinschen
2006-12-04 15:10           ` Charles Wilson
2006-12-04 15:30             ` Corinna Vinschen
2006-12-04 16:43               ` Dr. Volker Zell
2006-12-04 16:33             ` Dr. Volker Zell
2006-12-05  2:12               ` Christopher Faylor

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