Error Create Virtual Server

hello, i always get this error “Failed to create virtual server : setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota.” when i want to create virtual server. i’m using Debian 6 amd64 and XFS file system.

this is my mount :

/dev/sda6 on / type xfs (rw,grpquota,usrquota)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
xenfs on /proc/xen type xenfs (rw)

why is that?

thx for your help…

Howdy,

I suspect that quotas aren’t supported by default when using XFS as a filesystem.

A few options are –

  1. You could reinstall your OS, using the default ext3/ext4 filesystem, which is supported

  2. You could disable quotas and quota checking

  3. You may be able to get quotas working. There’s some details on how you might accomplish that here: http://www.virtualmin.com/node/7956

hi, thx for your reply. now i can make the virtual server. i just turned off the quota on mail server.