VE reboot problems

online24

Member
Dec 26, 2009
72
0
6
New York, USA
Hello,

i have problems with VPS reboot.. When I type "reboot" in VE machine, VPS didint reboot, but turns off SSH and send message: "vps139:~# reboot

Broadcast message from root@vps139 (pts/0) (Mon Jan 4 10:33:23 2010):

The system is going down for reboot NOW!
vps139:~#
".

If i reboot via ProxMox it works perfectly.

PVE 1.4 ; 2.6.18-1-pve kernel.
 
Last edited:
Container reboot needs up to 5 minutes (it is checked each five minutes)

see /etc/vz/cron/vz
 
entered into CT 139
vps139:/# ps auxww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 1980 688 ? Ss 10:50 0:00 init [6]
root 1461 0.0 0.3 2300 896 pts/0 R+ 10:55 0:00 ps auxww
root 32466 0.0 0.2 18540 528 ? Ss 10:55 0:00 vzctl: pts/0
root 32467 0.0 0.5 2756 1484 pts/0 Ss 10:55 0:00 -bash
vps139:/#
 
alpha:~# pveversion -v
pve-manager: 1.4-10 (pve-manager/1.4/4403)
qemu-server: 1.1-10
pve-kernel: not correctly installed
pve-qemu-kvm: not correctly installed
pve-firmware: 1
vncterm: 0.9-2
vzctl: 3.0.23-1pve3
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
alpha:~#

kernel x.18 :) pvetest.

P.S
alpha:~# /etc/init.d/vz stop
RTNETLINK answers: File exists
RTNETLINK answers: File exists
Shutting down CT 140
Shutting down CT 139
Bringing down interface venet0: ..done
Stopping OpenVZ: ..done
alpha:~#

~5 minutes..

Maybe can you look at my server?

on 2.6.24-9-pve work without problems but i need 18
 
Last edited:
By the way, 18 kernel very slow react to vzctl stop VE; vzctl restart VE; vzctl start VE; vzctl exec VE reboot. On 24 kernel react very fast..

Ok we are waiting fix :-) Thanks, you are the best!
 
Please can you try to disable the init-logger - edit /etc/vz/vz.conf and set:

INITLOG=no

does that help?