Edit: Problem Fixed!!
Hi,
All of a sudden backup started to turn itself off with the following message:
WHM 10.6.0 cPanel 10.8.0-C19 RedHat Enterprise 3 i686 - WHM X v3.1.0Code:Quotas cannot be built! Your cpbackup destination is on a filesystem which has quotas enabled. Please move it to a filesystem which does not have quotas turned on or a seperate partition/disk slice mounted at /backup.Backup has been disabled to prevent quota problems...
My backups are on a second harddrive (hdb1 mounted as /drive2), so I turned quoatas off for it:
root@blue [~]# quotaoff -vug /drive2
I then checked with:
root@blue [~]# quotaoff -vugp /drive2
group quota on /drive2 (/dev/hdb1) is off
user quota on /drive2 (/dev/hdb1) is off
So all should be ok. But noWHM gives me the same error.
Interestingly fstab and mtab still show there is quota on hdb1
Code:root@blue [~]# cat /etc/fstab /dev/hda3 / ext3 defaults,usrquota 1 1 /dev/hda1 /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hda2 swap swap defaults 0 0 /dev/hdb1 /drive2 ext3 defaults,usrquota 1 2what can I do? may be unmount and then mount the second drive, but MySQL datadir is there and I dont know how to do it without breaking it.Code:root@blue [~]# cat /etc/mtab /dev/hda3 / ext3 rw,usrquota 0 0 none /proc proc rw 0 0 none /dev/pts devpts rw,gid=5,mode=620 0 0 usbdevfs /proc/bus/usb usbdevfs rw 0 0 /dev/hda1 /boot ext3 rw 0 0 none /dev/shm tmpfs rw 0 0 /dev/hdb1 /drive2 ext3 rw,usrquota 0 0 /usr/tmpDSK /tmp ext3 rw,noexec,nosuid,loop=/dev/loop0 0 0 /tmp /var/tmp none rw,noexec,nosuid,bind 0 0



LinkBack URL
About LinkBacks
WHM gives me the same error.
Reply With Quote








