From owner-freebsd-questions@FreeBSD.ORG Mon Apr 6 18:41:08 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 E918010656FB for ; Mon, 6 Apr 2009 18:41:08 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD0B8FC13 for ; Mon, 6 Apr 2009 18:41:08 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1419447yxm.13 for ; Mon, 06 Apr 2009 11:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UHJlP2cf9LyRtXWCLopMg8zOzMCCFilBgcEyUMhkvkE=; b=ECDrB9KAyS6zaLxIa3GPCCrkvGItVc7R55qBPOsC7yaAl3zlTdDtnEKN8w+gSTGugD 302yCaiUuvWzIF8a1XPO4kCCO/0A+STT7W1kfujQ2xLm43knk4F5n1Y3FXIN8R2MJDt9 Xy9Z6BfHG1NMYJ5MYnU+iBtlWovRAsFPF+OPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Kv1bMOJn0LFIUFELRd6m64ZM1BV03Y1hkggSajQKTJqnzM2wnKL+npCqQ6lPe962jI HpJ/ukJMECydKbh9iamqan/9OPgsnBJb45JsJqR9nrwdT3/xZbpZBwuLA4eWbkoRqpF3 Fh3drWTUhLZ6CZsnuwQGb6ifQf1Ot/1qIXaro= MIME-Version: 1.0 Received: by 10.150.211.4 with SMTP id j4mr5494816ybg.42.1239043268113; Mon, 06 Apr 2009 11:41:08 -0700 (PDT) In-Reply-To: References: <6ae50c2d0904061119x7fd32cd3tf2b60fcd63395b80@mail.gmail.com> Date: Mon, 6 Apr 2009 14:41:07 -0400 Message-ID: <6ae50c2d0904061141p65f3f4edrbfa3ee73167fd8fa@mail.gmail.com> From: alexus To: "Vasadi I. Claudiu Florin" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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:41:09 -0000 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 On Mon, Apr 6, 2009 at 2:21 PM, Vasadi I. Claudiu Florin wrote: > On Mon, 06 Apr 2009 21:19:27 +0300, alexus wrote: > >> Hello, >> >> I have bsnmpd enabled in rc.conf >> >> >> root@lama ~ 501$ grep ^b /etc/rc.conf >> bsnmpd_enable="YES" >> root@lama ~ 502$ >> >> yet, whenever I restart my computer, it won't start on boot, but if I >> run manual command >> >> /etc/rc.d/bsnmpd start >> >> it starts fine no problem >> >> > > > If I were you, I would first have a look at that startup script just to see > what exactly it is that it's doing. > -- http://alexus.org/