Solved How to get rid of savecore message due to kernel crash dump

I had my very first kernel crash dump recently, and fixed it, but on each reboot I get this message:
Code:
savecore[14099]: /dev/nda0p3: Operation not permitted

How can I get rid of it ?
I tried as root savecore -C /dev/nda0p3 followed by a savecore -c /dev/nda0p3 to check whether the core dump exists, and then delete that core dump.
I also tried savecore /var/crash /dev/nda0p3
Upon rebooting again I get the same message as a above.

What the option above tries to do, is to write a core dump to an encrypted swap space partition.
 
Back
Top