Larry Brigman writes: >The process must have been started after the 'ulimit' change as > it doesn't effect the current running processes. > > ulimit -c unlimited > mkdir -p /var/log/cores > echo '/var/log/cores/core.%e.%s.%p.%t' > /proc/sys/kernel/core_pattern > echo '1' > /proc/sys/fs/suid_dumpable > > Start process >Kill the process > > $$ is the current process so that would be the shell script. You want > a dump of the shell? > >Please read the kernel docs suid_dumpable in sysctl/fs.txt ( at > least on my 2.6.32 kernel).
Okay, that worked. I didn't really understand what was in my /proc/sys/kernel/core_pattern previously. I think it started with a vertical bar -- |. I didn't do the echo '1' > /proc/sys/fs/suid_dumpable yet, but may need it for the next steps. I've just tested it with that little script and will work on this with my server next. -- Brian Wood Ebenezer Enterprises http://webEbenezer.net _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
