From owner-freebsd-current@FreeBSD.ORG Sat Jun 28 05:46:37 2014 Return-Path: Delivered-To: freebsd-current@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 49D78B5C for ; Sat, 28 Jun 2014 05:46:37 +0000 (UTC) Received: from nm10-vm0.bullet.mail.bf1.yahoo.com (nm10-vm0.bullet.mail.bf1.yahoo.com [98.139.213.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC0BF2645 for ; Sat, 28 Jun 2014 05:46:36 +0000 (UTC) Received: from [66.196.81.174] by nm10.bullet.mail.bf1.yahoo.com with NNFMP; 28 Jun 2014 05:43:19 -0000 Received: from [98.139.211.160] by tm20.bullet.mail.bf1.yahoo.com with NNFMP; 28 Jun 2014 05:43:19 -0000 Received: from [127.0.0.1] by smtp217.mail.bf1.yahoo.com with NNFMP; 28 Jun 2014 05:43:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s1024; t=1403934199; bh=sWeYOVC71zhhEgQBEFFtCDeMh8OOhuOzN0Obmgzarrw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Tz+jsz/R77GBlJuEnMYQyRbA+PrzNHqDRsPWPZkXfbUm9dSBjfp8ysx2UWwDvE4/dLV/2PPNtO0FwKJ3hfCM/RMms8RUKKA+8pWkvoaaF8XWNPbxAvfZeo7LSirw1O97wgFjSoUDhrjGtex8cu/JfAWBCqQ7+mnfel6Zfy2EZPA= X-Yahoo-Newman-Id: 568416.21905.bm@smtp217.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: y2m20uEVM1m5V2.Us6OTfZrZfWVwHxBDWxDVZoFNUBoMbxf eWCxy5123e7tkT07Ht7YE5S3SbrLW.FvM79avmT.xjJ9tXD7aRn9TgMrc2Yp vzfhgLP21qoiyFikLF5WvoQOPzixinJsGgMq3oKLjQ.SAyX9K0xk.w2JnBpy 9XXSdiUGQBt82WxQnH6yT5DTA5FK1raoBqhLs4vlyOhrsciYmlzwXtDauyha 1R.F_W6W9S.1NxnNfqJA9aUw54z0ggdy1qxplC0uBViPSF6M_yBINQrs_6tg RWpJfqBAGgeC1UqmoGNZ9MiRlSkIUMR0KtI7CT25m6O6ir.ptkaooL0n2tnm pFSZ0HwN_Q17ee9p9UVI1BIc1R8lf8DvlpjnI24SuO_GB17F06r616u0au_p z9tjAq.H8XmTrF1_ZwBOTEmm4PvwL8wiNeGhC1MuYRTeoPjNUFHxfJoUmvCB IAEuPffEXIgqR2P7SaqMeuPB8sNEK0t7gut5kAnRdyW7yffmIcGD4IQdI9zm 0.LiR6ChTtQRPN61piztbiPWb8e9Bnw-- X-Yahoo-SMTP: 51p0rh2swBCh3zxf6sJkNseoFwQzw1o- X-Rocket-Received: from [192.168.0.101] (daniloegea@179.217.196.103 with plain [98.138.105.21]) by smtp217.mail.bf1.yahoo.com with SMTP; 27 Jun 2014 22:43:19 -0700 PDT Message-ID: <53AE5605.7050406@yahoo.com.br> Date: Sat, 28 Jun 2014 02:43:33 -0300 From: Danilo Egea User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Hans Petter Selasky , "freebsd-current@freebsd.org" Subject: Re: sysctl: Cannot allocate memory after r267961 References: <1403895102.10070.YahooMailNeo@web162001.mail.bf1.yahoo.com> <53AE3989.9020000@selasky.org> <53AE3E84.5030106@selasky.org> In-Reply-To: <53AE3E84.5030106@selasky.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 28 Jun 2014 05:46:37 -0000 On 06/28/14 01:03, Hans Petter Selasky wrote: > On 06/28/14 05:42, Hans Petter Selasky wrote: >> On 06/27/14 20:51, Danilo Egea wrote: >>> Hello folks, >>> >>> I've just updated my system (current) and now I'm getting this message: >>> [danilo src$] uname -a >>> uname: sysctl: Cannot allocate memory >>> >>> >>> Some programs are failing due this, like portmaster and chromium. >>> >>> This commit (r267961) has a lot of changes in the sysctl subsystem. >>> >>> Thanks! >> >> Hi folks, >> >> Sorry about the breakage. There appears to be some special case for >> read-only MIB SYSCTL strings which was ending up in an error code that's >> not so well documented. Sorry that it is not possible for me to test >> absolutely everything. >> >> Testing done from my side: >> >> - Several universe builds >> - Sysctl functionality has been verified and tested. >> >> I'm going to pull in the change again with the fix for "uname". If there >> are more problems popping up I need your help to test this patch. >> >> Thanks for your patience! >> >> --HPS > > Fixed in: > > r267992 > > --HPS > It's working. Thanks!