Re: [Users] bug or feature?: ps -el on HN shows all processes, incl. those of VEs

2011-11-07 Thread Anatoly Pugachev
On Mon, Nov 7, 2011 at 2:00 PM, Kirill Korotaev wrote: > http://wiki.openvz.org/Processes_scope_and_visibility > Plus, as far as I remember there was a patch somewhere on download.openvz.org > or sysctl which allows to hide non-root processes from root VE. > > > On Nov 7, 2011, at 13:35 , wrote

Re: [Users] openvz and ftp connection tracking for non-default ports

2012-06-18 Thread Anatoly Pugachev
On Thu, May 24, 2012 at 11:44 AM, David Oppermann wrote: > Hello, > > I've got a hylafax install inside an openvz container.  Now I'd like to run > a firewall as well. > > I load the firewall modules for ftp connection tracking on the host machine > and with the following line in the containers co

[Users] network like in solaris zones

2009-02-26 Thread Anatoly Pugachev
Hello! So far I've tested both network types in openvz - venet and veth. Both this networking types make host system appearing as router for the CTs (seen by traceroute). Do OpenVZ developers have plans to make CTs be directly attached to the network (without host system act as a router), as li

Re: [Users] Oracle on a VE

2009-03-12 Thread Anatoly Pugachev
try to emulate uname? move the original /bin/uname to /bin/uname.orig and create /bin/uname : #!/bin/bash if [ $USER = 'oracle' ]; then echo Linux blabla else /bin/uname.orig $* fi and when you finish, move uname.orig back to its name. On 12.03.2009 / 09:15:29 +0100, Frank wro

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Anatoly Pugachev
Can you please tell, why it was rejected or not accepted upstream? On 29.12.2009 / 10:17:08 +0100, Dietmar Maurer wrote: > I have sent a patch to this list a year ago, called 'init-logger'. > > We use it in proxmox ve (pve.proxmox.com) to display init output. > > > -Original Message- >

Re: [Users] Re: vzmigrate and vanishing files

2010-07-30 Thread Anatoly Pugachev
Aleksandar, what is your vzmigrate version? Looking at the /usr/sbin/vzmigrate sources, I see that it has code 24 (file vanished) logic to ignore this error. On 30.07.2010 / 11:14:47 +0200, Aleksandar Ivanisevic wrote: > > > anyone? > > Aleksandar Ivanisevic > writes: > > > im trying to mi