Hi.

Im starting with bacula using the debian squeeze version (5.0.2).

Im experimienting a problem when try to connect with the storage.  The
console says:

30-mar 08:12 FBKSRV-dir JobId 0: Fatal error: authenticate.c:120 Director
unable to authenticate with Storage daemon at "192.168.0.3:9103". Possible
causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the SD or
SD networking messed up (restart daemon).

But when start the SD with the debug option (-d100) show that:

FBKSRV:/opt# FierrosBKSRV-sd: bnet.c:669-0 who=client host=192.168.10.30
port=36643
FBKSRV-sd: jcr.c:611-0 setting my_thread_stuffs 0x0 => 0x7f7b4146c700
FBKSRV-sd: authenticate.c:92-0 Connection from unknown Director FBKSRV-dir
at client rejected.
FBKSRV-sd: authenticate.c:191-0 Unable to authenticate Director at client.

FBKSRV:/opt# FBKSRV-sd: pythonlib.c:227-0 No startup module.


The director can connect correctly to the FD's all with the same password,
but the SD dont accept it.

Im 100% sure to im giving the correct password.

Why say "Unknown Director" if the same is declared in the bacula-sd.conf?

===============================================

bacula-dir.conf

Director {                            # define myself
  Name = FBKSRV-dir
  DIRport = 9101
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = /var/lib/bacula
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 10
  Password = "123456789"         # Console password
  Messages = Daemon
  DirAddress = 192.168.10.30
}


bacula-sd.conf

Storage {                             # definition of myself
  Name = FBKSRV-sd
  SDport = 9103
  WorkingDirectory = /var/lib/bacula
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 10
  SDAddress = 192.168.10.30
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = FBKSRV-dir
  Password = "123456789"
}
=======================================

Any sugestion?

Thanks and regards.
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to