Re: [Users] Service restart on host system kills same serviceinsideall VEs

2011-11-11 Thread Anton Zaytsev
> > Yes, I think it's needed to send bug report to CentOS/Redhat packaging. I > surprised that no one has mentioned this before. I mean this bug) On Fri, Nov 11, 2011 at 5:59 PM, Anton Zaytsev wrote: > Ok, I've decided to just leave it as is. It's production systems, service > restarts are not s

Re: [Users] Service restart on host system kills same serviceinsideall VEs

2011-11-11 Thread Anton Zaytsev
Ok, I've decided to just leave it as is. It's production systems, service restarts are not so often. So only solution for this issue now is to use host system just as host. Tim, Migration to Debian will be not so simple. Yes, I think it's needed to send bug report to CentOS/Redhat packaging. I sur

Re: [Users] Service restart on host system kills same serviceinsideall VEs

2011-11-11 Thread Stoyan Stoyanov
Agree :) it's not so pretty.. but every process from every container is a seen process on the host On Nov 11, 2011, at 4:04 PM, Anton Zaytsev wrote: Ok, nrpe init script does "killproc nrpe" and its killing all processes named nrpe, inside containers too. But almost all of init scripts do

Re: [Users] Service restart on host system kills same serviceinsideall VEs

2011-11-11 Thread Stoyan Stoyanov
LIke Gary says, the host system just kills the ct's proceses (may be in a killall `procesname` style :))) so the thing that u should take care is the procces's start/stop scripts On Nov 11, 2011, at 3:40 PM, Anton Zaytsev wrote: Thanks for quick reply. Is there some customizations in your nr