Hi,
I've installed DirectAdmin on my VPS and I don't have a /home partition.
Guide: http://help.directadmin.com/item.php?id=42
I've checked the Debug Guide of course and did what the guide says:
But DirectAdmin somehow still uses /home
Why is that?
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?