Multiple instances of the same service running? ps -ef|grep FOG build 3642
-
Are the following results ok? I’ve never seen the services laid out like this before when checking them, this is the first time i’ve used Debian Wheezy, but I want to be sure. I’m on build 3642. Also when installing FOG, and wanting to use the development version should 1.2 be installed first and then upgrade to trunk or can a person start out right from trunk?
root@crfog:~# ps -ef|grep FOG root 1998 1 0 15:43 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGImageReplicator/FOGImage Replicator root 2026 1 0 15:43 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGMulticastManager/FOGMult icastManager root 2056 1 0 15:43 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGTaskScheduler/FOGTaskSch eduler root 2085 1 0 15:43 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGSnapinReplicator/FOGSnap inReplicator root 2852 2056 1 15:44 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGTaskScheduler/FOGTaskSch eduler root 2878 2085 1 15:44 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGSnapinReplicator/FOGSnap inReplicator root 3455 1998 1 15:44 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGImageReplicator/FOGImage Replicator root 3486 2026 1 15:44 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGMulticastManager/FOGMult icastManager root 3564 3521 0 15:44 pts/0 00:00:00 grep FOG
-
The fact that the “multiple instances” appear to be post-secondary (There’s a parent and a child spawned) I think they’re prefectly fine.
-
ok, thank you Tom!