Page 1 of 1

grsec logging

PostPosted: Wed Aug 03, 2005 7:26 am
by warden
hi.

i'm using grsecurity on my machines. sometimes i get a message
'attempted resource overstep .... RLIMIT_CORE' and so on. it's obvious - caused by a limit.

the problem is that the message is printed to the active console and I don't want it there. I tried capturing it by syslog-ng in many ways, but with no luck. supposingly grsec has wrong type of logging or sth. any method of disabling/capturing those messages from the screen to /dev/null / file / whatever ?

PostPosted: Wed Aug 03, 2005 9:20 am
by katt
dmesg -n 1

man dmesg

thanks!

PostPosted: Wed Aug 03, 2005 9:37 am
by warden
great, thanks, it worked!
i didn't check that earlier...