jjaison-daniel
August 22nd, 2013, 03:07 PM
gusr1@tbox102:~$ echo $USER
gusr1
gusr1@tbox102:~$ grep -e core -e item /etc/security/limits.conf
#<domain> <type> <item> <value>
#<item> can be one of the following:
# - core - limits the core file size (KB)
#<domain> <type> <item> <value>
gusr1 soft core unlimited
* soft core unlimited
gusr1 hard core unlimited
* hard core unlimited
#root hard core 100000
gusr1@tbox102:~$
Even though I set unlimited in /etc/security/limits.conf still the core dump size is zero.(checked after reboot also)
gusr1@tbox102:~$ ulimit -c
0
Any idea what else I have to check. In terminal if I "set ulimit -c unlimited" is working but after rebooting its gone.
I don't want set the core dump size in the any local profile, I wants to enable permanently in global way.
Also checked the following post, but not helpful to me
http://ubuntuforums.org/showthread.php?t=1494590
gusr1
gusr1@tbox102:~$ grep -e core -e item /etc/security/limits.conf
#<domain> <type> <item> <value>
#<item> can be one of the following:
# - core - limits the core file size (KB)
#<domain> <type> <item> <value>
gusr1 soft core unlimited
* soft core unlimited
gusr1 hard core unlimited
* hard core unlimited
#root hard core 100000
gusr1@tbox102:~$
Even though I set unlimited in /etc/security/limits.conf still the core dump size is zero.(checked after reboot also)
gusr1@tbox102:~$ ulimit -c
0
Any idea what else I have to check. In terminal if I "set ulimit -c unlimited" is working but after rebooting its gone.
I don't want set the core dump size in the any local profile, I wants to enable permanently in global way.
Also checked the following post, but not helpful to me
http://ubuntuforums.org/showthread.php?t=1494590