Re: [Users] 'vzctl start CTID --wait' hangs

2014-03-03 Thread Roman Haefeli
On Mon, 2014-01-13 at 11:03 -0800, Kir Kolyshkin wrote: > On 01/13/2014 10:08 AM, Kir Kolyshkin wrote: > > On 01/13/2014 01:20 AM, Roman Haefeli wrote: > >> When you mentioned the scripts > >> in /etc/init/ I found that all our flawlessly running Debian 6 CTs don't > >> have this folder at all. I

Re: [Users] 'vzctl start CTID --wait' hangs

2014-01-13 Thread Kir Kolyshkin
On 01/13/2014 10:08 AM, Kir Kolyshkin wrote: On 01/13/2014 01:20 AM, Roman Haefeli wrote: On Wed, 2014-01-08 at 23:57 -0800, Kir Kolyshkin wrote: On 01/08/2014 08:36 AM, Roman Haefeli wrote: Hi When I start Debian 7 containers with the '--wait' option, it does start the CT, but the vzctl co

Re: [Users] 'vzctl start CTID --wait' hangs

2014-01-13 Thread Kir Kolyshkin
On 01/13/2014 01:20 AM, Roman Haefeli wrote: On Wed, 2014-01-08 at 23:57 -0800, Kir Kolyshkin wrote: On 01/08/2014 08:36 AM, Roman Haefeli wrote: Hi When I start Debian 7 containers with the '--wait' option, it does start the CT, but the vzctl command never returns. The same works fine with De

Re: [Users] 'vzctl start CTID --wait' hangs

2014-01-13 Thread Roman Haefeli
On Wed, 2014-01-08 at 23:57 -0800, Kir Kolyshkin wrote: > On 01/08/2014 08:36 AM, Roman Haefeli wrote: > > Hi > > > > When I start Debian 7 containers with the '--wait' option, it does start > > the CT, but the vzctl command never returns. The same works fine with > > Debian 6 containers. > > > > I

Re: [Users] 'vzctl start CTID --wait' hangs

2014-01-09 Thread Kir Kolyshkin
On 01/08/2014 08:36 AM, Roman Haefeli wrote: Hi When I start Debian 7 containers with the '--wait' option, it does start the CT, but the vzctl command never returns. The same works fine with Debian 6 containers. I figured that 'vzctl start CTID --wait' usually adds a line to the CT's /etc/initt

[Users] 'vzctl start CTID --wait' hangs

2014-01-08 Thread Roman Haefeli
Hi When I start Debian 7 containers with the '--wait' option, it does start the CT, but the vzctl command never returns. The same works fine with Debian 6 containers. I figured that 'vzctl start CTID --wait' usually adds a line to the CT's /etc/inittab: vz:2345:once:touch /.vzfifo However, suc

Re: [Users] vzctl start yields err=-12

2009-05-26 Thread John Knight
I'm honestly not exactly sure of the reason. When I ran into the -12 error problem you're experiencing, I was applying the ovz dostoevsky patch to vanilla centos 5.2, salgix 5.0.4 and debian unstable (both with debian's stock 2.6.26 kernel and a vanilla 2.6.26 kernel). I never received the kernel

Re: [Users] vzctl start yields err=-12

2009-05-26 Thread Gregor at HostGIS
A question: This problem I'm getting of "err=-12" is not accompanied by the noisy kernel dumps mentioned. Does this still sound like a likely cause? Also, I see that the bug was not fixed: http://bugzilla.openvz.org/show_bug.cgi?id=802 The last entry was that it worked for the person reporti

Re: [Users] vzctl start yields err=-12

2009-05-26 Thread Gregor at HostGIS
John Knight wrote: To fix this issue, recompile your kernel with this option commented out: #CONFIG_FAIR_USER_SCHED #CONFIG_FAIR_GROUP_SCHED Thanks a lot for the same-day response, John. I think I can use this tonight on one of our test systems. -- HostGIS, Open Source solutions for the glob

Re: [Users] vzctl start yields err=-12

2009-05-26 Thread John Knight
Hi Greg, I ran into this problem when building my own ovz kernel, and have since noted some distro's stock kernels have this issue as well. This seems to be a symptom of a known bug tied to the kernel scheduling. http://forum.openvz.org/index.php?t=msg&goto=27142&; To fix this issue, recompile

[Users] vzctl start yields err=-12

2009-05-26 Thread Gregor at HostGIS
I am having a problem creating and starting a new VE. vzctl start gives me: mounted, container start failed, unmounting. dmesg shows only this: CT: 30: stopped CT: 30: failed to start with err=-12 The verbose log (level 10) is no more useful to me: Starting container ... Running: /usr/sbin/vzq

Re: [Users] vzctl start

2008-08-28 Thread Thorsten Schifferdecker
Hi, Am Do, 28.08.2008, 14:26, schrieb Papp Tamás: > Roberto Mello wrote: >> On Thu, Aug 28, 2008 at 2:57 AM, Papp Tamás <[EMAIL PROTECTED] >> > wrote: >> >> >> I mounted a /var partition under /vz/100/root, which should >> contain the /var related files. >> >>

Re: [Users] vzctl start

2008-08-28 Thread Papp Tamás
Roberto Mello wrote: On Thu, Aug 28, 2008 at 2:57 AM, Papp Tamás <[EMAIL PROTECTED] > wrote: I mounted a /var partition under /vz/100/root, which should contain the /var related files. vzctl start, and I created a test file under it. But the file was

Re: [Users] vzctl start

2008-08-28 Thread Roberto Mello
On Thu, Aug 28, 2008 at 2:57 AM, Papp Tamás <[EMAIL PROTECTED]> wrote: > > I mounted a /var partition under /vz/100/root, which should contain the > /var related files. > > vzctl start, and I created a test file under it. But the file was not > appeared on the partition, but under the private syst

Re: [Users] vzctl start

2008-08-28 Thread Papp Tamás
albinootje wrote: you should use /vz/100/root/ for mounting other things, not /vz/100/private/ OK, I tried it (I'm sorry for the late answer). I mounted a /var partition under /vz/100/root, which should contain the /var related files. vzctl start, and I created a test file under it. But

Re: [Users] vzctl start

2008-08-21 Thread albinootje
Papp Tamás wrote: hi, > $ vzctl start 100 > Starting VE ... > vzquota : (error) Quota on syscall for 100: Device or resource busy > vzquota on failed [3] > > $ umount /vz/100/private/tmp > Why could it not start with other mounted partitions inside the VE? you should use /vz/100/root/ for moun

[Users] vzctl start

2008-08-21 Thread Papp Tamás
hi All, $ vzctl start 100 Starting VE ... vzquota : (error) Quota on syscall for 100: Device or resource busy vzquota on failed [3] $ umount /vz/100/private/tmp $ vzctl start 100 Starting VE ... vzquota : (error) Quota on syscall for 100: Device or resource busy vzquota on failed [3] $ umount

Re: [Users] vzctl start 777 -> RTNETLINK answers: No such device

2007-09-17 Thread Kirill Korotaev
Christian Günther wrote: > Hello, > > I'am trying to install OpenVZ. I patched the kernel and created a > template. If I try to start the VE the following error is given: > > # vzctl start 777 ... > RTNETLINK answers: No such device > vps-net_add ERROR: Unable to add route /sbin/ip route add 192

[Users] vzctl start 777 -> RTNETLINK answers: No such device

2007-09-14 Thread Christian Günther
Hello, I'am trying to install OpenVZ. I patched the kernel and created a template. If I try to start the VE the following error is given: # vzctl start 777 ... RTNETLINK answers: No such device vps-net_add ERROR: Unable to add route /sbin/ip route add 192.168.2.50 dev venet0 src 192.168.2.23

Re: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running"

2007-01-29 Thread Kir Kolyshkin
guest it worked fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kirill Korotaev Sent: Tuesday, 23 January 2007 11:19 PM To: users@openvz.org Subject: Re: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted dow

RE: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running"

2007-01-29 Thread Stephen Fletcher
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kirill Korotaev Sent: Tuesday, 23 January 2007 11:19 PM To: users@openvz.org Subject: Re: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running" Stephen

RE: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running"

2007-01-27 Thread Stephen Fletcher
] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running" Stephen, Is there anything in dmesg? Thanks, Kirill > vzctl version 3.0.14 > > [EMAIL PROTECTED]:~# uname -a > Linux stephens 2.6.18-028

RE: [Users] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running"

2007-01-23 Thread Stephen Fletcher
] vzctl start id "VE start in progress", vzctl status"VEID exist mounted down", vzctl enter "VE is not running" Stephen, Is there anything in dmesg? Thanks, Kirill > vzctl version 3.0.14 > > [EMAIL PROTECTED]:~# uname -a > Linux stephens 2.6.18-028

Re: [Users] vzctl start id "VE start in progress", vzctl status "VEID exist mounted down", vzctl enter "VE is not running"

2007-01-23 Thread Kirill Korotaev
Stephen, Is there anything in dmesg? Thanks, Kirill > vzctl version 3.0.14 > > [EMAIL PROTECTED]:~# uname -a > Linux stephens 2.6.18-028test010 #2 PREEMPT Thu Jan 11 18:20:08 EST 2007 > i686 GNU/Linux > [EMAIL PROTECTED]:~# cat /proc/vz/* > Version: 2.7 > 0 b 016 *:* > 0 c 00

[Users] vzctl start id "VE start in progress", vzctl status "VEID exist mounted down", vzctl enter "VE is not running"

2007-01-22 Thread Stephen Fletcher
vzctl version 3.0.14 [EMAIL PROTECTED]:~# uname -a Linux stephens 2.6.18-028test010 #2 PREEMPT Thu Jan 11 18:20:08 EST 2007 i686 GNU/Linux [EMAIL PROTECTED]:~# cat /proc/vz/* Version: 2.7 0 b 016 *:* 0 c 006 *:* 0 077 Version: 2.5 Version: 2.2 VEID u