Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.787
xl-coredump-file-location.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xl-coredump-file-location.patch of Package xen.787
xl: change default dump directory Upstream xl uses /var/xen/dump/ as the default directory for domain core dumps. This patch changes the path to the more FHS-friendly location of /var/lib/xen/dump/, which was also the path used in SLE11. See bsc#900292 Index: xen-4.4.2-testing/tools/libxl/xl_cmdimpl.c =================================================================== --- xen-4.4.2-testing.orig/tools/libxl/xl_cmdimpl.c +++ xen-4.4.2-testing/tools/libxl/xl_cmdimpl.c @@ -1826,7 +1826,7 @@ static int handle_domain_death(uint32_t char *corefile; int rc; - if (asprintf(&corefile, "/var/xen/dump/%s", d_config->c_info.name) < 0) { + if (asprintf(&corefile, "/var/lib/xen/dump/%s", d_config->c_info.name) < 0) { LOG("failed to construct core dump path"); } else { LOG("dumping core to %s", corefile);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor