[Bug 830108] [NEW] bacula director eror in initial conf file
xardas
830108 at bugs.launchpad.net
Sat Aug 20 15:43:21 UTC 2011
Public bug reported:
Description: Ubuntu 11.04
Release: 11.04
bacula-director-mysql:
Installed: 5.0.3-0ubuntu2
Candidate: 5.0.3-0ubuntu2
Version table:
*** 5.0.3-0ubuntu2 0
500 http://cz.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status
Error in initial configuration file /etc/bacula/bacula-dir.conf
I received following log error:
20-Aug 16:46 bacula-dir JobId 0: Fatal error: Could not open Catalog "MyCatalog", database "bacula;".
20-Aug 16:46 bacula-dir JobId 0: Fatal error: mysql.c:194 Unable to connect to MySQL server.
Database=bacula; User=bacula
MySQL connect failed either server not running or your authorization is incorrect.
20-Aug 16:46 bacula-dir ERROR TERMINATION
Please correct configuration file: /etc/bacula/bacula-dir.conf
And it's really easy to fix it:
> diff /etc/bacula/bacula-dir.conf.orig /etc/bacula/bacula-dir.conf
236c236
< dbname = "bacula;" DB Address = ""; dbuser = "bacula"; dbpassword = "bacula"
---
> dbname = "bacula"; DB Address = ""; dbuser = "bacula"; dbpassword = "bacula"
** Affects: bacula (Ubuntu)
Importance: Undecided
Status: New
** Tags: bacula
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/830108
Title:
bacula director eror in initial conf file
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/830108/+subscriptions
More information about the Ubuntu-server-bugs
mailing list