Re: [Users] "reboot" inside a container stops the container

2011-04-13 Thread Maxim Dolgikh
Hi, reboot is working inside containers but you need add cron job */2 * * * * root /usr/share/vzctl/scripts/vpsreboot this script do start rebooted containers. On Wednesday 13 April 2011 12:16:52 Benjamin Henrion wrote: > Hi, > > I found out that typing "reboot" in a container halts the whole >

Re: [Users] Assign a container to a dedicated CPU core?

2011-03-28 Thread Maxim Dolgikh
Hi, you can do this with --cpus, for example vzctl set 101 --cpus 1--save On Monday 28 March 2011 16:56:39 Benjamin Henrion wrote: > Hi, > > I wanted to know if OpenVZ could assign all processes of a container > to a single CPU core? > > It comes to my mind after reading this article: > > htt

Re: [Users] Quota 2nd level problem

2010-11-03 Thread Maxim Dolgikh
Hello, As i understand you use different partitions for root and private on the HN. I think you need enable quotas on the VE_ROOT partition too. On Tuesday 02 November 2010 19:23:57 Barbara Nowak wrote: > Hi, > > I migrated my server from vserver to openvz. All seems to work well but I > had a

Re: [Users] 64 bit kernel

2010-05-21 Thread Maxim Dolgikh
PAE does not make sense on x64 yum install ovzkernel this will install x64 kernel in your case. On Friday 21 May 2010 22:57:16 ven...@dedicados.com.mx wrote: > hi, i have this machine > > [r...@24675 ·]# uname -a > Linux 24675.server.local 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 > x86

Re: [Users] What is this on my log???

2010-04-27 Thread Maxim Dolgikh
> > > Ing. Alejandro M. > --- > Hospedaje Web y Servidores Dedicados > http://www.dedicados.com.mx > --- > ven...@dedicados.com.mx > ------- > > El 27/04/2010 11:36 a.m., Maxim Dolgikh escribió: > > Hello,

Re: [Users] What is this on my log???

2010-04-27 Thread Maxim Dolgikh
Hello, "Apr 27 10:15:44 www kernel: ip_conntrack: CT 0: table full, dropping packet." This means that there are more connection then allowed by ip_conntrack module. In this case server is droping new connections. You can check how much connections are allowed with: cat /proc/sys/net/ipv4/netfil

Re: [Users] Mail server

2010-03-17 Thread Maxim Dolgikh
I think the question is "slow list" :) On Wednesday 17 March 2010 22:16:13 Steven Crothers wrote: > Is that a question or a statement...? Mail servers run 100% correctly in my > experience in OpenVZ containers, perhaps your container template or > hostnode is improperly configured? > > -Orig

Re: [Users] Setting defaults for templates...

2010-01-08 Thread Maxim Dolgikh
Hello, You can add this in your VE config. The default VE config is /etc/vz/conf/ve-basic.conf-sample or /etc/vz/conf/ve-basic.conf-sample depending on distro (you can change this via CONFIGFILE option in /etc/vz/vz.conf). So you can add CAPABILITY="NET_ADMIN:on " into default config or create