From 5be6ec657d7724ca873e4b3ec49ff8fc3988eee7 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 12 Apr 2019 20:03:27 +0000 Subject: [PATCH] Remove apport package from ubuntu servers Our servers have apport installed, because ubuntu. What's more, they have: cat /proc/sys/kernel/core_pattern | |/usr/share/apport/apport %p %s %c %d %P Which means "pipe core dumps to the apport program". This makes debugging real core dumps, well, hard. We uninstall the package because our test nodes don't have apport installed which makes disabling the service more complicated if we want that to work on test nodes and in production. Ensuring the package is not installed is simpler so we do that. Change-Id: I32ca61e14eb7b981af47544b73d9f16dbb209e99 --- playbooks/roles/base-server/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/base-server/tasks/Debian.yaml b/playbooks/roles/base-server/tasks/Debian.yaml index 8857e4211c..a9bcf17914 100644 --- a/playbooks/roles/base-server/tasks/Debian.yaml +++ b/playbooks/roles/base-server/tasks/Debian.yaml @@ -1,6 +1,7 @@ - name: Remove packages that make no sense for our servers package: name: + - apport - whoopsie - popularity-contest - lxd