> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Richard White
> Sent: Monday, 13 June, 2005 17:12
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Unable to connect (more info)
> 
> I did ps -e | grep "bac" and got three each bacula-fd and 
> bacula-sd. No bacula-dir.
> 
> So I ran bacula-dir at the command line and got this error:
> 
> 13-Jun 14:25 bacula-dir: ERROR TERMINATION at lex.c:591 
> Config error: expected a string, got T_EOL: =
>                   : line 13, col 14 of file ./bacula-dir.conf
>    Password = 
> 
> The top of bacula-dir.conf looks like this:
> 
> #
> # Kerns Production Bacula Director Daemon Configuration file #
> 
> Director {
>   Name = HeadMan
>   DIRport = 9101                # where we listen for UA connections
>   QueryFile = "/home/bacula/bin/query.sql"
>   WorkingDirectory = "/home/bacula/bin/working"
>   PidDirectory =     "/home/bacula/bin/working"
>   SubSysDirectory =  "/home/bacula/bin/working"
>   Maximum Concurrent Jobs = 1
>   Password =
> }
> 
> 
> There's nothing in the line starting with Password = . In 
> fact, there are only 13 characters, including spaces, in that 
> line. Of course, perhaps the (presumed) EOL counts as the 
> 14th column. Looking in the bacula-sd.conf, I find this:
> 
> Director {
>   Name = HeadMan
>   Password = ""
> 
> So I changed line 13 in bacula-dir.conf to read
> 
>   Password = ""
> 
> and ran bacula-dir again. I then got this error:
> 
> 13-Jun 14:47 bacula-dir: ERROR TERMINATION at inc_conf.c:290
> Config error: Old style Include/Exclude not supported
> 
>                   : line 218, column 11 of file ./bacula-dir.conf
>    Include = signature=MD5 {
> 
> I pared down the Include line to the bare minimum, after 
> consulting page 125-126 of the docs. With the following file set:
> 
> FileSet {
>    Name = "Full Set"
>    Include = 
>       /etc/backup.list
>    Exclude = { }
> }

Is /etc/backup.list a file that contains a list of files to be backed up?
If so, you should ensure that the syntax in that file is correct.

> 
> I still get this error:
> 
> 13-Jun 15:04 bacula-dir: ERROR TERMINATION at inc_conf.c:290
> Config error: Old style Include/Exclude not supported
> 
>                   : line 218, column 11 of file ./bacula-dir.conf
>    Include = 
> 
> I'm concluding that there is something wrong with the syntax 
> in my FileSet section, but I can't find the problem in the docs.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Tks n rgds,
> Richard White CNE6
> Network Engineer
> Mason County, Washington
> 360-427-5501
> [EMAIL PROTECTED]
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far 
> can you shotput
> a projector? How fast can you ride your desk chair down the 
> office luge track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to