hi all! I have a server with Bacula Director. There are two clients A and B. Client A works pretty well but B has an authentication problem. Communications between director and B is ok, both are responding to ping. Telnet to B 9103 OK from director and telnet from B to director 910X OK. iptraf shows connections. A and B has almost the same config. The only difference is A has bacula-fd binary is a copy from director, bacula-fd binary in B had been compiled in B because of different OS with only-client directive
11-Jan 14:10 bacula-server-dir: *Console*.2007-01-11_14.09.47 Fatal error: Unable to authenticate with File daemon on "10.15.xxx.xxx:9102". 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/rel-manual/faq.html#AuthorizationErrors for help. any idea? -------- Configs -------- ** B fd conf** Director { Name = bacula-server-dir Address = 10.10.xxx.xxx Password = "password" } FileDaemon { # this is me Name = thor FDport = 9102 # where we listen for the director WorkingDirectory = /var/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 } ** A fd conf** Director { Name = bacula-server-dir Address = 10.10.xxx.xxx Password = "password" } FileDaemon { # this is me Name = pollux FDport = 9102 # where we listen for the director WorkingDirectory = /var/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 } ** Director conf** Director { # define myself Name = bacula-server-dir DIRport = 9101 # where we listen for UA connections QueryFile = "/etc/bacula/query.sql" WorkingDirectory = "/var/bacula" PidDirectory = "/var/run" Maximum Concurrent Jobs = 1 Password = "password" # Console password Messages = Daemon } Client { Name = thor Address = 10.15.xxx.xxx FDPort = 9102 Catalog = MyCatalog Password = "password" # password for FileDaemon File Retention = 30 days # 30 days Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files } Client { Name = pollux Address = 10.20.xxx.xxx FDPort = 9102 Catalog = MyCatalog Password = "password" # password for FileDaemon File Retention = 30 days # 30 days Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files } --- Jorge González y Hurtado de Mendoza Desarrollo y Gestión de Sistemas de Información, S.A. Avda. de la Vega, 15 - Edif. 3 - 3ª planta 28100 Alcobendas (Madrid) www.degesys.com Tel. 91 151 71 94 - Fax 91 151 71 99 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
