|
|
|
|
|
|
|
|
Re: cPanel Quotas [message #3521 is a reply to message #3520] |
Thu, 01 June 2006 08:21 |
liamw
Messages: 9 Registered: May 2006
|
Junior Member |
|
|
[root@new ~]# vzctl stop 50
Stopping VPS ...
VPS was stopped
VPS is unmounted
quota.50 deleted from /var/vzquota/
[root@new ~]# vzctl restart 50
Restarting VPS
Starting VPS ...
Initializing quota ...
VPS is mounted
Adding IP address(es): 66.199.236.252
Setting CPU units: 1000
Set hostname: testvps.domain.com
File resolv.conf was modified
Setting quota ugidlimit: 1000
VPS start in progress...
*Entered into VPS 50 and ran /scripts/fixquotas*
quotacheck: Block 1: Reference to illegal block 0
quotacheck: Block 1: Reference to illegal block 0
quotacheck: Block 1: Reference to illegal block 0
quotacheck: Block 1: Reference to illegal block 0
quotacheck: Block 1: Reference to illegal block 0
*Re-running /scripts/fixquotas for a 2nd time*
-bash-3.00# /scripts/fixquotas
Installing Default Quota Databases......Done
Quotas are now on
Updating Quota Files......
quotacheck: Scanning /dev/simfs [/] done
quotacheck: Checked 5806 directories and 69026 files
quotacheck: Cannot turn user quotas off on /dev/simfs: Invalid argument
Kernel won't know about changes quotacheck did.
quotacheck: Cannot turn group quotas off on /dev/simfs: Invalid argument
Kernel won't know about changes quotacheck did.
quotacheck: Scanning /dev/simfs [/] done
quotacheck: Checked 5806 directories and 69026 files
....Done
Resetting quota for liamtest to 50 M
*Quotas still show as unlimited in cPanel*
Any ideas?
Appreciate your help
Liam
[Updated on: Thu, 01 June 2006 08:22] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: cPanel Quotas [message #3556 is a reply to message #3555] |
Sun, 04 June 2006 05:25 |
RapidVPS
Messages: 32 Registered: January 2006
|
Member |
|
|
Cpanel uses standard linux quota tools, it has many scripts which wrap the tools you are used to.
/scripts/initquotas:
print "Updating Quota Files......";
if ($val =~ /quota-format/ || $val =~ /Utility for checking/) {
quotarun("/sbin/quotacheck","-guvamf","-F","vfsv0");
quotarun("/sbin/quotacheck","-guvamf","-F","vfsold");
} elsif ($val =~ /invalid option/ || $val =~ /usage: quotacheck -a/) {
quotarun("/sbin/quotacheck","-guva");
} else {
quotarun("/sbin/quotacheck","-Ffguva");
}
[Updated on: Sun, 04 June 2006 05:25] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: cPanel Quotas [message #21174 is a reply to message #3505] |
Wed, 03 October 2007 01:33 |
pjssms
Messages: 3 Registered: October 2007
|
Junior Member |
|
|
I use hypervm.
How do i stop and restart the vps ?.
I have found it.
with the root access.
Now, i am getting this error:
vzquota : (warning) ugid_limit [1000] < ugid_current_usage [1041]
vzquota : (warning) ugid_limit [1000] < ugid_current_usage [1041]
vzquota : (warning) Quotas were not loaded for some users/groups for id 130 due to ugid limit
VE is mounted
How do i increase this ugid limit ?
[Updated on: Wed, 03 October 2007 02:13] Report message to a moderator
|
|
|
|
|
|