Hello List,

i have problems to auth with a client.
I followed the tutorial example and have asked the freenode channel to
recheck if i did everything right.

My Error:

15-Jul 14:17 backupserver-dir: No prior Full backup Job record found.
15-Jul 14:17 backupserver-dir: No prior or suitable Full backup found.
Doing FULL backup.
15-Jul 14:17 backupserver-dir: Start Backup JobId 12,
Job=Marlin.2005-07-15_14.17.12
15-Jul 14:17 backupserver-dir: Marlin.2005-07-15_14.17.12 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.


I read the auth FAQ and i think i did everyting right. Here are my
configs:



        SERVER:
        ---------------------------------
        
        bacula-sd.conf
        #
        # List Directors who are permitted to contact Storage daemon
        #
        Director {
          Name = backupserver-dir
          Password = "1xZHGoltyVmJNlZ/GWcxk+lbHuWis0elHTO7+T7mhDiz"
        }
         
         
         
        bacula-dir.conf:
        # Client (File Services) to backup
        Client {
          Name = marlin-fd
          Address = host.com
          FDPort = 9102
          Catalog = MyCatalog
          Password = "1xZHGoltyVmJNlZ/GWcxk+lbHuWis0elHTO7+T7mhDiz"
          File Retention = 30d                # 30 days
          Job Retention = 180d                # six months
          AutoPrune = yes                     # Prune expired Jobs/Files
        }
         
         
        #
        # Restricted Director, used by tray-monitor to get the
        #   status of the storage daemon
        #
        Director {
          Name = backupserver-mon
          Password = "1xZHGoltyVmJNlZ/GWcxk+lbHuWis0elHTO7+T7mhDiz"
          Monitor = yes
        } 





Client bacula-fd.conf:
------------------ START ----------------------------


# 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 = marlin-dir
  Password = "1xZHGoltyVmJNlZ/GWcxk+lbHuWis0elHTO7+T7mhDiz"
}
 
#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = marlin-mon
   Password = "1xZHGoltyVmJNlZ/GWcxk+lbHuWis0elHTO7+T7mhDiz"
  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 = marlin-dir = all, !skipped
} 
------------------ STOP ----------------------------




Why do i still get the error? I have of course restarted both bacula
services on the client and server.

Thanks, Mario



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to