Re: Quota Issue New VPS [message #15146 is a reply to message #15142] |
Fri, 20 July 2007 07:08 |
dev
Messages: 1693 Registered: September 2005 Location: Moscow
|
Senior Member |
|
|
it looks like something goes really wrong on your server.
1. check disk space available in the system with `df -h`
2. looks like your defaults for inode diskquota in /etc/vz/conf/vps-basic.sample are wrong, since inode soft limit should always be smaller then hardlimit (it is stored in sample config as DISKINODES="200000:220000", in your case it looks like it is =2000000:220000, which is wrong.
3. check that VE template /vz/template/cache/centos-4-i386-default.tar.gz archive is not broken. just unpack it somewhere with commands like:
# tar vzxf /vz/template/cache/centos-4-i386-default.tar.gz
# echo $?
and check that no errors occured. Maybe you have to redownload it from openvz.org
[Updated on: Fri, 20 July 2007 07:08] Report message to a moderator
|
|
|