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
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
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
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
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-
>
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