Hi there thanks for getting back to me. The contents of the Bacula-dir.conf
file are as follows:
I have only shown part of the password for obvious reasons.

Director {                            # define myself
  Name = bacula-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/usr/local/bacula/bin/query.sql"
  WorkingDirectory = "/usr/local/bacula/bin/working"
  PidDirectory = "/usr/local/bacula/bin/working"
  Maximum Concurrent Jobs = 5
  Password = "huG6k9o0559****"         # Console password
  Messages = Daemon
} 

Many thanks
Luke

-----Original Message-----
From: Dan Langille [mailto:[EMAIL PROTECTED] 
Sent: 23 October 2006 12:30
To: Luke Taylor
Subject: RE: [Bacula-users] File Daemon port not open on linux

Please remember to CC the mailing list.

Include the Director resource from bacula-dir.conf ... i.e.

Director {                            # define myself
  Name = bacula-dir

On 23 Oct 2006 at 12:01, Luke Taylor wrote:

> Hi there
> 
> The service is running and the port is now open, but I am still 
> getting errors when attempting to connect to the file Daemon.
> 
> My bacula-dir.conf file on the bacula server contains the following 
> client definition for the file daemon:
> Client {
>   Name = twiki01-fd
>   Address = 10.26.13.113
>   FDPort = 9102
>   Catalog = MyCatalog
>   Password = "123"
>   File Retention = 30 days            # 30 days
>   Job Retention = 6 months            # six months
>   AutoPrune = yes                     # Prune expired Jobs/Files
> }
> 
> 
> Please note the password is one that I have put in myself.
> 
> The bacula-fd.conf file on the file daemon contains the following:
> 
> # List Directors who are permitted to contact this File daemon # 
> Director {
>   Name = bacula-dir
>   Password = "123"
> }
> 
> 
> I am still unable to connect when running a job, I get the following
error:
> 
> 23-Oct 11:58 bacula-dir: *Console*.2006-10-23_11.58.04 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>
> http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for help.
> 
> 
> Have you any ideas on this, I have looked around the internet but 
> can't seem to find anything, I think it may be something to do with 
> the password but I am unsure what the file daemon password is set as 
> because it generates a random password during setup.
> 
> Your help is appreciated.
> 
> Regards
> 
> Luke
> 
> 
> -----Original Message-----
> From: Dan Langille [mailto:[EMAIL PROTECTED]
> Sent: 19 October 2006 19:45
> To: Luke Taylor
> Cc: bacula-users
> Subject: Re: [Bacula-users] File Daemon port not open on linux
> 
> On 19 Oct 2006 at 16:00, Luke Taylor wrote:
> 
> > Good afternoon
> >
> > I have Bacula installed on a CentOS machine.  It is backing up fine, 
> > and is also backing up my Windows workstation.  I am experiencing a 
> > problem when trying to back up another linux machine.  I have sent 
> > over the bacula-fd binaary file and also bacula-fd.conf.  I have 
> > configured bacula-fd.conf to match the server, and have run the 
> > binary as per intructions on Bacula's website.  When trying to 
> > connect from the Bacula server I get an error saying:
> >
> > 17-Oct 15:55 bacula-dir: TwikiBackup.2006-10-17_15.55.20 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).
> >
> > The passwords are fine, the daemon has been restarted and there are 
> > no other jobs running (although the max concurrent is set to 5 just 
> > to make sure)
> >
> > When running a netstat on the linux file daemon I can see that the 
> > port the director is trying to connect on isn't running.  Is there 
> > something I am missing with the install as I am unable to find 
> > anything on the web to help me with this.
> 
> Verify that bacula-fd is running:
> 
> ps auwx | grep bacula-fd
> 
> --
> Dan Langille : Software Developer looking for work my resume:
> http://www.freebsddiary.org/dan_langille.php
> 
> 
> 
> 
> 



--
Dan Langille : Software Developer looking for work my resume:
http://www.freebsddiary.org/dan_langille.php





-------------------------------------------------------------------------
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