From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 17:16:09 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 E57AB106568A for ; Thu, 3 Jul 2008 17:16:09 +0000 (UTC) (envelope-from chris@smartt.com) Received: from barium.smartt.com (barium.smartt.com [69.67.187.30]) by mx1.freebsd.org (Postfix) with ESMTP id C052A8FC29 for ; Thu, 3 Jul 2008 17:16:09 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] (unknown [69.31.174.220]) by barium.smartt.com (Postfix) with ESMTP id 50224AC840; Thu, 3 Jul 2008 10:16:09 -0700 (PDT) Message-ID: <486D0965.6040109@smartt.com> Date: Thu, 03 Jul 2008 10:16:21 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) 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-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:16:10 -0000 Ivaylo Bonev wrote: > I want to use FreeBSD 7.0 for Backup server. After little searching, > my decision was to use Bacula (because of Windows client). After > installation of latest version (Bacula 2.4.0) and active googling, > reading very carefuly Onlamp article of Bacula server on FreeBSD > (http://www.onlamp.com/pub/a/onlamp/2004/01/09/bacula.html) and > configuring File, Storage and Director files, 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" > 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? > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I don't know Bacula, but taking a quick look at the config file, it looks like you need a "client" block named bacula-fd (you have one called laptop-fd)