PowerEdge wrote:grsec: signal 11 sent to plutorun
I was told that i perhaps had an option in my kernel that killed ipsec. Is there someone that knows how to solve it?
you have to provide more information such as your kernel/grsec versions, kernel's .config (grsec options at least), ACLs (if you use them) and possibly an strace log to see what the app was doing before it segfaulted, etc. you can also try to disable groups of options in grsec, try with the PaX related options first, then if it doesn't help see others. in any case, report back the results so that someone can try to reproduce/fix it. by the way, signal 11 is SIGSEGV, not SIGKILL, so it does look like an application bug which is triggered by one of the grsec restrictions, question is of course which one...