i haven't been able to contact the FTP server this morning. i added support for getting updates from the HTTP server ( https://android-review.googlesource.com/57332) but FTP is still the preferred method because: 1. you can get a directory listing via FTP but not HTTP, so if you miss a couple of changes, my script can't take you through the intermediates so the git history remains complete. 2. you can't get the .asc files via HTTP, so no verification. if HTTP is the preferred download method going forward, could we get .asc files on there and have directory listings turned on for the releases directory? --elliott (Android tzdata maintainer)
(actually, 2 isn't true. i forgot that it's .tar.gz.asc, not .asc.) On Mon, Apr 22, 2013 at 11:32 AM, enh <enh@google.com> wrote:
i haven't been able to contact the FTP server this morning.
i added support for getting updates from the HTTP server ( https://android-review.googlesource.com/57332) but FTP is still the preferred method because:
1. you can get a directory listing via FTP but not HTTP, so if you miss a couple of changes, my script can't take you through the intermediates so the git history remains complete.
2. you can't get the .asc files via HTTP, so no verification.
if HTTP is the preferred download method going forward, could we get .asc files on there and have directory listings turned on for the releases directory?
--elliott (Android tzdata maintainer)
Hi Elliott, On Apr 22, 2013, at 11:32 AM, enh <enh@google.com> wrote:
i haven't been able to contact the FTP server this morning.
If you could drop me some diagnostic information (such as your local IP address and the output of traceroute) I will talk to our network engineers and try and isolate what you are seeing. Suffice it to say the service is up, so it seems likely to be a routing issue. ~$ ftp ftp.iana.org Trying 2620:0:2d0:200::8... Connected to ianaftp.vip.icann.org. 220 IANA FTP Server Name (ftp.iana.org:kim): ftp 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp>
if HTTP is the preferred download method going forward, could we get .asc files on there and have directory listings turned on for the releases directory?
In terms of the .asc files, they are there, e.g. http://www.iana.org/time-zones/repository/releases/tzdata2013c.tar.gz.asc. That said, there is no intention for HTTP to usurp FTP, they both should carry the same data and you can use either as per your preference. We also provide it via rsync which provides a convenient mechanism to ensure you have the whole repository locally. kim
(the IPv6 thing was a problem with our internal network, now fixed.) On Mon, Apr 22, 2013 at 11:44 AM, Kim Davies <kim.davies@icann.org> wrote:
Hi Elliott,
On Apr 22, 2013, at 11:32 AM, enh <enh@google.com> wrote:
i haven't been able to contact the FTP server this morning.
If you could drop me some diagnostic information (such as your local IP address and the output of traceroute) I will talk to our network engineers and try and isolate what you are seeing. Suffice it to say the service is up, so it seems likely to be a routing issue.
~$ ftp ftp.iana.org Trying 2620:0:2d0:200::8... Connected to ianaftp.vip.icann.org. 220 IANA FTP Server Name (ftp.iana.org:kim): ftp 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp>
if HTTP is the preferred download method going forward, could we get .asc files on there and have directory listings turned on for the releases directory?
In terms of the .asc files, they are there, e.g. http://www.iana.org/time-zones/repository/releases/tzdata2013c.tar.gz.asc. That said, there is no intention for HTTP to usurp FTP, they both should carry the same data and you can use either as per your preference. We also provide it via rsync which provides a convenient mechanism to ensure you have the whole repository locally.
kim
-- Elliott Hughes - http://who/enh - http://jessies.org/~enh/ Java i18n/JNI/NIO, or bionic questions? Mail me/drop by/add me as a reviewer.
participants (3)
-
enh -
Kim Davies -
Paul Eggert