If you run &quot;ulimit -c unlimited&quot; what is the outpt of ulimit -a?<br><br><div class="gmail_quote">On Sat, Aug 13, 2011 at 7:30 AM, Jason Friedman <span dir="ltr">&lt;<a href="mailto:jason@powerpull.net">jason@powerpull.net</a>&gt;</span> wrote:<br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">I am trying to enable my user to write core files on RedHat EL5.<br>

<br>
I added to the bottom of /etc/security/limits.conf:<br>
*       soft            core            unlimited<br>
*       hard            core            unlimited<br>
*       soft            nofile          20000<br>
*       hard            nofile          20000<br>
<br>
After restarting I can see my setting for number-of-files was<br>
affected, but not core size:<br>
$ ulimit -a<br>
core file size          (blocks, -c) 0<br>
data seg size           (kbytes, -d) unlimited<br>
scheduling priority             (-e) 0<br>
file size               (blocks, -f) unlimited<br>
pending signals                 (-i) 270336<br>
max locked memory       (kbytes, -l) 32<br>
max memory size         (kbytes, -m) unlimited<br>
open files                      (-n) 20000<br>
pipe size            (512 bytes, -p) 8<br>
POSIX message queues     (bytes, -q) 819200<br>
real-time priority              (-r) 0<br>
stack size              (kbytes, -s) 10240<br>
cpu time               (seconds, -t) unlimited<br>
max user processes              (-u) 270336<br>
virtual memory          (kbytes, -v) unlimited<br>
file locks                      (-x) unlimited<br>
_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</blockquote></div><br>