From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 17:30:42 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 392C0106564A for ; Thu, 3 Jul 2008 17:30:42 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC5A8FC1A for ; Thu, 3 Jul 2008 17:30:41 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so525536wah.3 for ; Thu, 03 Jul 2008 10:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=SiqpI9LSXtxxZx8Zbhw7yZ/LHW9rXxZlwXzvbHvxTNE=; b=gLbL7neGi5DApz+1GerIlfwCGcCkmWOS5R9/xdQyoGxU6QjpThujw5AIZh4tIhRXrL qxxVdvaTyfJHSHlLSmYgGBgQxhAv07mQw8VUjPOv/GH8w74kDZ6pc9rvbGjZ7Oq8Tnat CX2KQdhuykXzYJfVMFI0y8Obq1KTAYvbk9nlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=qSRgrybnh475svLWTYZ4IfjKndmcMytA4XxIVrOPbylH+RIXvAtRXG3XcDr+Od7FQn L1Dp+oVeJdPBCDlA4KB4vGzbFOqSo5v7bPgwvrUku5y2yVLY5MXZFHrbYlVcdvvUAcgd USvq7mS1VT/yJ0q1VzITKsqEDmumHLSoXXL+k= Received: by 10.115.89.1 with SMTP id r1mr1065521wal.12.1215106241369; Thu, 03 Jul 2008 10:30:41 -0700 (PDT) Received: from ?192.168.1.100? ( [201.231.79.157]) by mx.google.com with ESMTPS id 5sm78214ywd.2.2008.07.03.10.30.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Jul 2008 10:30:40 -0700 (PDT) Message-ID: <486D0C98.9070802@gmail.com> Date: Thu, 03 Jul 2008 14:30:00 -0300 From: Rodrigo Gonzalez User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Ivaylo Bonev References: In-Reply-To: X-Enigmail-Version: 0.95.0 OpenPGP: id=DF5B1E0C Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:30:42 -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? > You have laptop-fd in your bacula-fd configuration, you dont have bacula-fd (I think you've renamed the Client conf from samples). Change bacula-fd with laptop-fd and should work