Troubleshooting
Broadcaster - Errors and Troub...
Configure linux to create core dumps on a crash
1 min
open ssh connection using putty and running the following commands sudo su nano /etc/security/limits conf edit row with " soft core unlimited " add line sysctl kernel core pattern=" /zixi/cores/core %p " save changes ctrl + o exit from nano ctrl + x re open linux check with the following command ulimit c check if it is unlimited after restart as well cat /proc/sys/kernel/core pattern edit /etc/security/limits conf will make the core dumps creation persistent sysctl kernel core pattern="/zixi/cores/core %p" will put the cores in the defined location

