unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ange-ftp and ipv6
@ 2005-04-08 13:23 Chong Yidong
  2005-04-09  3:38 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2005-04-08 13:23 UTC (permalink / raw)


I've been trying to reproduce the following bug from FOR-RELEASE:

> ** Ange-ftp should ignore irrelevant IPv6 errors:
> ...
> The problem is that the DNS first gives an IPV6 address. However our
> router doesn't do IPV6. Ftp then falls back to IPV4:
>
> ftp> open ftp.nluug.nl
> Trying 2001:610:1:80aa:192:87:102:36...
> ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
> Trying 192.87.102.36...
> Connected to ftp.nluug.nl.
>
> Ange-ftp chokes on the `No route to host' message and doesn't look any
> further.

My DNS also issues an IPV6 address, but the ftp program I use (BSD ftp on
a Red Hat box) fails silently on IPV6 without issuing a "No route to host"
message:

  ftp> open ftp.nluug.nl
  Trying 2001:610:1:80aa:192:87:102:36...
  Trying 192.87.102.36...
  Connected to ftp.nluug.nl (192.87.102.36).

Does anyone know a simple way to reproduce this bug?

In any case, could it be fixed by replacing "No route to host" with "No
route to host\n[^T]" in ange-ftp-gateway-fatal-msgs, to distinguish
between "No route to host\nTrying..." and a real error?

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

* Re: ange-ftp and ipv6
  2005-04-08 13:23 ange-ftp and ipv6 Chong Yidong
@ 2005-04-09  3:38 ` Richard Stallman
  2005-04-15 11:10   ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2005-04-09  3:38 UTC (permalink / raw)
  Cc: emacs-devel

"Piet van Oostrum" <piet@cs.uu.nl> reported this bug; I suggest you
ask him for any more information that you need.

Thanks for investigating it.

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

* Re: ange-ftp and ipv6
  2005-04-09  3:38 ` Richard Stallman
@ 2005-04-15 11:10   ` Chong Yidong
  2005-04-16  2:58     ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2005-04-15 11:10 UTC (permalink / raw)
  Cc: emacs-devel

>> I've been trying to reproduce the following bug from FOR-RELEASE:
>
>>> ** Ange-ftp should ignore irrelevant IPv6 errors:
>
> "Piet van Oostrum" <piet@cs.uu.nl> reported this bug; I suggest you
> ask him for any more information that you need.
>
> Thanks for investigating it.

I emailed him for more information a week ago; there has been no reply.

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

* Re: ange-ftp and ipv6
  2005-04-15 11:10   ` Chong Yidong
@ 2005-04-16  2:58     ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2005-04-16  2:58 UTC (permalink / raw)
  Cc: emacs-devel

    > "Piet van Oostrum" <piet@cs.uu.nl> reported this bug; I suggest you
    > ask him for any more information that you need.
    >
    > Thanks for investigating it.

    I emailed him for more information a week ago; there has been no reply.

Please email him again, and cc me this time.

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

end of thread, other threads:[~2005-04-16  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-08 13:23 ange-ftp and ipv6 Chong Yidong
2005-04-09  3:38 ` Richard Stallman
2005-04-15 11:10   ` Chong Yidong
2005-04-16  2:58     ` Richard Stallman

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