Web Hosting Talk







View Full Version : Error when install CuePanel


MarsNIIT
03-24-2007, 10:05 PM
Hello,

Please help me error when install CubePanel on VPS of RaipVPS:


It has not been possible to activate quotas. Check that install file system is in /etc/fstab file.
Starting vsftpd for vsftpd: [ OK ]
Shutting down postfix: [FAILED]
Starting postfix: [ OK ]


Thanks.

MarsNIIT
03-24-2007, 10:23 PM
Some other command i test to slove this problem:

[root@server ~]# vi /etc/fstab
[root@server ~]# /sbin/quotaoff -a
[root@server ~]# /bin/mount -o remount,rw /home
/proc/devices: fopen failed: No such file or directory
Is device-mapper driver missing from kernel?
Failure to communicate with kernel device-mapper driver.
mount: /home not mounted already, or bad option
[root@server ~]# /bin/mount -o remount,rw /
/proc/devices: fopen failed: No such file or directory
Is device-mapper driver missing from kernel?
Failure to communicate with kernel device-mapper driver.
[root@server ~]# /sbin/quotacheck -cavugm
quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damag e the file.
Please turn quotas off or use -f to force checking.
[root@server ~]# /sbin/quotaon -a
[root@server ~]# cat /etc/fstab
none /dev/pts devpts rw 0 0
LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2
[root@server ~]# locate quotacheck
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
[root@server ~]#