Hello,

25.11.2009 22:54, arigion wrote:
> 
> 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"
> }

No, that way works here (and has done for years), so I'm pretty sure 
it's not the problem.

What was the original question? I don't find it in my mail...

Arno

-- 
Arno Lehmann
IT-Service Lehmann
Sandstr. 6, 49080 Osnabrück
www.its-lehmann.de

------------------------------------------------------------------------------
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