On Wed, 2007-06-27 at 15:40 +0300, Omer Faruk Sen wrote:
> Hi,
> 
> I have installed bacula 2.0.3 to my system but when i try to start
> bacula-dir i get following error:
> 
> Config error: Keyword "DIRport" not permitted in this resource.
> Perhaps you left the trailing brace off of the previous resource.
>             : line 3, col 10 of file /etc/bacula/bacula-dir.conf
>   DIRport = 9101                # where we listen for UA connections
> 
> 
> 
> It seems peculiar that it doesn't accpet that option after commenting out
> DIRport i tried to restart bacula-dir and this time i got following error:
> 
> 
> 
> Starting Bacula Director services: 27-Haz 15:22 bacula-dir: ERROR
> TERMINATION at parse_conf.c:853
> Config error: Keyword "Include" not permitted in this resource.
> Perhaps you left the trailing brace off of the previous resource.
>             : line 76, col 10 of file /etc/bacula/bacula-dir.conf
>   Include {
> 
> 
> after taking these errors I have used the conf file that comes with stock
> bacula package but again i got the same error messages.
> 
> Is bacula configuration changed in new versions? I have also tried bacula
> 1.38.11 and bacula 2.0.3 version and got the same error messages..
----
I had a similar issue but it was obvious that something was wrong with
the conf file.

In my case, I had a Windows system and I was using quotations to enclose
an 'Include' path - something like this...

File = "c:\Document and Settings\" and UNIX interprets the \ as an
escape which meant that the quotes were never closed so I had to use
'\\' for the backslashes.

-- 
Craig White <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to