From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#17268: tests/guix-download.sh fails due to ISP's wrong-domain redirect Date: Tue, 15 Apr 2014 21:45:03 +0200 Message-ID: <877g6q1io0.fsf@gnu.org> References: <871twyspfe.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa9J3-0002uv-GA for bug-guix@gnu.org; Tue, 15 Apr 2014 15:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa9Ix-0005lC-Sy for bug-guix@gnu.org; Tue, 15 Apr 2014 15:46:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:41011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa9Ix-0005l8-Q8 for bug-guix@gnu.org; Tue, 15 Apr 2014 15:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Wa9Ix-00037U-7b for bug-guix@gnu.org; Tue, 15 Apr 2014 15:46:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <871twyspfe.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Tue, 15 Apr 2014 15:16:53 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Taylan Ulrich Bayirli/Kammer Cc: 17268-done@debbugs.gnu.org Taylan Ulrich Bayirli/Kammer skribis: > It looks like the test guix-download.sh fails due to unwanted success > when the user's ISP is being "friendly" and redirects to a help page > when a non-existing domain is requested. Log file: > > + guix download --version > guix download (GNU Guix) 0.6 > Copyright (C) 2014 the Guix authors > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > + guix download http://does.not/exist > accepted connection from pid 8210, uid 1000 > starting download of `guix-file.u5jS7M' from `http://does.not/exist'... > following redirection to `http://navigationshilfe1.t-online.de/dnserror?u= rl=3Dhttp://does.not/'... The ISP is hijacking the DNS, which is Bad, and there=E2=80=99s not much we= can do here AFAIK. So let me apologize for the inconvenience, and close the bug. :-) Ludo=E2=80=99.