This is my first post here (but likely not the last
Here is my PITA for today.
Bacula Director on Ubuntu Server:
Version: 3.0.2 (18 July 2009) x86_64-pc-linux-gnu ubuntu 10.04 (<-- not sure why 10.04 but I digress)
It is up and running correctly
I attempt to connect to the client (the windows 2003 server) I get the following error from bconsole
JobId 0: Fatal error: Unable to authenticate with File daemon at "xxx.xxx.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/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000 for help.
I can telnet to the client with success on port 9102
turning tracing on from bconsole gives me this nugget
JobId 0: Fatal error: Error sending Hello to File daemon at "xxx.xxx.xxx.xxx:9102". ERR=Connection reset by peer
14-Mar 12:08 server-dir JobId 0: Error: bsock.c:374 Write error sending 45 bytes to Client: client-fd:xxx.xxx.xxx.xxx:9102: ERR=Connection reset by peer
The client fd.conf looks like this (pretty standard)
# "Global" File daemon configuration specifications
#
FileDaemon { # this is me
Name = client-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\work"
Pid Directory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\work"
#Plugin Directory = "C:\\Program Files\\Bacula\\bin\\fdplugins"
Maximum Concurrent Jobs = 20
}
#
# List Directors who are permitted to contact this File daemon
#
Director {
Name = server-fd
Password = "std-password"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
#
Director {
Name = 2650server-mon
Password = "std-password"
Monitor = yes
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = server-fd = all, !skipped, !restored
}
And the client section on the server bacula-dir.conf looks like this:
Client {
Name = client-fd
Password = "std-password"
Address = xxx.xxx.xxx.xxx
FDPort = 9102
Catalog = MyCatalog
File Retention = 21 days
Job Retention = 6 months
}
Everything "looks" right to me ... but I cannot get the darn thing to connect ... and no google joy on any similar issues
any ideas ??
Thanks
