On Fri, Oct 06, 2006 at 01:19:52PM +0100, Gildas Le Nadan wrote:
The way the hobbit init script works (at least on debian), a lot of processes are left running on the host when doing a "/etc/init.d/hobbit-client stop".
Is there any reason for this?
You mean the vmstat processes ?
Yes, but also df commands that seem to be stalled, such as:
The reason is that they run pretty independent of everything else, just collecting data over a 5 minute period. They will terminate by themselves after at most 5 minutes; and if you're shutting down the system, they will get killed.
It's not that it has to be this way, but it was just the easiest way of doing it.
Regards, Henrik