From owner-freebsd-questions@FreeBSD.ORG Sun Apr 9 13:06:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9200A16A410 for ; Sun, 9 Apr 2006 13:06:04 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D1943D45 for ; Sun, 9 Apr 2006 13:06:04 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost.twisted.net [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id B865EFC4A93 for ; Sun, 9 Apr 2006 08:06:56 -0500 (CDT) X-Virus-Scanned: by amavisd-new at twisted.net Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PExLhMUj7QCJ for ; Sun, 9 Apr 2006 08:06:56 -0500 (CDT) Received: by oz.twisted.net (Postfix, from userid 1001) id 1D5E6FC4D38; Sun, 9 Apr 2006 08:06:56 -0500 (CDT) Date: Sun, 9 Apr 2006 08:06:55 -0500 From: Troy To: freebsd-questions@freebsd.org Message-ID: <20060409130655.GA25153@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: net-snmpd show sysctl: physmem: Cannot allocate memory in log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 13:06:04 -0000 I'm using net-snmpd with FreeBSD 6.0 and all is working fine but when I start it up it gives me the following error: sysctl: physmem: Cannot allocate memory snmpd seems to be running fine but why is that error showing when it's started? I looked at the sysctl and it's showing the proper amount of memory in the system hw.physmem: 2139033600 -Troy