From owner-freebsd-questions@FreeBSD.ORG Mon Apr 6 18:48:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A6B1065687 for ; Mon, 6 Apr 2009 18:48:54 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id D90ED8FC0C for ; Mon, 6 Apr 2009 18:48:53 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2124445wfg.7 for ; Mon, 06 Apr 2009 11:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from:cc :content-type:mime-version:references:content-transfer-encoding :message-id:in-reply-to:user-agent; bh=7Xcn9NOq0jPre3richoEIfRHBRAhymO+zXoT2WnScnI=; b=GluAsKdF426IBjFO2cU9fRD/3YWKb0LmAGw8IANHIIwOQwjjYJCxK46uX/8WkXO9y7 xtaZK9dxpcPcA+SU9JPVHbmeB/xXRk0pZTTRwm+emz3NrWLfWhoMDOmocnk1ZqIyV8Ek HAxdYBIXz/xjScxeEMtY1DzI1GqY0vRs8FD98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:content-type:mime-version:references :content-transfer-encoding:message-id:in-reply-to:user-agent; b=pNeUkPZqrC8ZGi0Uh6DJ6gk0x/cqVAW3nqhJ7a4KBP5paNq+B1GLfR2YxB8dqk4StM OwWy+TAw8I09giwYWLJynbS6RJPxTb+JMM5o4OV9KJlyeLOUl9++iBMcoxAZkk7dDWTr rpn3tV+ydoE5i7HGALfxUTNVk8PtkqJY1VvBk= Received: by 10.114.25.19 with SMTP id 19mr2437962way.89.1239043733596; Mon, 06 Apr 2009 11:48:53 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.15.246]) by mx.google.com with ESMTPS id n22sm5227425pof.0.2009.04.06.11.48.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 11:48:52 -0700 (PDT) Date: Mon, 06 Apr 2009 21:46:47 +0300 To: alexus From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <6ae50c2d0904061119x7fd32cd3tf2b60fcd63395b80@mail.gmail.com> <6ae50c2d0904061141p65f3f4edrbfa3ee73167fd8fa@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <6ae50c2d0904061141p65f3f4edrbfa3ee73167fd8fa@mail.gmail.com> User-Agent: Opera Mail/9.64 (Win32) Cc: "freebsd-questions@freebsd.org" Subject: Re: bsnmpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 18:48:54 -0000 On Mon, 06 Apr 2009 21:41:07 +0300, alexus wrote: > feel free to take a look, script located at /etc/rc.d/bsnmpd, it's > very simple script all it does it runs /usr/sbin/bsnmpd that's it Indeed, very simplistic script. So I also did bsnmpd_enable="YES" in rc.conf and after a reboot and it works. So maybe check logs, console, etc....