Quota problem

kisiek

Verified User
Joined
Apr 25, 2007
Messages
44
I just installed DA on Debian 4.0 when i try to add user it showing me

ser xxxx created

Details


Unix User created successfully

Error with system Quotas
setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
User's data directory created successfully
Domains directory created successfully
Domains directory created successfully in user's home



Domain Created Successfully


How can i fix it ?
 
Try this:
Code:
[B]/usr/sbin/repquota /[/B]

Do you have limits for the new user, or no?
 
For anyone for whom quota is not working:

What OS Distribution are you running?

Are you running a dedicated server or a VPS?

Jeff
 
Only a guess: your VPS doesn't support quotas. Check with your server vendor.

Jeff
 
Hello

I have some troble with quota when i asign a packege to a user, "Error with system Quotas setquota: Quota file not found or has wrong format. setquota: Not all specified mountpoints are using quota. "
I have dedicate server with CentOS,


I have this in /etc/fstab:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc rw 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0


any idear?
 
Last edited:
The quota problem is solved i have repartioned my HDD, now is not VolGrum

Eduard.
 
I guessed wrong about the VPS part; that's generally where we find quota support isn't compiled in. Perhaps the VolGroup wasn't supporting quotas.

Jeff
 
Back
Top