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 = "***" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to 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 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
