From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 17:35: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 2930B106566C for ; Thu, 3 Jul 2008 17:35:18 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id 024338FC19 for ; Thu, 3 Jul 2008 17:35:17 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id EB7CF12C82; Thu, 3 Jul 2008 17:23:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id 7ZwKPkxCZc-b; Thu, 3 Jul 2008 17:22:50 +0000 (UTC) Received: from [192.168.200.26] (unknown [85.138.174.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id AF78112C70; Thu, 3 Jul 2008 17:22:49 +0000 (UTC) Message-ID: <486D0B09.1060009@barafranca.com> Date: Thu, 03 Jul 2008 18:23:21 +0100 From: Hugo Silva User-Agent: Thunderbird 2.0.0.9 (X11/20071213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: 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:35:18 -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" Surely a misconfiguration, I have just finished setting up bacula on a freebsd 7-STABLE host, successfully. Regards, Hugo