Error with system Quotas

PnE

Verified User
Joined
Aug 7, 2008
Messages
5
Hi!

When I create a user or modify them I get this error:
Code:
An error has occurred

Details


Error with system Quotas
sh: line 1: /usr/sbin/setquota: No such file or directory
Debug Guide

Debug guide: http://help.directadmin.com/item.php?id=42

And the debug guide does me no good since setquota obviously isn't installed, cant find it with locate or whereis.

Can I install it via DA or should I do it manually?
 
Im running debian :)
And I cant use apt-get, its messed up :)
 
Im running debian :)
And I cant use apt-get, its messed up :)

You can download the deb file manually. If you run Lenny:
Code:
wget http://ftp.us.debian.org/debian/pool/main/q/quota/quota_3.16-7_i386.deb

And then just use dpkg to install it:
Code:
dpkg -i quota_3.16-7_i386.deb

If you still use Etch, you can search the packages site (http://packages.debian.org) for quota against the 'oldstable' database.
 
Back
Top