Sep
17
Getting this one when insmod’ing or modprobing AppArmour?
FATAL: Error inserting apparmor - Resource temporarily unavailable
Well after long time searching and testing (and reading German forums.. And i SuCK at German) i found the solution.
The error occurs because some other security module is loaded. Many forums suggested it might be the Dazuko module, however i dont have that installed. Actually as it turns out, my Feisty loads the “capability” module on boot.. And that conflicts with apparmor. This can be seen using ‘lsmod’ and looking for ‘commoncap’ in the left column. Whatever is in the right column, is your conflict.
sudo rmmod capability
sudo modprobe apparmor
Problem solved.
- Dan