hello,

i've installed successfully bacula server on my machine and i'm
tryying to add a second client, so i installed the client on another
machine, but so far i haven't been able to establish a connection
between the two machines, this is my bacula-dir.conf (server)

i can do a ping MACHINE from my server and its ok, iptables is
stopped. (on the server)

#
# Second Client (File Services) to backup
#  You should change Name, Address, and Password before using
#
Client {
 Name = MACHINE-fd
 Address = MACHINE
 FDPort = 9102
 Catalog = MyCatalog
 Password = "Y/2EfpcMgOz0mz2GVoNR/6n+XtvO3BPWyK9Tb54n1wh+"         #
password for FileDaemon 2
 File Retention = 30 days            # 30 days
 Job Retention = 6 months            # six months
 AutoPrune = yes                     # Prune expired Jobs/Files
}

and this is the bacula-fd.conf on MACHINE

Director {
 Name = virtual10-dir
 Password = "Y/2EfpcMgOz0mz2GVoNR/6n+XtvO3BPWyK9Tb54n1wh+"
}


if i do a tcpdump on the port 9102 on machine i see the packages
comming from server but i get this messages on the bconsole on server:

Select Client (File daemon) resource (1-2): 2
Connecting to Client MACHINE-fd at MACHINE:9102
Failed to connect to Client MACHINE-fd.
====
You have messages.
*
18-Jan 16:11 server-dir: *Console*.2006-01-18_16.11.38 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/rel-manual/faq.html#AuthorizationErrors
for help.


i can't seem to be able to find the error, so if somebody can help me....
--
Ciao, Javier
linux user #393724


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to