Help! Cpanel installation hangs on ..... :(

skatewhale

Registered
Aug 24, 2006
1
0
151
Hi,
I am trying to install a cpanel for VPS version onto my VPS divided using openvz. the ostemplate I used is centos-default. at first it went smoothly, but then it starts to output
........
........
........
........
........
........
........
........
and it just keeps going, it's been 5+ hours now, and it's still going. the system resources changes, so the machine didn't freeze. it's a duel xeon 3.0 box, I gave the VPS about 1GB of memory, and quite a bit of CPUs. Is this normal?
Here's my openvz configuration:
ONBOOT="yes"

# UBC parameters (in form of barrier:limit)
# Primary parameters
AVNUMPROC="400:400"
NUMPROC="200:200"
NUMTCPSOCK="80:80"
NUMOTHERSOCK="80:80"
VMGUARPAGES="614400:2147483647"

# Secondary parameters
KMEMSIZE="1101004800:1200000000"
TCPSNDBUF="319488:524288"
TCPRCVBUF="319488:524288"
OTHERSOCKBUF="132096:336896"
DGRAMRCVBUF="13209600:13209600"
OOMGUARPAGES="6144:2147483647"

# Auxiliary parameters
LOCKEDPAGES="32:32"
SHMPAGES="8192:8192"
PRIVVMPAGES="49152:53575"
NUMFILE="2048:2048"
NUMFLOCK="100:110"
NUMPTY="16:16"
NUMSIGINFO="256:256"
DCACHESIZE="104857600:109772800"

PHYSPAGES="0:2147483647"
NUMIPTENT="128:128"

# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="300485760:401534340"
DISKINODES="20000000:22000000"
QUOTATIME="1000000"

# CPU fair sheduler parameter
CPUUNITS="100000"
VE_ROOT="/vz/root/$VEID"
VE_PRIVATE="/vz/private/$VEID"
OSTEMPLATE="centos-4-i386-default"
ORIGIN_SAMPLE="vps.basic"
IP_ADDRESS="206.83.210.63"
NAMESERVER="66.235.251.138"

Does anyone have any ideas?
any help is appreciated!
Thank you!
Nick
 

louisg1

Active Member
Mar 23, 2006
36
0
156
my install is doing the same exact thing but my os is feedora core 5 on both host and guest os.
 

rsaylor

Well-Known Member
Mar 27, 2003
160
1
168
download my openvz control panel, http://scripts.blurstorm.com and try using that to setup your VPS. It's been a long long time so not sure if it still works with the latest version of openvz since I wrote it. But the issue is memory, you do not have enough setup. Not saying 1 GB is the issue, you need more quota, inodes, etc. I spent a lot of time getting cpanel to work. I could not tell you off my mind now but look at my php script even if it does not work and you will see the template I was using. When I tested this I was able to get cpanel to install on a vps in about 1 hour or so.