From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 5DD303B2A2 for ; Sun, 20 Nov 2016 15:32:54 -0500 (EST) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id 837053856; Sun, 20 Nov 2016 21:32:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1479673972; bh=9cBoiYkMfEmkhUPNgpt4w0d87ghp61v3MubtLiu2iuA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=UmHIy6O2n1uP8/SwCC/lENjdI6NVV18VdJWFJJqnvMJLp44hTusePR96uKXSC+t5D kCbFvTkfXp7ETep1Z3fypkPaL62ZhwvA8XqBFaqpowKOdnIoES7W+vGh3idcVZYsYs 8/WWXDa61KHZy8bunGxNxeAZxsWsV8G8qb9vy/vJDX93Q7NG9pgRDdqTcFK37YkKAU 7xDlRZ1sTBcDVhL3enTr4fmLJd8FUHlUxZDCT+oRDblOxtnI5zUTjKneg/MnMze0Q6 egKUypVSrul0MN9Tnb8pWNMlsgZIf1NoO/HRaHMUWIeokBRxTLlYM1thpl6nUVquBB boqLOHDE4Q6qw== Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 0C8A2957CD3; Sun, 20 Nov 2016 21:32:50 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Sebastian Moeller Cc: Dave =?utf-8?Q?T=C3=A4ht?= , "cerowrt-devel\@lists.bufferbloat.net" References: Date: Sun, 20 Nov 2016 21:32:50 +0100 In-Reply-To: (Sebastian Moeller's message of "Sun, 20 Nov 2016 21:13:39 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <8737iluc25.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cerowrt-devel] linksys 1200ac lockout problem still exists X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 20:32:54 -0000 Sebastian Moeller writes: > Hi Dave, > >> On Nov 20, 2016, at 20:30, Dave Taht wrote: >>=20 >> Has the omnia got this problem? > > Not sure, following your recipe from the LEDE bug, I attempted: > bash-3.2$ ./run-flent -H netperf-eu.bufferbloat.net =E2=80=93test-paramet= er=3Ddownload_streams=3D12 tcp_ndown > Fatal error: Hostname lookup failed for host =E2=80=93test-parameter=3Ddo= wnload_streams=3D12: [Errno 8] nodename nor servname provided, or not known > bash-3.2$ Think that's a copy-paste error. The bug tracker has turned -- into a long dash, which Flent doesn't understand and thus interprets the parameter as a hostname (which it understandably fails to lookup). -Toke