[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Warnquota que no se entera



Hola lister@s.


Tengo un ordenador con quotas fijadas. Todo va bien a excepción del
repaso diario de las cuotas. Warnquota se queja:

/etc/cron.daily/quota:
warnquota: Quotafile format detected differs from the specified one (or
the one kernel uses on the file).



Creé los ficheros de quota con la opción "-F vfsv0", y he modificado
/etc/cron.daily/quota para que la incluya:




# check if quota package is available
test -x /usr/sbin/warnquota || exit 0

# check if warnquota run is configured
test -f /etc/default/quota || exit 0
. /etc/default/quota

if [ "$run_warnquota" = "true" ]; then
   # check if quotas are enabled
      if grep -q '^[^#]*quota' /etc/fstab; then
         /usr/sbin/warnquota -F vfsv0
         #20030126 ("-F vfsv0")
      fi      
fi

exit 0




Las cuotas las definí también con "-F vfsv0" de por medio, y "repquota"
con -F vfsv0 funciona bien.




¿Sabeis cómo se soluciona esto?
								


Pepe.

-- 
José Marcos Chalmés García - Public key ID: 0x6FDE933B
www.polinux.upv.es - www.debian.org - www.gnu.org - www.bsd.org - ...
I use free software | Utilitze programari lliure | Uso software libre
---------------------------------------------------------------------



Reply to: