Hi all,

I'm setting up a Bacula server; when I check the conf files syntaxis, 
the bacula-fd -t shows:

[EMAIL PROTECTED] /usr/local/etc]# bacula-fd -t
Pool   Maxsize  Maxused  Inuse
NoPool      256        0      0
NAME        130        0      0
FNAME       256        1      0
MSG         512        1      0
EMSG       1024        1      0

The file is:

[EMAIL PROTECTED] /usr/local/etc]# cat bacula-fd.conf
# bacula-fd.conf
#
# Default  Bacula File Daemon Configuration file
#
# WARNING:
# This file is generated from /opt/lysator/etc/bacula/bacula-dir.conf
# Edit the source file and then run 'make'.

#
# List Directors who are permitted to contact this File daemon
#
Director {
   Name = anubis-dir
   Password = "anubis"
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
   Name = anubis-fd
   FDport = 9102                  # where we listen for the director
   WorkingDirectory = "/var/db/bacula/"
   Pid Directory = "/var/run"
}

# Send all messages except skipped files back to Director
Messages {
   Name = Standard
   director = anubis-dir = all, !skipped
}

I don't see any syntaxis error into the content of bacula-fd.conf file.

¿?¿?

More info:

Bacula-client version:
[EMAIL PROTECTED] /usr/local/etc]# pkg_info -x bacula-client | head -1
Information for bacula-client-2.2.4:

My system:
FreeBSD anubis.opengea.org 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu 
Apr 26 17:40:53 UTC 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

-- 
Thanks,
Jordi Espasa Clofent

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to