Help request Openvz containers hangs during boot

  • Thread starter Thread starter pjr_atl
  • Start date Start date
P

pjr_atl

Guest
I am sure there is something basic I am missing, Every openvz machine rI have tried to create hangs during start up. Using the Ubuntu 12.04 templates the last message is that apache has started.

Any hep great;y appreciated; thanks in advance....

conf file

ONBOOT="no"


PHYSPAGES="0:512M"
SWAPPAGES="0:512M"
KMEMSIZE="232M:256M"
DCACHESIZE="116M:128M"
LOCKEDPAGES="256M"
PRIVVMPAGES="unlimited"
SHMPAGES="unlimited"
NUMPROC="unlimited"
VMGUARPAGES="0:unlimited"
OOMGUARPAGES="0:unlimited"
NUMTCPSOCK="unlimited"
NUMFLOCK="unlimited"
NUMPTY="unlimited"
NUMSIGINFO="unlimited"
TCPSNDBUF="unlimited"
TCPRCVBUF="unlimited"
OTHERSOCKBUF="unlimited"
DGRAMRCVBUF="unlimited"
NUMOTHERSOCK="unlimited"
NUMFILE="unlimited"
NUMIPTENT="unlimited"


# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="4G:4613734"
DISKINODES="800000:880000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"


# CPU fair scheduler parameter
CPUUNITS="1000"
CPUS="1"
HOSTNAME="rss.pat.com"
SEARCHDOMAIN="pat.com"
NAMESERVER="192.168.1.1 8.8.8.8"
IP_ADDRESS="192.168.3.1"
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/102"
OSTEMPLATE="ubuntu-12.04-standard_12.04-1_i386.tar.gz"
 
Same here. ALL CT's that I created stops at "* Starting web server Apache2" (Ubuntu 10 and Ubuntu 12 CT's 32/64bit), even the CT's from openvz website.
This was on Proxmox 3.0 latest.

I already done on apt-get update (updated already)

BTW, I can enter on CT using "vzctl enter <VID>"

What would be the cause?

My server is IBM SystemX 3650 Intel Xeon with 48GB of RAM.

Any help? thank you so much.