Mercurial > emacs
comparison admin/FOR-RELEASE @ 64668:c7a1449e3e8c
Fixed ange-ftp problem with IPv6 failure.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 28 Jul 2005 16:00:12 +0000 |
parents | 07ae9d7af2e5 |
children | 2f0ab6e7e9e8 890cc78a5a24 |
comparison
equal
deleted
inserted
replaced
64667:04315354635e | 64668:c7a1449e3e8c |
---|---|
76 test | 76 test |
77 test::Base | 77 test::Base |
78 test::B | 78 test::B |
79 | 79 |
80 The class A seems to be missing. | 80 The class A seems to be missing. |
81 | |
82 ** Ange-ftp should ignore irrelevant IPv6 errors: | |
83 | |
84 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> | |
85 From: "Piet van Oostrum" <piet@cs.uu.nl> | |
86 To: emacs-pretest-bug@gnu.org | |
87 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback | |
88 | |
89 Symptoms: | |
90 | |
91 C-x C-f /ftp.nluug.nl:/ | |
92 | |
93 The problem is that the DNS first gives an IPV6 address. However our | |
94 router doesn't do IPV6. Ftp then falls back to IPV4: | |
95 | |
96 ftp> open ftp.nluug.nl | |
97 Trying 2001:610:1:80aa:192:87:102:36... | |
98 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host | |
99 Trying 192.87.102.36... | |
100 Connected to ftp.nluug.nl. | |
101 | |
102 Ange-ftp chokes on the `No route to host' message and doesn't look any | |
103 further. | |
104 | |
105 I think in the near future we will see more of this problem, so it might be | |
106 time to make anfe-ftp more intelligent. | |
107 | 81 |
108 * DOCUMENTATION | 82 * DOCUMENTATION |
109 | 83 |
110 ** Document Custom Themes. | 84 ** Document Custom Themes. |
111 | 85 |