Setquota issues VPS, no /home partition

alia

Verified User
Joined
Aug 5, 2013
Messages
12
Hi,

I've installed DirectAdmin on my VPS and I don't have a /home partition.

Code:
Error with system Quotas
setquota: Mountpoint (or device) /home not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. 
Debug Guide

Guide: http://help.directadmin.com/item.php?id=42


I've checked the Debug Guide of course and did what the guide says:
Code:
Where /home is the quota_partition value set in the /usr/local/directadmin/conf/directadmin.conf file (eg, /home, / or /usr).  The command should output a large list of numbers, eg

And I did
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

And I restarted directadmin /etc/init.d/directadmin restart

Code:
root@server:/usr/local/directadmin# ./directadmin c | grep -i quota
hard_quota_multiplier=1.1
default_pop_quota=50
add_userdb_quota=0
edquota=/usr/sbin/edquota
setquota=/usr/sbin/setquota
repquota=/usr/sbin/repquota
quota_partition=/
ext_quota_partitions=
quota_update_interval=10

But DirectAdmin somehow still uses /home

Why is that?
 
Some additional data

Code:
root@server:/usr/local/directadmin# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda1       79G  3.7G   72G   5% /
udev            1.9G  4.0K  1.9G   1% /dev
tmpfs           773M  216K  773M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            1.9G   24K  1.9G   1% /run/shm

Code:
root@server:/usr/local/directadmin# /usr/sbin/repquota /
*** Report for user quotas on device /dev/xvda1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      -- 2988276       0       0         100819     0     0       
daemon    --      60       0       0              4     0     0       
man       --    1600       0       0            151     0     0       
mail      --    6476       0       0           1569     0     0       
libuuid   --      24       0       0              2     0     0       
syslog    --    1132       0       0            143     0     0       
landscape --       4       0       0              2     0     0       
bind      --      96       0       0             16     0     0       
apache    --       4       0       0              1     0     0       
diradmin  --  600744       0       0           1682     0     0       
mysql     --  114480       0       0            175     0     0       
ftp       --    3516       0       0              6     0     0       
majordomo --     356       0       0             34     0     0       
webapps   --   76552       0       0           6558     0     0       
admin     --     112       0       0             26     0     0       
ali       --     104       0       0             26     0     0       
test546   --     104       0       0             26     0     0       
#500      --    3784       0       0            826     0     0       
#1003     --       4       0       0              1     0     0
 
I'm not sure of your question. Of course you have a /home directory, but it's not in it's own partition; it's part of the / partition. The error message is telling you that you don't have quotas set up on your /home partition.

Jeff
 
Back
Top