Hi Tim,

Are you sure about your Catalog´s name? I´m not sure, but I think it was
"MyCatalog".

Best regards,
Ana

On Thu, Mar 26, 2015 at 5:30 PM, Josip Deanovic <djosip+n...@linuxpages.net>
wrote:

> Quoting message written on Thursday 2015-03-26 16:07:27:
> > Here, it's complaining that it can't do a select from the database. But
> > when I go into the DB myself, I can see it works just fine:
> >
> > mysql> use bacula
> > Reading table information for completion of table and column names
> > You can turn off this feature to get a quicker startup with -A
> >
> > Database changed
> > mysql> SELECT VersionId FROM Version;
> > +-----------+
> >
> > | VersionId |
> >
> > +-----------+
> >
> > |        14 |
> >
> > +-----------+
> > 1 row in set (0.00 sec)
> >
> > And I'm not sure what this error means or how to correct it:
> >
> > 26-Mar 15:57 bacula-dir JobId 0: Fatal error: Could not open Catalog
> > "JokefireCatalog", database "bacula".
> >
> > And this error seems to be complaining about my bacula director
> > configuration:
> >
> > 26-Mar 16:00 bacula-dir ERROR TERMINATION
> > Please correct configuration file: /etc/bacula/bacula-dir.conf
>
>
> Hi,
>
> It looks like the bacula director couldn't connect to your mysql
> database server.
>
> Try to connect to your mysql using the same parameters you have defined
> in your Catalog resource definition.
>
> For example, try to connect to your mysql server like this:
> mysql -u admin bacula
>
> And use the same password you have defined in your Catalog resource.
> That should fail and you would get the idea how to correct the problem.
>
> --
> Josip Deanovic
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to