[Users] Re: VPS not isolated

Kir Kolyshkin kir at openvz.org
Mon Jan 22 06:19:05 EST 2007


Wolfgang Schnerring wrote:
>> Can you execute a ps in your VE, like
>> # vzctl exec <VEID> ps axf
>> and only the VE process are shown ?
>>     
>
> No, this shows all processes.
>   
The only reason I know why it could happen is if somebody mounted VE's 
/proc from the host system.

Try to do the following:

umount /path/to/VEroot/proc [usually it is /vz/root/VEID/proc]
vzctl exec VEID mount /proc

and see what the following command will show you

vzctl exec VEID ps ax


More information about the Users mailing list