* 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
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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.