Hi,

I'm using LXC to run multiple Debian instances. For virtualization, we
would call that host an hypervisor.

So I'm running a Debian Wheezy hypervisor with many Debian Wheezy LXC
guests. It happens that I'd like to run the same services on both the
hypervisor and the guests.

In this case, nullmailer [1]. It turns that the init script provided
by the package is looking for any running instances before starting
the proccess:

    PIDS=`pidof nullmailer-send`

Since the hypervisor is also seeing the PIDs from the guests, the
service is not launched.

Question, how to solve this kind of issues? Can I hide guests PIDs
from the hypervisor (and see them when needed)?


[1] http://untroubled.org/nullmailer/


Thanks for your help,
Jimmy
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to