RYAN vAN GINNEKEN wrote:
> I am having problems with bacula I read the FAQ section about auth and
> triple check my names and passwords but still cannot get past this error
> at the end of this mail please help here are my conf files

Here's the relevant parts:

> bacula-dir.conf

> Storage {
>  Name = File
> # Do not use "localhost" here
>  Address = tokyo.computerking.ca                # N.B. Use a fully
> qualified name here
>  SDPort = 9103
>  Password = "fbGObw8iBkTbXdjVEgP/iKuSUt8eVS5MnuGl+W/ffZGg"
>  Device = FileStorage
>  Media Type = File
> }


> bacula-sd.conf

> Storage {                             # definition of myself
>  Name = tokyo-sd
>  SDPort = 9103                  # Director's port
>  WorkingDirectory = "/var/db/bacula"
>  Pid Directory = "/var/run"
>  Maximum Concurrent Jobs = 20
> }
> 
> #
> # List Directors who are permitted to contact Storage daemon
> #
> Director {
>  Name = tokyo-dir
> #  Password = "GJ5/XaOg03IaRS8NqeC0qUXC4nKE9/zElTkf/8+KkT+/"
> Password = "22vu22"
> }

You have two problems here.  The first is that your Director and your SD
have different ideas about what the SD is called.  The SD thinks it's
called tokyo-sd, but the Director thinks it's called File.  The second
problem is that your Director thinks it should be contacting that SD
using the password "fbGObw8iBkTbXdjVEgP/iKuSUt8eVS5MnuGl+W/ffZGg", but
the SD expects the Director to use "22vu22".


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to