Viktorija Almazova wrote:
> Hello,
> 
> i have many computers on Windows XP, which are backuped by bacula. All 
> proceses are
> running ok, but every time when 
> computer starts there is an entry in the Event log saying
> 
> Bacula error: 1063 at ..\..\filed\win32\winservice.cpp:325;
> StartServiceCtrlDispatcher failed.; The service process could not connect to
> the service controller.

Search the list archives. It seems that this is caused by an erroneous
(from what I can see...) registry key added by the bacula-fd installer.

HKLM\Software\Microsoft\Windows\Run (I think) contains a key to launch
the fd with a switch which isn't actually even mentioned in the source code.

The code matches it against the '/service' switch, and the fd tries to
start as a service which it can't do as it was started by the logon
sequence, not by the service controller. It then dies.

Deleting the registry key seems to have no ill effects at all.

-- 
Russell Howe
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to