Hi John,

> I don't believe you have given enough info... Could
> you post the result of the error you are having along
> with a fd config on one of your remote clients.

(Server configs are attached)

*messages
04-Dec 22:15 dory-dir: Marlin.2005-12-04_22.13.40 Fatal error: Unable to
authenticate with File daemon. Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up (restart daemon).
Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors
for help.
04-Dec 22:15 dory-dir: Marlin.2005-12-04_22.13.40 Error: Bacula 1.36.3
(22Apr05): 04-Dec-2005 22:15:37
  JobId:                  64
  Job:                    Marlin.2005-12-04_22.13.40
  Backup Level:           Full (upgraded from Incremental)
  Client:                 marlin-fd
  FileSet:                "Minimal Set" 2005-12-04 20:44:05
  Pool:                   "Default"
  Storage:                "File"
  Start time:             04-Dec-2005 22:15:32
  End time:               04-Dec-2005 22:15:37
  FD Files Written:       0
  SD Files Written:       0
  FD Bytes Written:       0
  SD Bytes Written:       0
  Rate:                   0.0 KB/s
  Software Compression:   None
  Volume name(s):
  Volume Session Id:      2
  Volume Session Time:    1133730662
  Last Volume Bytes:      0
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:
  SD termination status:  Waiting on FD
  Termination:            *** Backup Error ***



###########fd client config ###########

#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 1.36.3 (22 April 2005) -- debian 3.1
#
# There is not much to change here except perhaps the
# File daemon Name to
#

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

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = dory-mon
   Password = "12345"
  Monitor = yes
}

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

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


Thanks, Mario

Attachment: server.tar.gz
Description: GNU Zip compressed data

Reply via email to