This article details how to fix the error:
Windows could not start the bacula File Service service on Local Computer. Error 1067: The process terminated unexpectedly
This error appears when you tried start the Bacula Service on Windows Services. I googled about this but don't result. Nobody show how to fix this error.
Gruzzz!
Luckily, I found the solution to fix it. Now Bacula Service is running stability.
You must change as below, please follow the highlight text
In bacula-fd.conf on client.
FileDaemon { # this is me
Name = cth-srv-ocr-01-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = "C:/Program Files/Bacula/working"
Pid Directory = "C:/Program Files/Bacula/working"
# Plugin Directory = "C:/Program Files/Bacula/plugins"
Maximum Concurrent Jobs = 10
}
In bacula-dir.conf on server
File = C:/apache-tomcat-7.0.32/
File = C:/ocr4-fd.conf
File = "C:/Program Files/Bacula'"
File = "C:/Program Files (x86)/Apache Software Foundation"
Sorry... How?
ReplyDeleteHello,
ReplyDeleteI just updated the post. You can see. Please notice with highlight yellow.
Besides, format path location in windows don't like linux.
Hi,
DeleteCan you tell me in which paragraph in bacula-dir.conf configuration file did you insert these lines :
File = C:/apache-tomcat-7.0.32/
File = C:/ocr4-fd.conf
File = "C:/Program Files/Bacula'"
File = "C:/Program Files (x86)/Apache Software Foundation"
Thankx
This problem came to me when I used Director version 5.2.6 and client version 7.4.0
ReplyDelete