Comment 3 for bug 830108

Revision history for this message
Marek Haluska (marek-haluska) wrote : Re: bacula director eror in initial conf file

Problem is not fixed yet, package is still in same version:

# apt-cache show bacula-director-mysql|grep Version
Version: 5.0.3-0ubuntu2

BTW, this is not problem, only typo in ";" position. So after installation just change line 236:

- setup without dbconfig:
   dbname = ";" DB Address = ""; dbuser = ""; dbpassword = ""
   ->
   dbname = ""; DB Address = ""; dbuser = ""; dbpassword = ""

- setup using dbconfig:

   dbname = "bacula;" DB Address = ""; dbuser = "bacula"; dbpassword = "***"
   ->
   dbname = "bacula"; DB Address = ""; dbuser = "bacula"; dbpassword = "***"