<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 10, 2014 at 5:35 AM, Jimmy Thrasibule <span dir="ltr"><<a href="mailto:jimmy.thrasibule@gmail.com" target="_blank">jimmy.thrasibule@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
I'm using LXC to run multiple Debian instances. For virtualization, we<br>
would call that host an hypervisor.<br>
<br></blockquote><div><br></div><div>no, hypervisor is a different kind of virtualization. we simply call it "host"</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

So I'm running a Debian Wheezy hypervisor with many Debian Wheezy LXC<br>
guests. It happens that I'd like to run the same services on both the<br>
hypervisor and the guests.<br></blockquote><div><br></div><div>host and container.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
In this case, nullmailer [1]. It turns that the init script provided<br>
by the package is looking for any running instances before starting<br>
the proccess:<br>
<br>
    PIDS=`pidof nullmailer-send`<br>
<br>
Since the hypervisor is also seeing the PIDs from the guests, the<br>
service is not launched.<br>
<br>
Question, how to solve this kind of issues? Can I hide guests PIDs<br>
from the hypervisor (and see them when needed)?<br>
<br></blockquote><div><br></div><div>Not that I know of.</div><div><br></div><div>Have you read <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687827">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687827</a> ? The patch to nullmailer's init script there should work. I think it simply uses pid file instead of pidof.</div>
<div><br></div><div>-- </div><div>Fajar</div></div></div></div>