From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 11:31:08 2003 Return-Path: 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 025F616A4CE for ; Mon, 15 Dec 2003 11:31:08 -0800 (PST) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F54343D32 for ; Mon, 15 Dec 2003 11:31:06 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.1] (helo=pluto.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.24) id 1AVyQq-0008LI-Vx for freebsd-questions@FreeBSD.org; Mon, 15 Dec 2003 20:31:04 +0100 Received: from [12.33.76.83] (helo=maliot) (Authenticated Sender=klimenta@runbox.com) by pluto.runbox.com with asmtp (Exim 4.24) id 1AVyPE-00045s-Dr for freebsd-questions@FreeBSD.org; Mon, 15 Dec 2003 20:29:24 +0100 Message-ID: <000501c3c341$ea0f2ee0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: Date: Mon, 15 Dec 2003 14:30:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: snmpd problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 19:31:08 -0000 I am having problem running snmpd (FreeBSD 5.1). After installing the port with make all install clean, the startup script is not working with no errors/warnings given. If I manually run the snmpd with /usr/local/sbin/snmpd -s, I got this in /var/log/messages snmpd[1206]: nlist err: neither nproc nor _nproc found Googling with this words doesn't provide any help. HELP! :) Thanks...