From owner-freebsd-current@FreeBSD.ORG Mon Jun 24 22:40:19 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 92ABCD2B for ; Mon, 24 Jun 2013 22:40:19 +0000 (UTC) (envelope-from jaglover@gmail.com) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5F71358 for ; Mon, 24 Jun 2013 22:40:19 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id ih17so153817qab.19 for ; Mon, 24 Jun 2013 15:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=juaYiKOpUvvKBflt/QCRt530vF594992WLy7C2AjFbQ=; b=OrcZDUQjp9OPZN7RhmnOie0jyhEFTQSvwJLfN+BHUgTelmXc2ThvZit9Vp7H4soy+O 9kbKgVSdCKE5+j3mFHQHL4A/w3atsezcavGwgi0cq3JJavIO+O/w8ucNzNDK5tt0SWvC wihOSEQCmPnif0oTIEXbJ6ysjwuHd0sQ9W9qtLD+4GCYOXTQ2Rq/qwEwB5fWiT7BVvAq AjkggiXGEY5IVy9z70+SEPp1d0jxCcEqdgJTw7F8UNUHins9D/yk6DJuopSHkgcXL6qz lzPd9CAGRk/LUeVlDScxqHBq/0S1NqVG3S/aAIrInmBCddcgo/VWvh0HD3TaehkHTrpZ blJQ== X-Received: by 10.49.132.69 with SMTP id os5mr1654930qeb.48.1372113618967; Mon, 24 Jun 2013 15:40:18 -0700 (PDT) Received: from zeus.saul.homeunix.org (ip-66-186-247-24.eatel.net. [66.186.247.24]) by mx.google.com with ESMTPSA id q10sm23127157qas.6.2013.06.24.15.40.17 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 24 Jun 2013 15:40:18 -0700 (PDT) Date: Mon, 24 Jun 2013 17:40:16 -0500 From: "Saul A. Peebsen" To: freebsd-current@freebsd.org Subject: sysctl -n compat.ia32.maxvmem Message-ID: <20130624174016.3464e268@zeus.saul.homeunix.org> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.19; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mon, 24 Jun 2013 22:40:19 -0000 Hello list, I was forced to run -CURRENT because no other version booted in my new box. Running 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Wed Jun 12 15:23:10 CDT 2013. I'm getting this: # portupgrade -a make: "Mk/Mk/bsd.port.mk" line 1638: warning: Couldn't read shell's output for "if /sbin/sysctl -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi" make: "/usr/ports/Mk/bsd.port.mk" line 1638: warning: Couldn't read shell's output for "if /sbin/sysctl -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi" make: "Mk/Mk/bsd.port.mk" line 1638: warning: Couldn't read shell's output for "if /sbin/sysctl -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi" make: "Mk/Mk/bsd.port.mk" line 1638: warning: Couldn't read shell's output for "if /sbin/sysctl -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi" ... After getting tons of messages like this portupgrade actually works. Sure enough, I do not have COMPAT_FREEBSD32 enabled in kernel, I guess this is what it is about? -- Cheers, Saul