From: Ralf B. <ral...@we...> - 2008-12-10 08:50:19
|
with the Bacula modules I get the following error messages: *Bacula Module Config* and *Bacula Backup System* Failed to connect to the Bacula database : Failed to load the database DBI driver mysql at ./bacula-backup-lib.pl line 44. Maybe it is not set up, or the module configuration is incorrect. *Bacula Restore* Failed to load the database DBI driver. You may need to adjust the module configuration to fix this problem. The *MySQL Database Server* module works. Operating system SuSE Linux 11.0 Webmin version 1.441 Kernel and CPU Linux 2.6.25.11-0.1-default on x86_64 -- Ralf Brinkmann |
From: Jamie C. <jca...@we...> - 2008-12-10 19:27:36
|
The quick way to fix this is to go to Webmin's Others category, click on Perl Modules, and install the DBD::mysql Perl module. - Jamie On Dec 10, 2008, at 12:49 AM, Ralf Brinkmann <ral...@we... > wrote: > with the Bacula modules I get the following error messages: > > *Bacula Module Config* and *Bacula Backup System* > > Failed to connect to the Bacula database : Failed to load the database > DBI driver mysql at ./bacula-backup-lib.pl line 44. Maybe it is not > set > up, or the module configuration is incorrect. > > *Bacula Restore* > > Failed to load the database DBI driver. You may need to adjust the > module configuration to fix this problem. > > The *MySQL Database Server* module works. > > Operating system SuSE Linux 11.0 > Webmin version 1.441 > Kernel and CPU Linux 2.6.25.11-0.1-default on x86_64 > > -- > Ralf Brinkmann > > > --- > --- > --- > --------------------------------------------------------------------- > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > |
From: Ralf B. <ral...@we...> - 2008-12-11 14:46:05
|
Jamie Cameron schrieb: > The quick way to fix this is to go to Webmin's Others category, click > on Perl Modules, and install the DBD::mysql Perl module. The MySQL devel package had to be installed before - message: "Can't exec "mysql_config": No such file or directory at Makefile.PL line 76." After that: Make, test and install of DBD::mysql successful. "Bacula Restore" seems to work now. "Bacula Backup System" generates the following message: Failed to connect to the Bacula database : Failed to login to the database /var/lib/mysql/bacula/ : Incorrect database name '/var/lib/mysql/bacula/'. Maybe it is not set up, or the module configuration is incorrect. -- Ralf Brinkmann |
From: Maxwell S. <cj...@yo...> - 2008-12-11 16:29:23
|
Did you set the password when you installed MySql? CJ |
From: Jamie C. <jca...@we...> - 2008-12-11 17:51:48
|
On 11/Dec/2008 06:45 Ralf Brinkmann wrote .. > Jamie Cameron schrieb: > > The quick way to fix this is to go to Webmin's Others category, click > > on Perl Modules, and install the DBD::mysql Perl module. > > The MySQL devel package had to be installed before - message: "Can't > exec "mysql_config": No such file or directory at Makefile.PL line 76." > > After that: > > Make, test and install of DBD::mysql successful. > > "Bacula Restore" seems to work now. > > "Bacula Backup System" generates the following message: > > Failed to connect to the Bacula database : Failed to login to the > database /var/lib/mysql/bacula/ : Incorrect database name > '/var/lib/mysql/bacula/'. Maybe it is not set up, or the module > configuration is incorrect. On the Module Config page of the Bacula module, you need to set the 'Database or file containing Bacula information' to just something like 'bacula', not the full path to the MySQL database file. - Jamie |
From: Ralf B. <ral...@we...> - 2008-12-12 09:07:51
|
Jamie Cameron schrieb: > On the Module Config page of the Bacula module, you need to set the > 'Database or file containing Bacula information' to just something like > 'bacula', not the full path to the MySQL database file. I switched the content from "/var/lib/mysql/bacula/" to "bacula" - that works - thank you very much!! -- Ralf Brinkmann |