Disk quotas are on and you're using EXT4.

Disable quotas to stop the OOPS messages:

sudo quotaoff -a -f

Disable quotas in your /etc/fstab if you're not using them.

Example:

# / was on /dev/sda2 during installation
UUID=acee041c-a2a8-4ca4-9b51-19aa423f122e /               ext4    
errors=remount-ro,usrquota,grpquota 0       1

Remove usrquota and grpquota if they exist.

# / was on /dev/sda2 during installation
UUID=acee041c-a2a8-4ca4-9b51-19aa423f122e /               ext4    
errors=remount-ro 0       1

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 
dquot_claim_space+0x84/0x130()
https://bugs.launchpad.net/bugs/442799
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to