Thanks for your answer.
I thought the description of these files was not 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
        }



Le samedi 02 décembre 2006 à 19:51 +0100, Divák Ádám a écrit :
> Maxime USZPOLEWICZ wrote:
> > Hi,
> >
> > I am experimenting a connexion problem to the client. Here is my
> > configuration :
> >
> >         - a Debian server running Director & SD ver 1.38.11 : IP
> >         192.168.1.100
> >         - an Ubuntu client running FD ver 1.38.11 : IP 192.168.1.64
> >
> > I designed all configuration files.
> > When trying to run my first job, I get this message :
> >
> >         Warning: bnet.c:853 Could not connect to File daemon on
> >         192.168.1.64:9102. ERR=Connection refused
> >
> > Iptables are empty on both Server & Client.
> >
> > I did not find any answer to this problem in FAQ.
> > Hope I gave you all you could need.
> >
> > Many Thanks.
> >
> > Maxime.
> >
> >   
> i just started using bacula, but you definitely didn't give enought 
> information
> at least you should have quoted relevant parts of your fd and dir 
> configuration (if you are sure
> there is no firewall between them)
> 
> cheers,
> adam


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