Hi,
I've put DA on a new server, adding the first reseller gave the error that it was unable to set the quota, pointing me here - http://help.directadmin.com/item.php?id=42
I cant seem to get quotas working...
Running CentOS 5.2 64bit, 2 x 320GB SATA drives in hardware raid. We are running the same mobo/cpu/hdd's/os/DA on another box which works fine.
Any ideas what could be wrong, as far as I can see there are no errors on bootup, searching /var/log/messages for "quota" returns no results.
Anything else that would give any clues then please ask.
Tom
I've put DA on a new server, adding the first reseller gave the error that it was unable to set the quota, pointing me here - http://help.directadmin.com/item.php?id=42
I cant seem to get quotas working...
Code:
[root@server26 /]# /usr/sbin/repquota /home
repquota: Mountpoint (or device) /home not found.
repquota: Not all specified mountpoints are using quota.
Code:
[root@server26 /]# /sbin/quotaoff -a
quotaoff: quotactl on /dev/sda5 [/]: No such device
quotaoff: quotactl on /dev/sda5 [/]: No such device
Code:
[root@server26 /]# /sbin/quotacheck -avugm;
quotacheck: Scanning /dev/sda5 [/] done
quotacheck: Checked 3887 directories and 30325 files
Code:
[root@server26 /]# cat /etc/fstab
LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
LABEL=/tmp /tmp ext3 noexec,nosuid 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs noexec,nosuid 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-isw_dhhba1 swap swap defaults 0 0
Code:
[root@server26 /]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 294555728 2583604 276768212 1% /
/dev/sda3 4061572 76252 3775672 2% /tmp
/dev/sda1 101086 17218 78649 18% /boot
tmpfs 1987140 0 1987140 0% /dev/shm
Code:
[root@server26 /]# uname -ri
2.6.18-92.1.10.el5 x86_64
Running CentOS 5.2 64bit, 2 x 320GB SATA drives in hardware raid. We are running the same mobo/cpu/hdd's/os/DA on another box which works fine.
Any ideas what could be wrong, as far as I can see there are no errors on bootup, searching /var/log/messages for "quota" returns no results.
Anything else that would give any clues then please ask.
Tom