From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id A22EF21F63E for ; Fri, 19 Jun 2015 13:40:22 -0700 (PDT) Received: by wgfq1 with SMTP id q1so51704383wgf.1 for ; Fri, 19 Jun 2015 13:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=QbktnT8isRrda9sUxbEfn7pVCTcNRwYZ3/VCeUJWTS0=; b=XQ4ahVewIOfADQ1WBe4Mr3lnzQrTHe6sA7Tfpb9RcKfmtRI3huh2Wsbkr7CjqkD3HH aRFvqlVCYqZYk/zCDjAFWxbRY8uKYLIhyXfhBLnRaR1czdLqZK2PhhxQjA2ij34hX3DV RFGpGhLAL4FsW5aB8j4IXN0Mb1Fb/Jgn9aQFz2xdF+hDz6LWxOLa6jGCkPPy9TuIKrfw KQvl2QbjzSE9IixEuAK9wRqTJJ6sPBaXVg1obZsfKe5ghbPN94lGmZv7YF8Z2tyV3QSG pkWadKyid33r+Lkl/0J+0Y/8+1gD8tp5IPjcmqXoSPTAN/gPxK1F3w2m+8/co2IQsVbQ QMmg== X-Received: by 10.180.87.105 with SMTP id w9mr9892656wiz.32.1434746420341; Fri, 19 Jun 2015 13:40:20 -0700 (PDT) Received: from volcano.localdomain (host-89-243-98-74.as13285.net. [89.243.98.74]) by mx.google.com with ESMTPSA id hn7sm5235116wib.5.2015.06.19.13.40.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Jun 2015 13:40:19 -0700 (PDT) Message-ID: <55847E32.9000405@gmail.com> Date: Fri, 19 Jun 2015 21:40:18 +0100 From: Alan Jenkins User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Dave Taht References: <26463A88-821B-44B7-A728-64BCB0B7C7BB@gmx.de> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Morton , cerowrt-devel Subject: Re: [Cerowrt-devel] Latest build test - new sqm-scripts seem to work; "cake overhead 40" didn't X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 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: Fri, 19 Jun 2015 20:40:51 -0000 On 19/06/15 21:12, Dave Taht wrote: > re: keywords: it may be that the tc-adv package is not correctly > overriding the tc package. Sigh. > > try a opkg update; opkg remove tc-adv; opkg install tc-adv and see if > you get the keywords. Or I screwed up and the box is running the previous build? $ ssh root@mortar BusyBox v1.23.2 (2015-06-12 19:22:15 PDT) built-in shell (ash) I hope so because the alternative is debugging this- root@mortar:~# strace -ash: strace: not found root@mortar:~# echo $? 127 (same happens when installing tc-adv) Alan