From owner-freebsd-current@FreeBSD.ORG Tue Sep 24 12:18:04 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0E86BA7 for ; Tue, 24 Sep 2013 12:18:04 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) by mx1.freebsd.org (Postfix) with ESMTP id 92C362865 for ; Tue, 24 Sep 2013 12:18:04 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 3C435139C3 for ; Tue, 24 Sep 2013 09:18:19 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1380025098; x=1380889099; bh=ax5+Hnq/TiqyUT9N+NAX9FJfD8sOLVjAM1j eguSzK4U=; b=DCKHCSWjNhT6HZBDaKZ4SaXDqgke92bf5gI6zcyl7MszxltuQ1h AHzGf8N/5zCWnOZK+nIopGlpUPf0HgjO4pGw3bBkW53VV5bpC/O6P3hnNMkzna0Y WrZWfq8ER/sCb10Agk3HhkNwPT4SHydjZDd6CB6IA2evAuRu6ftPq+88= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dwKBpxR2S3Ir for ; Tue, 24 Sep 2013 09:18:18 -0300 (BRT) Received: from 187-68-96-37.3g.claro.net.br (unknown [187.68.96.37]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 1EE8313989; Tue, 24 Sep 2013 09:18:14 -0300 (BRT) Message-ID: <524182F2.3020406@bsdinfo.com.br> Date: Tue, 24 Sep 2013 09:17:54 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Bryan Drewery Subject: Re: load averages with problem in FreeBSD 10.0-Alpha1? References: <5235B581.6090404@bsdinfo.com.br> <5238C4C2.4080806@bsdinfo.com.br> <52417367.5050703@shatow.net> In-Reply-To: <52417367.5050703@shatow.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 12:18:04 -0000 Em 24/09/13 08:11, Bryan Drewery escreveu: > On 9/17/2013 4:08 PM, Marcelo Gondim wrote: >> The problem happens when DUMMYNET enabled in kernel: >> >> options DUMMYNET >> >> If compiled with kernel load average have a problem. May have been some >> change in the DUMMYNETcode? >> >> > Fixed here: > > http://svnweb.freebsd.org/changeset/base/255835 > > Bryan > > Yes Bryan, I saw. :) Thanks and best regards,