FogMulticastManager does not run on startup
-
Hi community,
I am running TheFog 1.2.0 on Ubuntu 12.04.4.
I noticed that the FogMulticastManager service does not start properly. I checked that with:
[CODE]ps aux | grep FOGMulticastManager[/CODE]
As the startup skript still produces a PID file, I assume that it got invoked but crashed on it’s way up. So just restarting the service does not work without deleting the PID file before. But in any case I want it to start up automatically. I could not find any hints in any log for it, so I started trial and erroring.
I assume a dependency to another service (I could not find out wich one yet).
WORKAROUND:
When lowering the priority of the startup links it works like a charme:[CODE]update-rc -f FOGMulticastManager remove[/CODE]
[CODE]update-rc -f FOGMulticastManager defaults 99[/CODE]Can anyone confirm that behaviour? Is it a bug in the installation skripts?