Chandranshu . wrote:
> 
> The only change I made was to insert the password 'bacula' in the 
> bacula-dir.conf file in the CATALOG section. And this was after it didn't 
> work without passwords. The relevant section of the bacula-dir.conf file is:
> # Generic catalog service
> Catalog {
>   Name = MyCatalog
>   dbname = "bacula"; dbuser = "bacula"; dbpassword = "bacula"
> }
> 


Hi, I had the same problem. It seems that the semicolon ";" is the problem. Try 
this:

 Catalog {
  Name = MyCatalog
  dbname = "bacula" 
  dbuser = "bacula" 
  dbpassword = "bacula"
}


+----------------------------------------------------------------------
|This was sent by aaaaaa...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to