Looks good to me

# dpkg --contents linux-image-2.6.35-30-virtual_2.6.35-30.61_i386.deb | grep 
quota
drwxr-xr-x root/root         0 2011-10-11 19:32 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/
-rw-r--r-- root/root     13472 2011-10-11 19:32 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_tree.ko
-rw-r--r-- root/root      5844 2011-10-11 19:32 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_v1.ko
-rw-r--r-- root/root      8596 2011-10-11 19:32 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_v2.ko
-rw-r--r-- root/root      4520 2011-10-11 19:32 
./lib/modules/2.6.35-30-virtual/kernel/net/netfilter/xt_quota.ko

# dpkg --contents linux-image-2.6.35-30-virtual_2.6.35-30.61_amd64.deb | grep 
quota
drwxr-xr-x root/root         0 2011-10-12 08:16 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/
-rw-r--r-- root/root      7568 2011-10-12 08:16 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_v1.ko
-rw-r--r-- root/root     18800 2011-10-12 08:16 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_tree.ko
-rw-r--r-- root/root     11728 2011-10-12 08:16 
./lib/modules/2.6.35-30-virtual/kernel/fs/quota/quota_v2.ko
-rw-r--r-- root/root      6208 2011-10-12 08:16 
./lib/modules/2.6.35-30-virtual/kernel/net/netfilter/xt_quota.ko


BEFORE (Fresh Install)
==================

# uname -a
Linux ip-10-131-42-212 2.6.35-24-virtual #42-Ubuntu SMP Thu Dec 2 05:01:52 UTC 
2010 i686 GNU/Linux
# mount |grep quota
/dev/loop0 on /mnt/quota type ext4 (rw,usrquota,grpquota)
#
# ls -l /lib/modules/2.6.35-24-virtual/kernel/fs/quota/
total 0
# quotaon /mnt/quota/
quotaon: using /mnt/quota/aquota.group on /dev/loop0 [/mnt/quota]: No such 
process
quotaon: Quota format not supported in kernel.
quotaon: using /mnt/quota/aquota.user on /dev/loop0 [/mnt/quota]: No such 
process
quotaon: Quota format not supported in kernel.
root@ip-10-131-42-212:/var/tmp# lsmod |grep quota
#

AFTER
======

# uname -a
Linux ip-10-131-42-212 2.6.35-30-virtual #61-Ubuntu SMP Tue Oct 11 17:34:26 UTC 
2011 i686 GNU/Linux
# mount | grep quota
/dev/loop0 on /mnt/quota type ext4 (rw,usrquota,grpquota)
# lsmod |grep quota
# ls -l /lib/modules/2.6.35-30-virtual/kernel/fs/quota/
total 36
-rw-r--r-- 1 root root 13472 2011-10-11 19:32 quota_tree.ko
-rw-r--r-- 1 root root  5844 2011-10-11 19:32 quota_v1.ko
-rw-r--r-- 1 root root  8596 2011-10-11 19:32 quota_v2.ko
# quotaon /mnt/quota/
# echo $?
0
# lsmod |grep quota
quota_v2                3982  2
quota_tree              8334  1 quota_v2


** Tags removed: verification-needed-maverick
** Tags added: verification-done-maverick

** Tags removed: verification-done-maverick

** Tags added: verification-done-maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761809

Title:
  Quota modules are missing from the package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/761809/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to