From owner-freebsd-questions@FreeBSD.ORG Mon Apr 6 18:23:30 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 6D4B51065794 for ; Mon, 6 Apr 2009 18:23:30 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCC08FC28 for ; Mon, 6 Apr 2009 18:23:30 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2232090rvb.43 for ; Mon, 06 Apr 2009 11:23:30 -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=hSksEOw0TIMKNIN1gFLpiPwO8tmLGHt0rLqOsOBVPO0=; b=k6iNlqCghNCrnV0+0OMJKituVh2C2rrnoD1XisBas/ime8t3XN+wHeaUnA2I45Fbwq bABCK0c/hBLkysV4VtPhmg9EdO3QWgTKyKLVLVFjLZosA6HkvrjFf7r8qGJUIyE3ctFi eu7hZTDGLymizdQ8Crgtg+JGBthkNZlCjkMow= 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=RoXRQ1b0p8XlvivLxiHXNAPrDORKQxCpf1DM083fGqEd0N63giw18SY/Jx4ORnJ+Y1 KApTo2g0jhHFjQBR29ml9+n6yymjGeNTeCcnifPsvAPrchRLn6YRrnwKLwLuJclaqIPN arC1RbfL+pNvaEyMfoNV3cnkGZSDHqwqnAEcQ= Received: by 10.114.182.15 with SMTP id e15mr2434629waf.17.1239042210029; Mon, 06 Apr 2009 11:23:30 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.15.246]) by mx.google.com with ESMTPS id m30sm5779506wag.47.2009.04.06.11.23.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 11:23:29 -0700 (PDT) Date: Mon, 06 Apr 2009 21:21:24 +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> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <6ae50c2d0904061119x7fd32cd3tf2b60fcd63395b80@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:23:31 -0000 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.