Skip to content

Commit 6cae290

Browse files
authored
Merge pull request #1612 from larsewi/coredump
ENT-12669: Fixed pipe failed error when generating core dumps
2 parents dd91df6 + 3a4b705 commit 6cae290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cfengine-build-host-setup.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ bundle agent cfengine_build_host_setup
177177

178178
commands:
179179
have_coredumpctl::
180-
"sysctl kernel.core_pattern='|/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e'" -> { "ENT-12669" }
180+
"sysctl kernel.core_pattern='|/lib/systemd/systemd-coredump %p %u %g %s %t %e'" -> { "ENT-12669" }
181181
comment => "Ensure that core_pattern is proper for systemd-coredump if coredumpctl is present.",
182182
contain => in_shell;
183183
!have_opt_jdk21.(debian_9|ubuntu_16|redhat_6|centos_6)::

0 commit comments

Comments
 (0)