From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 17:47:18 2008 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 B298A1065671 for ; Thu, 3 Jul 2008 17:47:18 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 4353A8FC12 for ; Thu, 3 Jul 2008 17:47:17 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.233.253]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.14.2) with ESMTP id m63HdPCx002032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 3 Jul 2008 19:39:30 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.14.2) with ESMTP id m63Hc5QN078337; Thu, 3 Jul 2008 19:38:05 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <486D0E40.4060802@netfence.it> Date: Thu, 03 Jul 2008 19:37:04 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.14 (X11/20080504) MIME-Version: 1.0 To: Ivaylo Bonev References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 212.31.247.179 Cc: "freebsd-questions@freebsd.org" Subject: Re: FreeBSD and Bacula 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: Thu, 03 Jul 2008 17:47:18 -0000 Ivaylo Bonev ha scritto: > I was astonished by the > fact that Bacula cannot start from provided scripts in > /usr/local/etc/rc.d/ directory. No messages in log, no error messages in > console, ps aux| grep 'bacula' say nothing, nothing! I put > bacula_dir_enable="YES" > bacula_fd_enable="YES" > bacula_sd_enable="YES" This is quite tipical behaviour for ports. > and after restart on console shows this error: > 03-Jul 17:09 bacula-dir: ERROR TERMINATION at parse_conf.c:483 > Config error: Could not find config Resource bacula-fd referenced on > line 30 : > Client = bacula-fd > > > : line 30, col 20 of file /usr/local/etc/bacula-dir.conf > Client = bacula-fd > > All Bacula .conf files are attached. Is there a bug, or misconfigured > .conf files? It's a problem in your configuration: you have some jobs that refers to a bacula-fd client resource, but your only client resource is named laptop-fd. You'll want to change either one or the others of those definitions. BTW, given this is not a FreeBSD or FreeBSD specific problem, this question belongs more to Bacula's own mailing list (even if I rarely ever found any help there). bye av.