From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 11:08:05 2010 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 80335106564A for ; Tue, 3 Aug 2010 11:08:05 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id DBD1A8FC28 for ; Tue, 3 Aug 2010 11:08:04 +0000 (UTC) Received: from russet.local (reflex.squiz.co.uk [83.217.109.164]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o73B7rkX032952 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 3 Aug 2010 12:08:00 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host reflex.squiz.co.uk [83.217.109.164] claimed to be russet.local Message-ID: <4C57F881.9040003@infracaninophile.co.uk> Date: Tue, 03 Aug 2010 12:07:45 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: Albin Vega References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig250B90EB6A33A727A2B2A6A8" X-Virus-Scanned: clamav-milter 0.96.1 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=2.6 required=5.0 tests=BAYES_40,DKIM_ADSP_ALL, FILL_THIS_FORM_FRAUD_PHISH, RCVD_IN_BRBL_LASTEXT, SPF_FAIL, T_FILL_THIS_FORM autolearn=no version=3.3.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lucid-nonsense.infracaninophile.co.uk Cc: Bacula Mailingliste , FreeBSD Mailingliste Subject: Re: Problem starting bconsole 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: Tue, 03 Aug 2010 11:08:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig250B90EB6A33A727A2B2A6A8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 03/08/2010 11:46, Albin Vega wrote: > Hello >=20 > Have installed Bacula 5.0.0.1 (with MySQL) on a FreeBSD 8.0 platform. You should update to 5.0.2 as that fixes some annoying bugs. 5.0.2 is what is currently available in ports -- just update your ports tree as described in the handbook. > When I try to start bconsole i get the following message: >=20 > Connecting to Director localhost:9101 > Director authorization problem. > Most likely the passwords do not agree. > If you are using TLS, there may have been a certificate validation erro= r > during the TLS handshake. > Please see > http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SEC= TION003760000000000000000for > help. The password string in bconsole.conf --- Director { Name =3D your.host.name-dir DIRport =3D 9101 address =3D your-host-address Password =3D "*****Long-string-of-gibberish*****" <<<----**** } Should match the password string in bacula-dir.conf's Director section --= - Director { Name =3D your.host.name-dir DIRport =3D 9101 QueryFile =3D "/usr/local/share/bacula/query.sql" WorkingDirectory =3D "/var/db/bacula" PidDirectory =3D "/var/run" Maximum Concurrent Jobs =3D 20 Password =3D "*****Long-string-of-gibberish*****" <<<----**** Messages =3D Daemon } [...] Cheers, Matthew --------------enig250B90EB6A33A727A2B2A6A8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxX+IcACgkQ8Mjk52CukIyBegCeKw/Qw7+tqhrtvlSwkIXmvB27 1bIAnjiWQjwNajpyjH9WaWjlKZ+yD6s2 =7EME -----END PGP SIGNATURE----- --------------enig250B90EB6A33A727A2B2A6A8--