Kent Watsen wrote: > I want to chroot an application I'm developing, but I still want > coredumps...
This fixes it:
echo 'ulimit -c unlimited' > /root/.profile
# Han
Kent Watsen wrote: > I want to chroot an application I'm developing, but I still want > coredumps...
This fixes it:
echo 'ulimit -c unlimited' > /root/.profile
# Han