From owner-freebsd-stable@FreeBSD.ORG Wed Jun 18 09:40:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39DFEA32 for ; Wed, 18 Jun 2014 09:40:16 +0000 (UTC) Received: from nschwqsrv03p.mx.bigpond.com (nschwqsrv03p.mx.bigpond.com [61.9.189.237]) by mx1.freebsd.org (Postfix) with ESMTP id C5E152BD4 for ; Wed, 18 Jun 2014 09:40:15 +0000 (UTC) Received: from nschwcmgw05p ([61.9.190.165]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20140618091751.OFAW17954.nschwmtas01p.mx.bigpond.com@nschwcmgw05p> for ; Wed, 18 Jun 2014 09:17:51 +0000 Received: from hermes.heuristicsystems.com.au ([121.210.107.100]) by nschwcmgw05p with BigPond Outbound id FlHr1o00G29zwdD01lHrfr; Wed, 18 Jun 2014 09:17:51 +0000 X-Authority-Analysis: v=2.0 cv=XNWyuHdE c=1 sm=1 a=SEJ2iDwVkb98DYvesvueMw==:17 a=JipEcVzqA9wA:10 a=ml-6LO51Jw4A:10 a=8nJEP1OIZ-IA:10 a=GHIR_BbyAAAA:8 a=d0xvt63_93cQq0mLl0wA:9 a=wPNLvfGTeEIA:10 a=XzG-SZzWZmwA:10 a=ZlcKbYVRyI8A:10 a=9PnWN0AbBWcA:10 a=SEJ2iDwVkb98DYvesvueMw==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id s5I9H5cw015608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 18 Jun 2014 19:17:06 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <53A15911.5020507@heuristicsystems.com.au> Date: Wed, 18 Jun 2014 19:17:05 +1000 From: Dewayne Geraghty User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD Stable Mailing List Subject: Unchangeable sysctl's in FreeBSD10.0 Stable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 09:40:16 -0000 While migrating from 9.2 Stable (9.3Beta3) to 10.0Stable (r267307M) I noticed that some of the sysctl's that I adjust for tuning purposes aren't writeable, instead sysctl returns an "Invalid argument". The two sysctl's of interest are: net.flowtable.maxflows and kern.ipc.maxsockets Would someone advise the new way that these can be adjusted to suite the purpose of the servers? There was no mention in src/UPDATING. Regards, Dewayne.