On 3 Jul 2005 at 18:09, kakou wrote: > I have some problem with grsec and an upgrade of perl to perl-5.8.7. > During the update, grsec kill perl and generate a trace :
the application is crashing due to a bug and tries to dump core whose limit you set to 0, hence the report from grsec. > grsec: denied ressource overstep by requesting 4096 for RLIMIT_CORE > against limit 0 for /var/.../miniperl [...] > > (Also, I have this error with other program like relay-ctl ...) > > How to ignore(force) this rlimit control ? you don't ignore it but rather try to find out what breaks ;-). 'ulimit -c unlimited' will enable coredumping then you can take a look at it and see what happened. -- [email protected] mailing list
