Bacula-users

Re: [Bacula-users] no connect to win7-client

2012-09-22 06:28:45
Subject: Re: [Bacula-users] no connect to win7-client
From: Radosław Korzeniewski <radoslaw AT korzeniewski DOT net>
To: Sven Gehr <mailingliste AT dreampixel DOT de>
Date: Sat, 22 Sep 2012 12:25:25 +0200
Hello Sven,

Your problem is a different Director name in bacula-dir.conf and bacula-fd.conf of the win7 client. (not a fw, fqdn or max concurent jobs :))

For proper authentication both: director name and password has to match unless you get an authentication problem:

your bacula-dir.conf:

Director {
        Name = backup-dir
         (...)
}
[...]
# Windows7-VM
Client {
         (...)
        Password = "bacula"
}
[...]

and your bacula-fd.conf at windows7-vm:
 
# Windows7-VM 
Director {
  Name = bacula-dir
  Password = "bacula"

}

Names are different in your configuration. Just change both to bacula-dir or backup-dir and you'll get a working connection.

best regards

--
Radosław Korzeniewski
radoslaw AT korzeniewski DOT net
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users