Look at the following excerpts from your configuration
files:

bacula-dir.conf
---------------
Director {                            # define myself
  Name = "Server-dir"
  Password = "password"

bacula-sd.conf
--------------
Director {
  Name = "Server-dir"
  Password = "password"

bacula-fd.conf
--------------
Director {
  Name = server-dir
  Password = "password"

See? S is in caps in dir and sd, but _not_ in fd. You
should also enclose it in quotes for good measure. To
sum it up, this directive should be IDENTICAL in all
configuration files. Quoting page 192 of the manual:

"Name = <name> The name of the Director that may
contact this Client. This name must be the same as the
name specified on the Director resource in the
Director's configuration file. This record is
required."

After you're done editing, restart all components on
all boxes (dir, sd, fd), run bconsole and type

status client
status storage

Things should run smooth. Regards,

Georger

--- Jim Peters <[EMAIL PROTECTED]> escreveu:

> I know this has been addressed numerous times but I
> can't seem to find an
> error in my configuration and thought maybe someone
> else with a fresh
> perspective can tell me where I have messed up. I am
> running Bacula  1.38.9
> (02 May 2006) i686-redhat-linux-gnu redhat on  CC
> 4.0 system. I have no
> problems with any of the local daemons on this
> machine. I also don't have a
> problem with the console programs on my windows
> client connecting to the CC
> box, but I cannot seem to get the file daemon on the
> windows client to
> authenticate. I am running  winbacula-1.38.9 on the
> client.
> 

(...)

> I sure hope someone can find a problem here because
> I think I’ve tried about all I can think of to get
> it to work. I should also mention that I can telnet
> to the windows client on port 9102 and am connecting
> and I have watched it from the windows machine with
> tcpview but it drops the connection when it doesn’t
> authenticate.

> Thanks


                
_______________________________________________________ 
O Yahoo! está de cara nova. Venha conferir! 
http://br.yahoo.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to