Change core file names in Sandbox

Bug #1458011 reported by Amanda Moran
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trafodion
New
Low
Unassigned

Bug Description

When creating a sandbox we should change the name of core files so that users will not have to do it themselves.

echo "/tmp/cores/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern

Reference: https://sigquit.wordpress.com/2009/03/13/the-core-pattern/

Tags: installer
Revision history for this message
Marvin Anderson (marvin-anderson) wrote :

I would suggest using the following pattern

/tmp/cores/core.%t.%h.%p.%e

i.e. core.<timestamp>.<hostname>.<pid>.<program> or core.12345678.host.1234.tm which will produce a list of core files with the ls command automatically sorted by timestamp which is more important than being sorted by the program name.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.