From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id E2BE621FC78 for ; Mon, 29 Jun 2015 03:09:47 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1435572579; bh=vrG1GaMrAZdt5TOHHULfiXZ2DD5DSITlRhW6WRVEtpI=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=jl7xhHhW6NQVALLcabjADzdvWrPqaAFFaD87W4gBSZeZ31F/gJPTrSo8Jux4TqBeI i8U4ctOjYk+MGtslLd+yDnR/DPj8MmKi7JhKsxUfmiadGM7ibjzeToG+WDUzRMI99D YtQU1FCTe/w3fd+Lwkwk/zGDuZx2CcnMV75sywrQ= Sender: toke@toke.dk Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 9E2883DA8E4; Mon, 29 Jun 2015 12:09:38 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Mikael Abrahamsson References: <8B853F1C-DE5D-4F3D-88CC-CB8DA2D3E8B1@gmx.de> <04331509-F163-4184-90B4-8589073AFD62@gmx.de> <09BA156C-460D-4794-A082-33E805F3D6FD@gmx.de> <5436B48C-0803-46DA-B355-14E917A5BB37@gmx.de> <4E002218-174D-44F9-91A0-C7F34B9E83C7@gmx.de> Date: Mon, 29 Jun 2015 12:09:38 +0200 In-Reply-To: (Mikael Abrahamsson's message of "Mon, 29 Jun 2015 11:12:38 +0200 (CEST)") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87pp4eomfx.fsf@alrua-karlstad.karlstad.toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] performance numbers from WRT1200AC (Re: 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: Mon, 29 Jun 2015 10:10:16 -0000 Mikael Abrahamsson writes: > How can I tell which one of these actually is included? Tried moving the feed > statement so ceropackages was first but that doesn't seem to have helped, I > still get OpenWrt regular sqm-scripts (no cake in luci-app-sqm). You need to have the cero feed first in feeds.conf, then do ./script/feeds uninstall sqm-scripts; ./script/feeds install sqm-scripts -- that should pull it from the cero feed. If it doesn't work, try doing ./scripts/feeds update first That seemed to work for me when I just tested it now, at least :) -Toke