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/net/mac80211/rc80211_minstrel.c:69 
minstrel_tx_status+0x66/0xd0 [mac80211]()
https://bugs.launchpad.net/bugs/456069
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