On 8/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have WinXP SP2. The Bacula service has the path to exceutable 
> :"c:\Tools\bacula\bin\bacula-fd.exe" /service -c 
> "c:\Tools\bacula\bin\bacula-fd.conf ".
> System has Full Control to the directory "c:\Tools\bacula\".
>
> The bacula.trace says:
> cassiopeia-fd: ../../lib/jcr.c:154 write_last_jobs seek to 192
> cassiopeia-fd: ../../lib/mem_pool.c:404 Freed mem_pool count=4 size=4,004
>
> I don't know, what this means.
>
> I wonder you have unix-like paths in your fd-config. My paths are:
> WorkingDirectory = C:\Tools\bacula\working
>  Pid Directory = C:\Tools\bacula\working
>

Yes, these need to be unix paths. Here is my config:

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = fileserver-dir
  Password = "===REMOVED==="
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = dev2-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = c:/pf/bacula/working
  Pid Directory = c:/pf/bacula/working
}

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

John

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