View Full Version : Quota format not supported in kernel
oddo
13th March 2006, 22:05
Hi
I have a problem when I try to instal ispconfig on debian 3.1 (Debian Sarge Netinstall CD).
when I run:
quotaon -avug
i get this error:
quotaon: using //aquota.group on /dev/md0 [/]: No such process
quotaon: Quota format not supported in kernel.
quotaon: using //aquota.user on /dev/md0 [/]: No such process
quotaon: Quota format not supported in kernel.
i have 2 hard-drivers in RAID -> /dev/md0
what do i have to do to make it work ... ?
thx
falko
14th March 2006, 00:25
What's in /etc/fstab?
You can try
modprobe quota_v1
modprobe quota_v2
and then quotaon -avug again.
oddo
14th March 2006, 08:58
where do i have to write ...
modprobe quota_v1
modprobe quota_v2
/etc/fstab
------------------------------------------------------------------------
<file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/md0 / ext3 defaults,errors=remount-ro,usrquota,grpquota, 0 1
/dev/hda1 /boot ext3 defaults 0 2
/dev/md1 none swap sw 0 0
/dev/hdd /media/cdrom0 iso9660 ro,user,noauto 0 0
------------------------------------------------------------------------
till
14th March 2006, 09:45
where do i have to write ...
modprobe quota_v1
modprobe quota_v2
Execute the command in the shell as root user.
oddo
14th March 2006, 10:02
office:~# modprobe quota_v2
Warning: loading /lib/modules/2.4.27-2-386/kernel/fs/quota_v2.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module quota_v2 loaded, with warnings
office:~#
oddo
14th March 2006, 10:02
modprobe: Can't locate module quota_v1
office:~# modprobe quota_v1
oddo
14th March 2006, 10:06
office:~# quotaon -avug
/dev/md0 [/]: group quotas turned on
/dev/md0 [/]: user quotas turned on
thx ;)
till
14th March 2006, 10:07
Please try to run the command:
quotaon -avug
Did you get still errors?
falko
14th March 2006, 10:12
Please append quota_v2 to /etc/modules so that it will be loaded automatically whenever you reboot the server.
oddo
14th March 2006, 11:06
i added quota_v2 in /etc/modules
thanks falko
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.