I am using bacula version 1.38.11 on CentOS.

I have a server that is running bacula-dir, bacula-sd and bacula-fd.
As far as I can tell the default bacula backups are working fine there.

I have another system I need to back up. I only have the bacula-fd 
installed and running there (and also have bconsole). The bconsole works 
fine connecting to the bacula0-dir on other server.

In my bacula-dir.conf for testing, I uncommented the "Client2" Job and 
changed it like:

Job {
  Name = "a1"
  Client = a1-fd
  JobDefs = "DefaultJob"
  Write Bootstrap = "/var/bacula/working/a1.bsr"
}

When I "run" this job, I get errors like:

28-Nov 08:10 server-dir: No prior Full backup Job record found.
28-Nov 08:10 server-dir: No prior or suitable Full backup found. Doing 
FULL backup.
28-Nov 08:10 server-dir: Start Backup JobId 18, Job=a1.2006-11-28_08.10.43
28-Nov 08:14 a1-fd: a1.2006-11-28_08.10.43 Fatal error: Authorization key 
rejected by Storage daemon. Please see 
http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for help.
28-Nov 08:14 a1-fd: a1.2006-11-28_08.10.43 Fatal error: Failed to 
authenticate Storage daemon.
28-Nov 08:10 server-dir: a1.2006-11-28_08.10.43 Fatal error: Socket error 
on Storage command: ERR=No data available

This is confusing to me. Does the bacula-fd communicate directly with 
bacula-sd? According to graphic on webpage above, the password is for 
director to storage daemon.

I don't see any example configuration for having authentication from 
client to storage daemon.

And my director already works to my storage daemon for my other backup 
(even after above failure).

Again note I can use the bconsole fine.

What is this "Authorization key"? It is not mentioned in the manual. And I 
don't see anything related in the "Storage Configuration Daemon" chapter.

I am still reading the very long manual :)

I searched google for error message, and only had one find related to 
having multiple storage daemons.

Jeremy C. Reed

p.s. The link to gmane for archives does not have users list. It does link 
to some "general" archive which fails with:

 Error GMANE-03252: Something is wrong. Perhaps something didn't match a 
 group name. Perhaps something else.

-------------------------------------------------------------------------
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
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to