Thanks Arno,

It is working now. I mean, I go further in the process... even if I get
a new error message. I am trying to deal with it by myself.

My understanding level of network interfaces is obviously low because I
was pretty sure the client knew its own IP address on the network and
only had to know the port to be listened...

Cheers,

Maxime.


Le samedi 02 décembre 2006 à 23:10 +0100, Arno Lehmann a écrit :
> Hi,
> 
> On 12/2/2006 8:09 PM, Maxime USZPOLEWICZ wrote:
> > Thanks for your answer.
> > I thought the description of these files was not relevant.
> 
> It is most relevant...
> 
> > I show you parts I consider important in this first step.
> > 
> > Let me know if you need something else.
> > 
> > Best Reg.,
> > 
> > Maxime
> > 
> > 
> > bacula-dir.conf
> > 
> >         Director {                      # define myself
> >           Name = serveur-dir
> >           DIRport = 9101                # where we listen for UA
> >         connections
> >           QueryFile = "/etc/bacula/scripts/query.sql"
> >           WorkingDirectory = "/var/lib/bacula"
> >           PidDirectory = "/var/run/bacula"
> >           Maximum Concurrent Jobs = 1
> >           Password = ""         # Console password
> >           Messages = Daemon
> >         }
> > 
> >         Client {
> >           Name = maxime
> >           Address = 192.168.1.64
> >           FDPort = 9102
> >           Catalog = MyCatalog
> >           Password = ""          # password for FileDaemon
> >           File Retention = 30 days            # 30 days
> >           Job Retention = 6 months            # six months
> >           AutoPrune = yes                     # Prune expired Jobs/Files
> >         }
> > 
> > 
> > bacula-fd.conf
> >         
> >         Director {
> >           Name = serveur-dir
> >           Password = ""
> >         }
> >         
> >         FileDaemon {                     # this is me
> >           Name = maxime
> >           FDport = 9102                  # where we listen for the
> >         director
> >           WorkingDirectory = /var/lib/bacula
> >           Pid Directory = /var/run/bacula
> >           Maximum Concurrent Jobs = 20
> >           FDAddress = 127.0.0.1
> 
> This is broken. The FD only listens on the local interface. Use the 
> correct IP address, which would be 192.168.1.64
> 
> >         }
> > 
> 
> Arno
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to