i,

I'm installing bacula on a set of machines, and i have the next trouble:

- When I want to backup a volume from a Windows Machine (FD) to a Linux
Machine (DIR), the Director replys with the next message:

28-Jun 09:09 alfa-dir: x0riguer.2005-06-28_09.09.34 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.

28-Jun 09:25 alfa-dir: x0riguer.2005-06-28_09.25.25 Error: Bacula 1.36.3
(22Apr05): 28-Jun-2005 09:25:32
  JobId:                  33
  Job:                    x0riguer.2005-06-28_09.25.25
  Backup Level:           Full (upgraded from Incremental)
  Client:                 x0riguer-fd
  FileSet:                "Personal" 2005-06-28 08:53:04
  Pool:                   "Default"
  Storage:                "File"
  Start time:             28-Jun-2005 09:25:27
  End time:               28-Jun-2005 09:25:32
  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:      24
  Volume Session Time:    1119873964
  Last Volume Bytes:      0
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:
  SD termination status:  Waiting on FD
  Termination:            *** Backup Error ***


( The Help is not so clear for me )

When I want to backup from linux to linux ( same machine, works good )

#################Details#################

@@@@@@@@@@@@@@Win32 Machine : FD = wx-console 1.36.3 (22 April 2005)@@@@

Files:

Director {
  Name = alfa-dir
  Password = "Df3RXbsUioFJrmzyCDYMBcnT7GwrSgIn8QcJWPk9UOF9"
}

FileDaemon {                          # this is me
  Name = x0riguer-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /bacula/working
  Pid Directory = /bacula/working
}

#
# Bacula User Agent (or Console) Configuration File
#

Director {
  Name = alfa-dir
  DIRport = 9101
  address = 192.168.x.x
  Password = "Df3RXbsUioFJrmzyCDYMBcnT7GwrSgIn8QcJWPk9UOF9"
}

@@@@@@@@@@@@@@@@@@@@@@@alfa-dir@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Director {                            # define myself
  Name = alfa-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/home/bacula/bin/query.sql"
  WorkingDirectory = "/home/bacula/working"
  PidDirectory = "/home/bacula/bin/working"
  Maximum Concurrent Jobs = 1
  Password = "Df3RXbsUioFJrmzyCDYMBcnT7GwrSgIn8QcJWPk9UOF9"
  Messages = Daemon
}

Job {
  Name = "x0riguer"
  Type = Backup
  Client = x0riguer-fd
  FileSet = "Personal"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Write Bootstrap = "/home/bacula/working/x0riguer.bsr"
}

# Client (File Services) to backup
Client {
  Name = x0riguer-fd
  Address = x0riguer
  FDPort = 9102
  Catalog = MyCatalog
  Password = "Df3RXbsUioFJrmzyCDYMBcnT7GwrSgIn8QcJWPk9UOF9"
  File Retention = 30d                # 30 days
  Job Retention = 180d                # six months
  AutoPrune = yes                    # Prune expired Jobs/Files
}

FileSet {
  Name = "Personal"
  Include {
    Options {
      signature = MD5
    }
    File = "c:/Windows"
  }
}

1- What's happening? Why is Bacula reporting me Authentication error?
2- How can I change FD Password?

Thanks

-- 
============================================
*  José Nicolás Castellano                 *
*  Illes Balears d'Innovació i Tecnologia. *
*  www.ibitec.net                          *
*  Senior Developer                        *
*  [EMAIL PROTECTED]           *
*  Tel : +34 971 43 97 40                  *
*  Fax : +34 971 43 97 39                  *
*  Mov : +34 616 72 76 75                  *
============================================

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to