Hi all

I have just been setting up a new bacula client and when I try to do a backup from our bacula server I get the following error :

Fatal error: File daemon "mirakulix-fd" rejected Job command: 2997 Illegal 
command for a Director with Monitor directive enabled


Here's some information on my systems :

bacula server version : 1.32d (02 Nov 2003)
bacula client version : 1.36.1 (26 November 2004)

Client filedaemon configuration :

#
# List Directors who are permitted to contact this File daemon
#
Director {
 Name = asterix-dir
 Password = "..."
 Monitor = no
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
#Director {
#  Name = mirakulix-mon
#  Password = "..."
#  Monitor = yes
#}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
 Name = mirakulix-fd
 FDport = 9102                  # where we listen for the director
 WorkingDirectory = /var/bacula
 Pid Directory = /var/run
 Maximum Concurrent Jobs = 20
}

# Send all messages except skipped files back to Director
Messages {
 Name = Standard
 director = mirakulix-dir = all, !skipped
}

Server director configuration :

Director {                            # define myself
 Name = asterix-dir
 DIRport = 9101                # where we listen for UA connections
 QueryFile = "/etc/bacula/query.sql"
 WorkingDirectory = "/var/lib/bacula"
 PidDirectory = "/var/run"
 SubSysDirectory = "/etc/bacula"
 Maximum Concurrent Jobs = 2
 Password = "..."
 Messages = Standard
}

Client {
 Name = mirakulix-fd
 Address = ...
 FDPort = 9102
 Catalog = MyCatalog
 Password = "..."
}


Can anyone point out  what I'm doing wrong,

Thanks

Best regards

René Brask


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to