From 860e1891f6a3bc45f790caced99fff215cc4db74 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 20 May 2021 15:37:57 +0200 Subject: [PATCH] Check why a yum process is already running --- ci.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci.sh b/ci.sh index ae55e1c6..a8ad51d9 100755 --- a/ci.sh +++ b/ci.sh @@ -2,6 +2,13 @@ set -exuo pipefail +#sudo find /var/cache/dnf/ +rpm -qa + +ps axf +cat /etc/dnf/automatic.conf +journalctl -u dns-automatic + sudo yum install -y podman make golang rsync cat > /tmp/ignoretests.txt << EOF