Live Chat Software by Kayako |
Base de connaissances: Services > Panneaux de Contrôle
Quotas disque sous webmin/virtualmin et vserver
Publié par Support AQUEOS, Last modified by sur 06 mai 2008 07:56 AM
|
|
Si vous voulez faire fonctionner les quotas sous webmin dans un vserver vous devez utiliser un wrapper pour les commandes. J'utilise celui-ci: #!/bin/bash Ainsi en utilisant devwrapper.sh devant chaque commande dans la configuration du module exemple "devwrapper.sh repquota -u -v " cela fonctionne parfaitement ! Cordialement, To use the quota module in webmin on a vserver you will have to make a wrapper for the quota commands that will translate the directory to the device. I use the simple wrapper that you can see in this FAQ article and then just add the wrapper path before all the commands in the module configuration. So repquota become devwrapper.sh repquota and so on. This way the quota module work. | |
|
Commentaires (0)