Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-14 Thread Bruno Friedmann
On 02/12/2012 05:56 PM, p50...@150ml.com wrote: > hi > > On Sun, Feb 12, 2012, at 11:15 AM, Adrian Reyer wrote: >> Perhaps there are different assumtions on where your mysql.sock resides? >> It doesn't exactly claim 'Permission denied', 'Authorization failed' or >> similar, it might as well be una

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-12 Thread p50bac
hi On Sun, Feb 12, 2012, at 11:15 AM, Adrian Reyer wrote: > Perhaps there are different assumtions on where your mysql.sock resides? > It doesn't exactly claim 'Permission denied', 'Authorization failed' or > similar, it might as well be unable to access the socket due to > permissions or location

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-12 Thread Adrian Reyer
On Sat, Feb 11, 2012 at 06:56:54PM -0800, p50...@150ml.com wrote: > bacula-dir -d -v -t -c bacula-dir.conf > bacula-dir: dird.c:954 Could not open Catalog "MyCatalog", > database "bacula". > bacula-dir: dird.c:959 mysql.c:203 Unable to connect to MySQL > server. >

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread Phil Stracchino
On 02/11/2012 11:10 PM, p50...@150ml.com wrote: > subsequent exec of, > > bacula-dir -d -v -t -c bacula-dir.conf > > still returns, > > bacula-dir: dird.c:954 Could not open Catalog "MyCatalog", database > "bacula". > bacula-dir: dird.c:959 mysql.c:203 Unable to connect to MySQL server.

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread p50bac
hi On Sat, Feb 11, 2012, at 10:55 PM, Phil Stracchino wrote: > > perl -pi -e 's|^(db_password=).*|$1\"DbPass"|g' > > > > Catalog { > > Name = MyCatalog > > dbname = "bacula"; dbuser = "bacula"; dbpassword = > > "DBPass" > > } >

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread Phil Stracchino
On 02/11/2012 09:56 PM, p50...@150ml.com wrote: > perl -pi -e 's|^(db_password=).*|$1\"DbPass"|g' > Catalog { > Name = MyCatalog > dbname = "bacula"; dbuser = "bacula"; dbpassword = > "DBPass" > } Notice anything.

[Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread p50bac
i've installed bacula 5.2.5 dir/sd/fd on opensuse 12.1/64; all components on the same machine, for the moment. i'm having a Catalog-related authorization fail (Could not open Catalog), and am stumped as to where the issue's hiding. here's what i've done: a clean install, cd /usr/lib64/