zarrelli
May 18th, 2007, 08:01 AM
Hi,
I have a problem with pax which fights with "sleep" process
grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /init[sl
eep:1985] uid/euid:0/0 gid/egid:0/0, parent /init[init:1] uid/euid:0/0 gid/egid:0/0
I suppose that raising the limit of core_file_size could help:
ulimit -a | grep core
core file size (blocks, -c) 0
Now core dumps are disabled. So, how to enable ulimit -c 50000 at boot, so that init won't interfere with sleep process?
I have a problem with pax which fights with "sleep" process
grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /init[sl
eep:1985] uid/euid:0/0 gid/egid:0/0, parent /init[init:1] uid/euid:0/0 gid/egid:0/0
I suppose that raising the limit of core_file_size could help:
ulimit -a | grep core
core file size (blocks, -c) 0
Now core dumps are disabled. So, how to enable ulimit -c 50000 at boot, so that init won't interfere with sleep process?