Hi Farid, on your target you should extra do the following: touch /.init_enable_core sysctl -w "kernel.core_pattern=/tmp/%e.%p.%s.%t.core"
the first will enable core dumps on all applications started with busybox init (so the feature you enabled) the second will tell the kernel where to store the core dumps (e.g. in /tmp/) br, Jan Heylen _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
